Author: shadzik Date: Thu Aug 23 13:49:51 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.5.2 - rel 1
---- Files affected: SPECS: usplash.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/usplash.spec diff -u SPECS/usplash.spec:1.8 SPECS/usplash.spec:1.9 --- SPECS/usplash.spec:1.8 Thu Aug 23 15:27:57 2007 +++ SPECS/usplash.spec Thu Aug 23 15:49:46 2007 @@ -3,12 +3,13 @@ Summary(de.UTF-8): Eine Boosplashes Utility die auf der Benutzerebene arbeitet Summary(pl.UTF-8): Narzędzie do bootsplasha w przestrzeni użytkownika Name: usplash -Version: 0.3e -Release: 0.1 +Version: 0.5.2 +Release: 1 License: GPL Group: Applications -Source0: http://ftp.debian.org/debian/pool/main/u/usplash/%{name}_%{version}.tar.gz -# Source0-md5: 7a652496b95eb1828e2de695712a8693 +Source0: http://ftp.debian.org/debian/pool/main/u/usplash/%{name}_%{version}.orig.tar.gz +# Source0-md5: b715413d4c80d876f3f7823795f0c421 +Patch0: %{name}-includes.patch URL: https://wiki.ubuntu.com/USplash BuildRequires: gd-devel >= 2.0.0 BuildRequires: libpng-devel @@ -38,16 +39,17 @@ %prep %setup -q +%patch0 -p0 %build %{__make} -C bogl \ CC="%{__cc}" \ - CFLAGS="%{rpmcflags}" \ + CFLAGS="%{rpmcflags} -fPIC" \ LDFLAGS="%{rpmldflags}" %{__make} \ CC="%{__cc}" \ - CFLAGS="%{rpmcflags}" \ + CFLAGS="%{rpmcflags} -fPIC" \ LDFLAGS="%{rpmldflags}" %install @@ -64,7 +66,14 @@ %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_sbindir}/* +%attr(755,root,root) %{_bindir}/* +%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 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/08/23 13:49:46 shadzik +- 0.5.2 +- rel 1 + Revision 1.8 2007/08/23 13:27:57 shadzik - fix build on current th - pass LDFLAGS ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/usplash.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
