SPECS: splashutils-theme-darkblue.spec, splashutils-theme-ppcrcd.s...

dzeus dzeus at pld-linux.org
Sat Jan 13 23:34:33 CET 2007


Author: dzeus                        Date: Sat Jan 13 22:34:33 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- propper _sysconfdir location

---- Files affected:
SPECS:
   splashutils-theme-darkblue.spec (1.3 -> 1.4) , splashutils-theme-ppcrcd.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/splashutils-theme-darkblue.spec
diff -u SPECS/splashutils-theme-darkblue.spec:1.3 SPECS/splashutils-theme-darkblue.spec:1.4
--- SPECS/splashutils-theme-darkblue.spec:1.3	Sun Dec 24 21:01:24 2006
+++ SPECS/splashutils-theme-darkblue.spec	Sat Jan 13 23:34:27 2007
@@ -15,6 +15,8 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_sysconfdir	/etc/splash
+
 %description
 Darkblue PLD theme for splashutils.
 
@@ -27,7 +29,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/splash/%{theme}
+THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/%{theme}
 
 install -d $THEME_DIR/images
 install %{theme}/*.cfg $THEME_DIR
@@ -38,7 +40,7 @@
 
 %files
 %defattr(644,root,root,755)
-%{_sysconfdir}/splash/%{theme}
+%{_sysconfdir}/%{theme}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -46,6 +48,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/01/13 22:34:27  dzeus
+- propper _sysconfdir location
+
 Revision 1.3  2006/12/24 20:01:24  adamg
 - 1400x1050 theme added; release 2
 

================================================================
Index: SPECS/splashutils-theme-ppcrcd.spec
diff -u SPECS/splashutils-theme-ppcrcd.spec:1.3 SPECS/splashutils-theme-ppcrcd.spec:1.4
--- SPECS/splashutils-theme-ppcrcd.spec:1.3	Wed Aug  9 21:06:21 2006
+++ SPECS/splashutils-theme-ppcrcd.spec	Sat Jan 13 23:34:27 2007
@@ -19,6 +19,8 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_sysconfdir	/etc/splash
+
 %description
 PPCRCD theme for splashutils.
 
@@ -38,15 +40,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/splash/
-cp -a ppcrcd $RPM_BUILD_ROOT%{_sysconfdir}/splash/
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/
+cp -a ppcrcd $RPM_BUILD_ROOT%{_sysconfdir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_sysconfdir}/splash/%{theme}
+%{_sysconfdir}/%{theme}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -54,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/01/13 22:34:27  dzeus
+- propper _sysconfdir location
+
 Revision 1.3  2006/08/09 19:06:21  sparky
 - V2.1 - viewport 4px higher to fit one line more @ 1024x768, image unchanged
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/splashutils-theme-darkblue.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/splashutils-theme-ppcrcd.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list