SPECS: splashutils.spec - rel up to 1 - added pld-path patch - add...

czarny czarny at pld-linux.org
Wed Dec 13 15:09:49 CET 2006


Author: czarny                       Date: Wed Dec 13 14:09:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel up to 1
- added pld-path patch
- added /var/run/splashutils dir - to use splash in daemon mode
- works with geninitrd on devel branch

---- Files affected:
SPECS:
   splashutils.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/splashutils.spec
diff -u SPECS/splashutils.spec:1.23 SPECS/splashutils.spec:1.24
--- SPECS/splashutils.spec:1.23	Thu Dec  7 19:31:34 2006
+++ SPECS/splashutils.spec	Wed Dec 13 15:09:44 2006
@@ -11,7 +11,7 @@
 Summary(pl):	Narzędzia do ustawiania fbsplash
 Name:		splashutils
 Version:	1.3
-Release:	0.1
+Release:	1
 License:	GPL
 Group:		Applications/System
 Source0:	http://dev.gentoo.org/~spock/projects/gensplash/archive/%{name}-%{version}.tar.bz2
@@ -23,6 +23,7 @@
 Source3:	%{name}.sysconfig
 Patch0:		%{name}-makefile.patch
 Patch1:		%{name}-compile.patch
+Patch2:		%{name}-pld-paths.patch
 URL:		http://dev.gentoo.org/~spock/projects/gensplash/
 BuildRequires:	freetype-static
 BuildRequires:	glibc-static
@@ -45,11 +46,12 @@
 %setup -q -a1
 %patch0 -p0
 %patch1 -p0
+%patch2 -p1
 
 %build
 ./configure \
 	--with-fbsplash \
-	--with-fifo=%{_lib}/splash/cache/.splash \
+	--with-fifo=/var/run/splashutils/.splash \
 	--with-png \
 	--with-themedir=%{_sysconfdir}/splash \
 	--with-ttf \
@@ -70,7 +72,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/splash,/etc/rc.d/init.d,/etc/sysconfig}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/splash,/etc/rc.d/init.d,/etc/sysconfig} \
+	    $RPM_BUILD_ROOT/var/run/%{name}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -93,6 +96,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS README docs/*
 %dir %{_sysconfdir}/splash
+%dir %attr(755,root,root) /var/run/splashutils
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) /sbin/*
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/fbsplash
@@ -104,6 +108,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/12/13 14:09:44  czarny
+- rel up to 1
+- added pld-path patch
+- added /var/run/splashutils dir - to use splash in daemon mode
+- works with geninitrd on devel branch
+
 Revision 1.23  2006/12/07 18:31:34  shadzik
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/splashutils.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list