SPECS: openslp.spec, openssh.spec, openswan.spec, p3scan.spec, pbb...

glen glen at pld-linux.org
Sun Mar 12 23:45:53 CET 2006


Author: glen                         Date: Sun Mar 12 22:45:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %service, adapterized

---- Files affected:
SPECS:
   openslp.spec (1.43 -> 1.44) , openssh.spec (1.251 -> 1.252) , openswan.spec (1.27 -> 1.28) , p3scan.spec (1.7 -> 1.8) , pbbuttonsd.spec (1.41 -> 1.42) , pcsc-lite.spec (1.23 -> 1.24) , pdns.spec (1.53 -> 1.54) , pdnsd.spec (1.55 -> 1.56) , perl-Mail-SPF-Query.spec (1.12 -> 1.13) , perl-Mail-SRS.spec (1.13 -> 1.14) , pop-before-smtp.spec (1.52 -> 1.53) , portfwd.spec (1.22 -> 1.23) , portmap.spec (1.55 -> 1.56) , postfix.spec (1.248 -> 1.249) , postgresql.spec (1.350 -> 1.351) , poweracpid.spec (1.11 -> 1.12) , proftpd.spec (1.214 -> 1.215) 

---- Diffs:

================================================================
Index: SPECS/openslp.spec
diff -u SPECS/openslp.spec:1.43 SPECS/openslp.spec:1.44
--- SPECS/openslp.spec:1.43	Mon Aug 15 11:55:04 2005
+++ SPECS/openslp.spec	Sun Mar 12 23:45:47 2006
@@ -21,6 +21,7 @@
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRequires:	openssl-devel >= 0.9.7d
+BuildRequires:	rpmbuild(macros) >= 1.268
 Obsoletes:	libopenslp1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -159,17 +160,11 @@
 
 %post server
 /sbin/chkconfig --add slpd
-if [ -r /var/lock/subsys/slpd ]; then
-	/etc/rc.d/init.d/slpd restart >&2
-else
-	echo "Run \"/etc/rc.d/init.d/slpd start\" to start OpenSLP server."
-fi
+%service slpd restart "OpenSLP server"
 
 %preun server
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/slpd ]; then
-		/etc/rc.d/init.d/slpd stop
-	fi
+	%service slpd stop
 	/sbin/chkconfig --del slpd
 fi
 
@@ -205,6 +200,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.43  2005/08/15 09:55:04  qboosh
 - updated to 1.2.1 (multiple bugfixes)
 - updated opt patch, removed obsolete fix patch

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.251 SPECS/openssh.spec:1.252
--- SPECS/openssh.spec:1.251	Sun Feb 19 20:06:59 2006
+++ SPECS/openssh.spec	Sun Mar 12 23:45:47 2006
@@ -83,7 +83,7 @@
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pam-devel
 %{?with_gtk:BuildRequires:	pkgconfig}
-BuildRequires:	rpmbuild(macros) >= 1.202
+BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	zlib-devel
 Requires:	FHS >= 2.1-24
 Requires:	pam >= 0.79.0
@@ -570,11 +570,7 @@
 
 %post server
 /sbin/chkconfig --add sshd
-if [ -f /var/lock/subsys/sshd ]; then
-	/etc/rc.d/init.d/sshd restart 1>&2
-else
-	echo "Run \"/etc/rc.d/init.d/sshd start\" to start openssh daemon."
-fi
+%service sshd restart "openssh daemon"
 if ! grep -qs ssh /etc/security/passwd.conf ; then
 	umask 022
 	echo "ssh" >> /etc/security/passwd.conf
@@ -582,9 +578,7 @@
 
 %preun server
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/sshd ]; then
-		/etc/rc.d/init.d/sshd stop 1>&2
-	fi
+	%service sshd stop
 	/sbin/chkconfig --del sshd
 fi
 
@@ -665,6 +659,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.252  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.251  2006/02/19 19:06:59  qboosh
 - updated to 4.3p2 (fixes for logout recording with privsep disabled)
 

================================================================
Index: SPECS/openswan.spec
diff -u SPECS/openswan.spec:1.27 SPECS/openswan.spec:1.28
--- SPECS/openswan.spec:1.27	Sun Feb 12 20:40:50 2006
+++ SPECS/openswan.spec	Sun Mar 12 23:45:47 2006
@@ -20,6 +20,7 @@
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	gmp-devel
+BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed >= 4.0
 Requires(post,preun):	/sbin/chkconfig
 Requires:	bash
