SPECS: mailman.spec - fix for lib64 paths; rel 7

glen glen at pld-linux.org
Fri Apr 11 16:13:47 CEST 2008


Author: glen                         Date: Fri Apr 11 14:13:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for lib64 paths; rel 7

---- Files affected:
SPECS:
   mailman.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: SPECS/mailman.spec
diff -u SPECS/mailman.spec:1.139 SPECS/mailman.spec:1.140
--- SPECS/mailman.spec:1.139	Tue Nov 27 17:59:23 2007
+++ SPECS/mailman.spec	Fri Apr 11 16:13:42 2008
@@ -7,7 +7,7 @@
 Summary(pt_BR.UTF-8):	O Sistema de Manutenção de listas da GNU
 Name:		mailman
 Version:	2.1.9
-Release:	6
+Release:	7
 Epoch:		5
 License:	GPL v2+
 Group:		Applications/System
@@ -29,12 +29,13 @@
 Patch6:		%{name}-build.patch
 Patch7:		%{name}-FHS.patch
 Patch8:		%{name}-x-imap-folder.patch
+Patch9:		%{name}-lib64.patch
 URL:		http://www.list.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	python >= 2.1
 BuildRequires:	python-devel
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.234
 Requires(post):	/bin/hostname
 Requires(post):	grep
 Requires(post,preun):	/sbin/chkconfig
@@ -165,6 +166,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 %{__aclocal}
@@ -245,7 +247,7 @@
 ln -s %{_libdir}/%{name}/mail/%{name} $RPM_BUILD_ROOT/etc/smrsh
 
 # regenerate pyc files with proper paths
-find $RPM_BUILD_ROOT -name '*.pyc' -exec rm "{}" ";"
+find $RPM_BUILD_ROOT -name '*.pyc' | xargs rm -f
 %py_comp $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mm_cfg.pyc
@@ -463,6 +465,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2008-04-11 14:13:42  glen
+- fix for lib64 paths; rel 7
+
 Revision 1.139  2007-11-27 16:59:23  qboosh
 - pl for -sendmail
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mailman.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list