Author: glen                         Date: Sun Apr 30 11:34:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %ghost /etc/profile.env

---- Files affected:
SPECS:
   env-update.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/env-update.spec
diff -u SPECS/env-update.spec:1.8 SPECS/env-update.spec:1.9
--- SPECS/env-update.spec:1.8   Sun Apr 30 13:33:03 2006
+++ SPECS/env-update.spec       Sun Apr 30 13:34:48 2006
@@ -3,7 +3,7 @@
 Summary(pl):   env-update - tworzenie /etc/profile.env z plików /etc/env.d
 Name:          env-update
 Version:       1.6.14
-Release:       0.6
+Release:       0.7
 License:       GPL v2
 Group:         Base
 Source0:       
http://distfiles.gentoo.org/distfiles/rc-scripts-%{version}.tar.bz2
@@ -45,11 +45,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir},%{_libexecdir},%{_sbindir},/var/cache}
+install -d 
$RPM_BUILD_ROOT{%{_libdir},%{_libexecdir},%{_sbindir},%{_sysconfdir},/var/cache}
 install src/filefuncs/filefuncs.so $RPM_BUILD_ROOT%{_libdir}
 install -p src/awk/{functions.awk,genenviron.awk} $RPM_BUILD_ROOT%{_libexecdir}
 install sbin/env-update.sh $RPM_BUILD_ROOT%{_sbindir}/env-update
 touch $RPM_BUILD_ROOT/var/cache/envcache
+touch $RPM_BUILD_ROOT%{_sysconfdir}/profile.env
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +61,7 @@
 %attr(755,root,root) %{_libdir}/filefuncs.so
 %{_libexecdir}/*.awk
 %ghost /var/cache/envcache
+%ghost %{_sysconfdir}/profile.env
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -67,6 +69,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/04/30 11:34:48  glen
+- %ghost /etc/profile.env
+
 Revision 1.8  2006/04/30 11:33:03  glen
 - also ignore rpmsave files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/env-update.spec?r1=1.8&r2=1.9&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to