Author: shadzik Date: Thu Aug 23 14:03:20 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - -devel subpackage - rel 2
---- Files affected: SPECS: usplash.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/usplash.spec diff -u SPECS/usplash.spec:1.9 SPECS/usplash.spec:1.10 --- SPECS/usplash.spec:1.9 Thu Aug 23 15:49:46 2007 +++ SPECS/usplash.spec Thu Aug 23 16:03:15 2007 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Narzędzie do bootsplasha w przestrzeni użytkownika Name: usplash Version: 0.5.2 -Release: 1 +Release: 2 License: GPL Group: Applications Source0: http://ftp.debian.org/debian/pool/main/u/usplash/%{name}_%{version}.orig.tar.gz @@ -37,6 +37,22 @@ wyświetlać informacje o sekwencji startowej w bardziej atrakcyjny sposób. +%package devel +Summary: Usplash header files +Summary(de.UTF-8): Usplash header Dateien +Summary(pl.UTF-8): Pliki nagłówkowe usplasha +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Usplash header files. + +%description devel -l de.UTF-8 +Usplash header Dateien. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe usplasha. + %prep %setup -q %patch0 -p0 @@ -70,10 +86,10 @@ %attr(755,root,root) %{_prefix}/%{_sbindir}/* %{_libdir}/%{name} %attr(755,root,root) /lib/libusplash.so.0 -# anythings needs that to build? -# /usr/include/libusplash.h -# /usr/include/usplash-theme.h -# /usr/include/usplash_backend.h + +%files devel +%defattr(644,root,root,755) +%{_includedir}/*.h %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -81,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/08/23 14:03:15 shadzik +- -devel subpackage +- rel 2 + Revision 1.9 2007/08/23 13:49:46 shadzik - 0.5.2 - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/usplash.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