@@ -83,18 +84,12 @@
 
 %post
 /sbin/chkconfig --add ipsec
-if [ -f /var/lock/subsys/ipsec ]; then
-        /etc/rc.d/init.d/ipsec restart >&2
-else
-        echo "Run \"/etc/rc.d/init.d/ipsec start\" to start IPSEC daemon."
-fi
+%service ipsec restart "IPSEC daemon"
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -f /var/lock/subsys/ipsec ]; then
-    		/etc/rc.d/init.d/ipsec stop>&2
-	fi
-        /sbin/chkconfig --del ipsec
+	%service ipsec stop
+	/sbin/chkconfig --del ipsec
 fi
 
 %files
@@ -111,7 +106,6 @@
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 
-
 # devel docs (but no devel libs)
 #%{_mandir}/man3/*
 
@@ -121,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.27  2006/02/12 19:40:50  marcus
 - build html man pages and then removing is not necessary
 

================================================================
Index: SPECS/p3scan.spec
diff -u SPECS/p3scan.spec:1.7 SPECS/p3scan.spec:1.8
--- SPECS/p3scan.spec:1.7	Thu Mar  9 15:35:10 2006
+++ SPECS/p3scan.spec	Sun Mar 12 23:45:47 2006
@@ -12,6 +12,7 @@
 Patch0:		%{name}-config.patch
 URL:		http://p3scan.sourceforge.net/
 BuildRequires:	pcre-devel
+BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(post,preun):	/sbin/chkconfig
 Requires:	pcre
 Requires:	rc-scripts
@@ -56,17 +57,11 @@
 
 %post
 /sbin/chkconfig --add %{name}
-if [ -f /var/lock/subsys/%{name} ]; then
-	/etc/rc.d/init.d/%{name} restart 1>&2
-else
-	echo "Type \"/etc/rc.d/init.d/%{name} start\" to start inet server" 1>&2
-fi
+%service %{name} restart
 
 %preun
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/%{name} ]; then
-		/etc/rc.d/init.d/%{name} stop 1>&2
-	fi
+	%service %{name} stop
 	/sbin/chkconfig --del %{name}
 fi
 
@@ -100,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.7  2006/03/09 14:35:10  glen
 - quote %{__cc}
 

================================================================
Index: SPECS/pbbuttonsd.spec
diff -u SPECS/pbbuttonsd.spec:1.41 SPECS/pbbuttonsd.spec:1.42
--- SPECS/pbbuttonsd.spec:1.41	Sat Feb  4 21:58:24 2006
+++ SPECS/pbbuttonsd.spec	Sun Mar 12 23:45:47 2006
@@ -25,9 +25,10 @@
 BuildRequires:	glib2-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
+BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed >= 4.0
-Requires:	rc-scripts
 Requires(post,preun):	/sbin/chkconfig
+Requires:	rc-scripts
 Obsoletes:	pmud
 ExclusiveArch:	%{ix86} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -85,8 +86,8 @@
 %{!?with_alsa:echo "AC_DEFUN([AM_PATH_ALSA],[])" >> acinclude.m4}
 %{__gettextize}
 %{__libtoolize}
