SPECS: mailman.spec - added umbrella_hack bcond (details in patch)

baggins baggins at pld-linux.org
Wed Apr 16 16:45:11 CEST 2008


Author: baggins                      Date: Wed Apr 16 14:45:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added umbrella_hack bcond (details in patch)

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

---- Diffs:

================================================================
Index: SPECS/mailman.spec
diff -u SPECS/mailman.spec:1.140 SPECS/mailman.spec:1.141
--- SPECS/mailman.spec:1.140	Fri Apr 11 16:13:42 2008
+++ SPECS/mailman.spec	Wed Apr 16 16:45:06 2008
@@ -1,13 +1,16 @@
 # $Revision$, $Date$
 # TODO:
 # - are *.po files (beside *.mo) needed in binary package?
+
+%bcond_with	umbrella_hack	# break anonimization (for use with moderated umbrella list of moderated lists)
+
 Summary:	The GNU Mailing List Management System
 Summary(es.UTF-8):	El Sistema de Mantenimiento de listas de GNU
 Summary(pl.UTF-8):	System Zarządzania Listami Pocztowymi GNU
 Summary(pt_BR.UTF-8):	O Sistema de Manutenção de listas da GNU
 Name:		mailman
 Version:	2.1.9
-Release:	7
+Release:	7%{?with_umbrella_hack:.umh}
 Epoch:		5
 License:	GPL v2+
 Group:		Applications/System
@@ -30,6 +33,7 @@
 Patch7:		%{name}-FHS.patch
 Patch8:		%{name}-x-imap-folder.patch
 Patch9:		%{name}-lib64.patch
+Patch10:	%{name}-umbrella-anon-hack.patch
 URL:		http://www.list.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -167,6 +171,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%{?with_umbrella_hack:%patch10 -p1}
 
 %build
 %{__aclocal}
@@ -465,6 +470,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.141  2008-04-16 14:45:06  baggins
+- added umbrella_hack bcond (details in patch)
+
 Revision 1.140  2008-04-11 14:13:42  glen
 - fix for lib64 paths; rel 7
 
================================================================

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



More information about the pld-cvs-commit mailing list