SPECS: splashutils-theme-gentoo.spec, splashutils-theme-emergence....
dzeus
dzeus at pld-linux.org
Sat Jan 13 10:17:09 CET 2007
Author: dzeus Date: Sat Jan 13 09:17:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- propper _sysconfdir location
---- Files affected:
SPECS:
splashutils-theme-gentoo.spec (1.3 -> 1.4) , splashutils-theme-emergence.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/splashutils-theme-gentoo.spec
diff -u SPECS/splashutils-theme-gentoo.spec:1.3 SPECS/splashutils-theme-gentoo.spec:1.4
--- SPECS/splashutils-theme-gentoo.spec:1.3 Sat Jan 13 04:02:02 2007
+++ SPECS/splashutils-theme-gentoo.spec Sat Jan 13 10:17:03 2007
@@ -15,6 +15,8 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _sysconfdir /etc/splash
+
%description
Gentoo 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 09:17:03 dzeus
+- propper _sysconfdir location
+
Revision 1.3 2007/01/13 03:02:02 dzeus
- up to v2
================================================================
Index: SPECS/splashutils-theme-emergence.spec
diff -u SPECS/splashutils-theme-emergence.spec:1.2 SPECS/splashutils-theme-emergence.spec:1.3
--- SPECS/splashutils-theme-emergence.spec:1.2 Mon Jun 6 00:02:32 2005
+++ SPECS/splashutils-theme-emergence.spec Sat Jan 13 10:17:03 2007
@@ -15,6 +15,8 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _sysconfdir /etc/splash
+
%description
Gentoo emergence 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.3 2007/01/13 09:17:03 dzeus
+- propper _sysconfdir location
+
Revision 1.2 2005/06/05 22:02:32 paszczus
- updated to version 2 ; STBR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/splashutils-theme-gentoo.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SPECS/splashutils-theme-emergence.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list