-%{__aclocal}  
-%{__autoconf} 
+%{__aclocal}
+%{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
@@ -114,7 +115,7 @@
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/pbbuttonsd
 
 for script in $RPM_BUILD_ROOT/etc/power/scripts.d/*; do
-    sed -i 's#^. pmcs-config#. /etc/power/pmcs-config#' $script
+	sed -i 's#^. pmcs-config#. /etc/power/pmcs-config#' $script
 done
 
 #
@@ -133,10 +134,10 @@
 
 # check if all run-parts invoked with "--arg" are converted
 for f in $(find $RPM_BUILD_ROOT/etc/power -type f); do
-    if grep -q -- --arg $f; then
-        echo Not all run-parts script invocations are converted to PLD standard
-        exit 1
-    fi
+	if grep -q -- --arg $f; then
+		echo Not all run-parts script invocations are converted to PLD standard
+		exit 1
+	fi
 done
 
 %find_lang %{name}
@@ -146,17 +147,11 @@
 
 %post
 /sbin/chkconfig --add pbbuttonsd
-if [ -f /var/lock/subsys/pbbuttonsd ]; then
-	/etc/rc.d/init.d/pbbuttonsd restart >&2
-else
-	echo "Run \"/etc/rc.d/init.d/pbbuttonsd start\" to start pbbuttonsd daemon."
-fi
+%service pbbuttonsd restart "pbbuttonsd daemon"
 
 %preun
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/pbbuttonsd ]; then
-		/etc/rc.d/init.d/pbbuttonsd stop >&2
-	fi
+	%service pbbuttonsd stop
 	/sbin/chkconfig --del pbbuttonsd
 fi
 
@@ -200,6 +195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.41  2006/02/04 20:58:24  sparky
 - add fake alsa AC_DEFUN if building without alsa
 

================================================================
Index: SPECS/pcsc-lite.spec
diff -u SPECS/pcsc-lite.spec:1.23 SPECS/pcsc-lite.spec:1.24
--- SPECS/pcsc-lite.spec:1.23	Mon Mar  6 10:41:01 2006
+++ SPECS/pcsc-lite.spec	Sun Mar 12 23:45:47 2006
@@ -19,8 +19,9 @@
 BuildRequires:	flex
 BuildRequires:	libtool >= 1.4.2-9
 BuildRequires:	libusb-devel
-Requires(pre):	fileutils
+BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(post,preun):	/sbin/chkconfig
+Requires(pre):	fileutils
 Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -124,17 +125,11 @@
 
 %post
 /sbin/chkconfig --add pcscd
-if [ -f /var/lock/subsys/pcscd ]; then
-	/etc/rc.d/init.d/pcscd restart >&2
-else
-	echo "Run \"/etc/rc.d/init.d/pcscd start\" to start pcscd daemon."
-fi
+%service pcscd restart "pcscd daemon"
 
 %preun
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/pcscd ]; then
-		/etc/rc.d/init.d/pcscd stop >&2
-	fi
+	%service pcscd stop
 	/sbin/chkconfig --del pcscd
 fi
 
@@ -181,6 +176,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.23  2006/03/06 09:41:01  qboosh
 - merged from DEVEL
 

================================================================
Index: SPECS/pdns.spec
diff -u SPECS/pdns.spec:1.53 SPECS/pdns.spec:1.54
--- SPECS/pdns.spec:1.53	Wed Jan 18 01:08:14 2006
+++ SPECS/pdns.spec	Sun Mar 12 23:45:47 2006
@@ -22,25 +22,26 @@
 BuildRequires:	boost-devel
 BuildRequires:	boost-ref-devel
 BuildRequires:	flex
-BuildRequires:	libstdc++-devel
 BuildRequires:	libpq++-devel
+BuildRequires:	libstdc++-devel
 BuildRequires:	mysql-devel
 BuildRequires:	openldap-devel >= 2.3.0
-BuildRequires:	rpmbuild(macros) >= 1.202
+BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	zlib-devel
-PreReq:		rc-scripts
+Requires(post):	sed >= 4.0
+Requires(post,preun):	/sbin/chkconfig
+Requires(postun):	/usr/sbin/groupdel
+Requires(postun):	/usr/sbin/userdel
 Requires(pre):	/bin/id
 Requires(pre):	/usr/bin/getgid
 Requires(pre):	/usr/sbin/groupadd
 Requires(pre):	/usr/sbin/useradd
-Requires(post,preun):	/sbin/chkconfig
-Requires(postun):	/usr/sbin/groupdel
-Requires(postun):	/usr/sbin/userdel
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:	rc-scripts
 Provides:	group(djbdns)
 Provides:	nameserver
 Provides:	user(pdns)
 Obsoletes:	powerdns
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 PowerDNS is a versatile nameserver which supports a large number of
@@ -158,23 +159,14 @@
 
 %post
 # dirty hack so the config file is processed correctly, and server does not respawn
-TMP=`mktemp /tmp/pdns.install-tmp.XXXXXX`
-sed 's/^ *//' /etc/pdns/pdns.conf > $TMP
-cp /etc/pdns/pdns.conf /etc/pdns/pdns.conf.rpmsave
-mv $TMP /etc/pdns/pdns.conf
+sed -i -e 's/^ *//' /etc/pdns/pdns.conf
 
 /sbin/chkconfig --add pdns
-if [ -f /var/lock/subsys/pdns ]; then
-	/etc/rc.d/init.d/pdns restart >&2
-else
-	echo "Run \"/etc/rc.d/init.d/pdns start\" to start pdns." >&2
-fi
+%service pdns restart
 
 %preun
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/pdns ]; then
-		/etc/rc.d/init.d/pdns stop
-	fi
+	%service pdns stop
 	/sbin/chkconfig --del pdns
 fi
 
