SPECS: calamaris.spec - very bad patch to workaround to rpm-perlre...
undefine
undefine at pld-linux.org
Sun Jun 11 17:25:06 CEST 2006
Author: undefine Date: Sun Jun 11 15:25:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- very bad patch to workaround to rpm-perlreq bug in pld by pi3ter
---- Files affected:
SPECS:
calamaris.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SPECS/calamaris.spec
diff -u SPECS/calamaris.spec:1.49 SPECS/calamaris.spec:1.50
--- SPECS/calamaris.spec:1.49 Sun Jun 11 04:03:20 2006
+++ SPECS/calamaris.spec Sun Jun 11 17:24:59 2006
@@ -41,6 +41,11 @@
%install
rm -rf $RPM_BUILD_ROOT
+for i in calamaris calamaris.conf ; do
+ sed 's/use ident/use the ident/' < $i > $i.new
+ mv $i.new $i
+done
+
install -d $RPM_BUILD_ROOT{/etc/{cron.d,sysconfig},%{_bindir},%{_sbindir},%{_mandir}/man1}
install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/calamaris
@@ -67,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2006/06/11 15:24:59 undefine
+- very bad patch to workaround to rpm-perlreq bug in pld by pi3ter
+
Revision 1.49 2006/06/11 02:03:20 shadzik
- up to 2.99.4.0 by Piotr 'pi3ter' Michoński
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/calamaris.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list