SPECS: mailman.spec - regenerate pyc files with proper paths
arekm
arekm at pld-linux.org
Wed Jan 11 09:50:28 CET 2006
Author: arekm Date: Wed Jan 11 08:50:28 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- regenerate pyc files with proper paths
---- Files affected:
SPECS:
mailman.spec (1.93 -> 1.94)
---- Diffs:
================================================================
Index: SPECS/mailman.spec
diff -u SPECS/mailman.spec:1.93 SPECS/mailman.spec:1.94
--- SPECS/mailman.spec:1.93 Sat Jan 7 18:03:08 2006
+++ SPECS/mailman.spec Wed Jan 11 09:50:23 2006
@@ -219,6 +219,10 @@
ln -s %{_libdir}/%{name}/mail/%{name} $RPM_BUILD_ROOT/etc/smrsh
#ln -s %{_datadir}/%{name}/mail/%{name} $RPM_BUILD_ROOT/etc/smrsh
+# regenerate pyc files with proper paths
+find $RPM_BUILD_ROOT -name '*.pyc' -exec rm "{}" ";"
+%py_comp $RPM_BUILD_ROOT
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -325,6 +329,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.94 2006/01/11 08:50:23 arekm
+- regenerate pyc files with proper paths
+
Revision 1.93 2006/01/07 17:03:08 arekm
- updated to 2.1.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mailman.spec?r1=1.93&r2=1.94&f=u
More information about the pld-cvs-commit
mailing list