@@ -217,6 +209,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.53  2006/01/18 00:08:14  baggins
 - release 4
 - fix compilation with openldap 2.3

================================================================
Index: SPECS/pdnsd.spec
diff -u SPECS/pdnsd.spec:1.55 SPECS/pdnsd.spec:1.56
--- SPECS/pdnsd.spec:1.55	Mon Feb 20 21:25:35 2006
+++ SPECS/pdnsd.spec	Sun Mar 12 23:45:47 2006
@@ -1,9 +1,9 @@
 # $Revision$, $Date$
+%define	par	par
 Summary:	A caching dns proxy for small networks or dialin accounts
 Summary(pl):	DNS proxy serwer dla małej sieci lub jednostki z połączeniem dialup
 Name:		pdnsd
 Version:	1.2.4
-%define	par	par
 Release:	0.par0.0
 License:	GPL
 Group:		Networking/Daemons
@@ -18,18 +18,18 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	flex
-BuildRequires:	rpmbuild(macros) >= 1.202
-PreReq:		rc-scripts
+BuildRequires:	rpmbuild(macros) >= 1.268
+Requires(post,preun):	/sbin/chkconfig
+Requires(postun):	/usr/sbin/groupdel
+Requires(postun):	/usr/sbin/userdel
 Requires(pre):	/bin/id
 Requires(pre):	/usr/bin/getgid
 Requires(pre):	/usr/sbin/groupadd
 Requires(pre):	/usr/sbin/useradd
-Requires(postun):	/usr/sbin/groupdel
-Requires(postun):	/usr/sbin/userdel
-Requires(post,preun):	/sbin/chkconfig
+Requires:	rc-scripts
 Provides:	caching-nameserver
-Provides:	user(pdnsd)
 Provides:	group(pdnsd)
+Provides:	user(pdnsd)
 Obsoletes:	bind
 Obsoletes:	maradns
 Obsoletes:	maradns-zoneserver
@@ -86,17 +86,11 @@
 
 %post
 /sbin/chkconfig --add pdnsd
-if [ -f %{_localstatedir}/lock/subsys/pdnsd ]; then
-	/etc/rc.d/init.d/pdnsd restart >&2
-else
-	echo "Run \"/etc/rc.d/init.d/pdnsd start\" to start pdnsd." >&2
-fi
+%service pdnsd restart
 
 %preun
 if [ "$1" = "0" ]; then
-	if [ -f %{_localstatedir}/lock/subsys/pdnsd ]; then
-		/etc/rc.d/init.d/pdnsd stop
-	fi
+	%service pdnsd stop
 	/sbin/chkconfig --del pdnsd
 fi
 
@@ -124,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.55  2006/02/20 20:25:35  piti
 - up to 1.2.4
 

================================================================
Index: SPECS/perl-Mail-SPF-Query.spec
diff -u SPECS/perl-Mail-SPF-Query.spec:1.12 SPECS/perl-Mail-SPF-Query.spec:1.13
--- SPECS/perl-Mail-SPF-Query.spec:1.12	Mon Oct 17 11:22:41 2005
+++ SPECS/perl-Mail-SPF-Query.spec	Sun Mar 12 23:45:47 2006
@@ -29,10 +29,11 @@
 %endif
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
-Requires:	perl-Sys-Hostname-Long
+BuildRequires:	rpmbuild(macros) >= 1.268
+Requires:	perl(URI::Escape) >= 3.20
 Requires:	perl-Net-CIDR-Lite >= 0.15
 Requires:	perl-Net-DNS >= 0.33
-Requires:	perl(URI::Escape) >= 3.20
+Requires:	perl-Sys-Hostname-Long
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,9 +49,9 @@
 Summary:	SPF record checking daemon
 Summary(pl):	Demon sprawdzający rekordy SPF
 Group:		Networking/Daemons
-PreReq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name} = %{version}-%{release}
+Requires:	rc-scripts
 
 %description -n spfd
 SPF record checking daemon, operating as a local resolver on
@@ -86,18 +87,11 @@
 
 %post -n spfd
 /sbin/chkconfig --add spfd
-umask 137
-if [ -f /var/lock/subsys/spfd ]; then
-	/etc/rc.d/init.d/spfd restart 1>&2
-else
-	echo "Run \"/etc/rc.d/init.d/spfd start\" to start SPF daemon."
-fi
- 
+%service spfd restart "SPF daemon"
+
 %preun -n spfd
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/spfd ]; then
-		/etc/rc.d/init.d/spfd stop 1>&2
-	fi
+	%service spfd stop
 	/sbin/chkconfig --del spfd
 fi
 
