SPECS (AC-branch): exim.spec - fix Exim's infopages: added -info.p...

twittner twittner at pld-linux.org
Sat Dec 2 23:18:16 CET 2006


Author: twittner                     Date: Sat Dec  2 22:18:16 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fix Exim's infopages: added -info.patch
- don't split info pages (searching works faster under Emacs)
- NOTE about not passing CUSTOM_CFLAGS
- rel. 3.1 (for the reason mentioned above)

---- Files affected:
SPECS:
   exim.spec (1.261.2.11 -> 1.261.2.12) 

---- Diffs:

================================================================
Index: SPECS/exim.spec
diff -u SPECS/exim.spec:1.261.2.11 SPECS/exim.spec:1.261.2.12
--- SPECS/exim.spec:1.261.2.11	Thu Sep 21 11:45:13 2006
+++ SPECS/exim.spec	Sat Dec  2 23:18:10 2006
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
 #
+# NOTE: passing CFLAGS via CUSTOM_CFLAGS has NO effect!!!
+#
 # Conditional build:
 %bcond_without	pgsql	# without PostgreSQL support
 %bcond_without	mysql	# without MySQL support
@@ -17,7 +19,7 @@
 Summary(pt_BR):	Servidor de correio eletrônico exim
 Name:		exim
 Version:	4.63
-Release:	3
+Release:	3.1
 Epoch:		2
 License:	GPL
 Group:		Networking/Daemons
@@ -53,6 +55,7 @@
 Patch6:		%{name}-noloadbalance.patch
 Patch7:		%{name}_463_dsn_1_3.patch
 Patch8:		%{name}-spam-timeout.patch
+Patch9:		%{name}-info.patch
 URL:		http://www.exim.org/
 BuildRequires:	XFree86-devel
 %{?with_sasl:BuildRequires:	cyrus-sasl-devel >= 2.1.0}
@@ -173,6 +176,7 @@
 %patch6 -p1
 %{?with_dsn:%patch7 -p1}
 %patch8 -p1
+%patch9 -p1
 
 install %{SOURCE13} doc/FAQ.txt.bz2
 install %{SOURCE14} doc/config.samples.tar.bz2
@@ -198,8 +202,8 @@
 	LOOKUP_LIBS="%{?with_ldap:-lldap -llber} %{?with_mysql:-lmysqlclient} %{?with_pgsql:-lpq} %{?with_sqlite:-lsqlite3} %{?with_whoson:-lwhoson} %{?with_spf:-lspf2} %{?with_srs:-lsrs_alt} %{?with_sasl:-lsasl2} %{?with_dkeys:-ldomainkeys}" \
 	LOOKUP_INCLUDE="%{?with_mysql:-I%{_includedir}/mysql} %{?with_pgsql:-I%{_includedir}/pgsql}"
 
-makeinfo --force -o exim_filtering.info exim-texinfo-*/doc/filter.texinfo
-makeinfo --force -o exim.info exim-texinfo-*/doc/spec.texinfo
+makeinfo --no-split exim-texinfo-*/doc/filter.texinfo
+makeinfo --no-split exim-texinfo-*/doc/spec.texinfo
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -338,6 +342,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.261.2.12  2006/12/02 22:18:10  twittner
+- fix Exim's infopages: added -info.patch
+- don't split info pages (searching works faster under Emacs)
+- NOTE about not passing CUSTOM_CFLAGS
+- rel. 3.1 (for the reason mentioned above)
+
 Revision 1.261.2.11  2006/09/21 09:45:13  glen
 - findutils dep due changes in exim.cron.db
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.261.2.11&r2=1.261.2.12&f=u



More information about the pld-cvs-commit mailing list