SPECS: rc-scripts.spec - update to 0.4.1.3
glen
glen at pld-linux.org
Thu Jan 11 15:39:10 CET 2007
Author: glen Date: Thu Jan 11 14:39:10 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update to 0.4.1.3
---- Files affected:
SPECS:
rc-scripts.spec (1.246 -> 1.247)
---- Diffs:
================================================================
Index: SPECS/rc-scripts.spec
diff -u SPECS/rc-scripts.spec:1.246 SPECS/rc-scripts.spec:1.247
--- SPECS/rc-scripts.spec:1.246 Tue Dec 5 18:10:49 2006
+++ SPECS/rc-scripts.spec Thu Jan 11 15:39:05 2007
@@ -10,12 +10,13 @@
Summary(pl): inittab i skrypty startowe z katalogu /etc/rc.d
Summary(tr): inittab ve /etc/rc.d dosyalarý
Name: rc-scripts
-Version: 0.4.1.2
+Version: 0.4.1.3
Release: 1
License: GPL
Group: Base
-Source0: ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
-# Source0-md5: ef91ee0fd55fe21d3c54cbe8a20b47a9
+#Source0: ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.gz
+# Source0-md5: cd89c4f89ec9068d6a7ed020e874353c
Patch0: %{name}-dev_alias.patch
Patch1: %{name}-exclude_rm_cups.patch
Patch2: %{name}-sleep.patch
@@ -163,9 +164,6 @@
# in static-routes can be also rules:
ln -s static-routes $RPM_BUILD_ROOT/etc/sysconfig/static-rules
-# msg cache
-touch $RPM_BUILD_ROOT/etc/rc.d/.rc-scripts.cache
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -180,9 +178,9 @@
touch /var/log/dmesg
chown root:root /var/log/dmesg
chmod 640 /var/log/dmesg
-touch /etc/rc.d/.rc-scripts.cache
-chmod 644 /etc/rc.d/.rc-scripts.cache
-chown root:root /etc/rc.d/.rc-scripts.cache
+touch /var/cache/rc-scripts/msg.cache
+chmod 644 /var/cache/rc-scripts/msg.cache
+chown root:root /var/cache/rc-scripts/msg.cache
# move network interfaces description files to new location
%triggerpostun -- initscripts
@@ -238,7 +236,8 @@
%attr(754,root,root) /etc/rc.d/rc?.d/S??sys-chroots
%attr(754,root,root) /etc/rc.d/rc?.d/S??timezone
-%ghost /etc/rc.d/.rc-scripts.cache
+%dir /var/cache/rc-scripts
+%ghost /var/cache/rc-scripts/msg.cache
%attr(755,root,root) /etc/profile.d/lang.*sh
@@ -321,6 +320,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.247 2007/01/11 14:39:05 glen
+- update to 0.4.1.3
+
Revision 1.246 2006/12/05 17:10:49 arekm
- up to 0.4.1.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rc-scripts.spec?r1=1.246&r2=1.247&f=u
More information about the pld-cvs-commit
mailing list