SPECS: mailman.spec - 64bit fix

baggins baggins at pld-linux.org
Fri Feb 3 16:08:25 CET 2006


Author: baggins                      Date: Fri Feb  3 15:08:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 64bit fix

---- Files affected:
SPECS:
   mailman.spec (1.112 -> 1.113) 

---- Diffs:

================================================================
Index: SPECS/mailman.spec
diff -u SPECS/mailman.spec:1.112 SPECS/mailman.spec:1.113
--- SPECS/mailman.spec:1.112	Thu Feb  2 16:46:29 2006
+++ SPECS/mailman.spec	Fri Feb  3 16:08:20 2006
@@ -191,8 +191,10 @@
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 sed 's#/usr#mailman /usr#' cron/crontab.in > $RPM_BUILD_ROOT/etc/cron.d/%{name}
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+sed -e 's#/usr/lib/mailman#%{_libdir}/mailman#g' %{SOURCE2} \
+	> $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+sed -e 's#/usr/lib/mailman#%{_libdir}/mailman#g' %{SOURCE3} \
+	> $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
 
@@ -412,6 +414,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.113  2006/02/03 15:08:20  baggins
+- 64bit fix
+
 Revision 1.112  2006/02/02 15:46:29  baggins
 - fixed update
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mailman.spec?r1=1.112&r2=1.113&f=u



More information about the pld-cvs-commit mailing list