@@ -120,6 +114,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.12  2005/10/17 09:22:41  hawk
 - release 4 (3 will be for Ra)
 

================================================================
Index: SPECS/perl-Mail-SRS.spec
diff -u SPECS/perl-Mail-SRS.spec:1.13 SPECS/perl-Mail-SRS.spec:1.14
--- SPECS/perl-Mail-SRS.spec:1.13	Mon Jan  9 19:07:56 2006
+++ SPECS/perl-Mail-SRS.spec	Sun Mar 12 23:45:47 2006
@@ -18,11 +18,12 @@
 # Source0-md5:	1440999563a7b25d5fb03204b03e1060
 Source1:	srsd.init
 URL:		http://www.anarres.org/projects/srs/
-BuildRequires:	perl-DB_File 
+BuildRequires:	perl-DB_File
 BuildRequires:	perl-Digest-HMAC
 BuildRequires:	perl-MLDBM
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rpmbuild(macros) >= 1.268
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,9 +41,10 @@
 Summary:	SRS address rewriting daemon
 Summary(pl):	Demon przepisujący adresy SRS
 Group:		Networking/Daemons
-PreReq:		rc-scripts
+Requires(post):	/usr/bin/perl
 Requires(post,postun):	/sbin/chkconfig
 Requires:	%{name} = %{version}-%{release}
+Requires:	rc-scripts
 
 %description -n srsd
 SRS address rewriting daemon, operating as a local process on
@@ -84,19 +86,11 @@
 		printf "%02x",ord(chop $r) while($r);' > /etc/srsd.secret
 fi
 /sbin/chkconfig --add srsd
-umask 137
-if [ -f /var/lock/subsys/srsd ]; then
-	/etc/rc.d/init.d/srsd restart 1>&2
-else
-	echo "Run \"/etc/rc.d/init.d/srsd start\" to start SRS daemon."
-fi
+%service srsd restart "SRS daemon"
 
- 
 %preun -n srsd
 if [ "$1" = "0" ]; then
-	if [ -f /var/lock/subsys/srsd ]; then
-		/etc/rc.d/init.d/srsd stop 1>&2
-	fi
+	%service srsd stop
 	/sbin/chkconfig --del srsd
 fi
 
@@ -123,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/03/12 22:45:47  glen
+- use %service, adapterized
+
 Revision 1.13  2006/01/09 18:07:56  qboosh
 - normalized paths
 

================================================================
Index: SPECS/pop-before-smtp.spec
diff -u SPECS/pop-before-smtp.spec:1.52 SPECS/pop-before-smtp.spec:1.53
--- SPECS/pop-before-smtp.spec:1.52	Tue Dec 13 15:37:24 2005
+++ SPECS/pop-before-smtp.spec	Sun Mar 12 23:45:47 2006
@@ -20,6 +20,7 @@
 URL:		http://popbsmtp.sourceforge.net/
 BuildRequires:	perl-File-Tail
 BuildRequires:	perl-devel
+BuildRequires:	rpmbuild(macros) >= 1.268
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openslp.spec?r1=1.43&r2=1.44&f=u
    http://cvs.pld-linux.org/SPECS/openssh.spec?r1=1.251&r2=1.252&f=u
    http://cvs.pld-linux.org/SPECS/openswan.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/SPECS/p3scan.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/pbbuttonsd.spec?r1=1.41&r2=1.42&f=u
    http://cvs.pld-linux.org/SPECS/pcsc-lite.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/SPECS/pdns.spec?r1=1.53&r2=1.54&f=u
    http://cvs.pld-linux.org/SPECS/pdnsd.spec?r1=1.55&r2=1.56&f=u
    http://cvs.pld-linux.org/SPECS/perl-Mail-SPF-Query.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/perl-Mail-SRS.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/pop-before-smtp.spec?r1=1.52&r2=1.53&f=u
    http://cvs.pld-linux.org/SPECS/portfwd.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/SPECS/portmap.spec?r1=1.55&r2=1.56&f=u
    http://cvs.pld-linux.org/SPECS/postfix.spec?r1=1.248&r2=1.249&f=u
    http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.350&r2=1.351&f=u
    http://cvs.pld-linux.org/SPECS/poweracpid.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/proftpd.spec?r1=1.214&r2=1.215&f=u



More information about the pld-cvs-commit mailing list