SPECS: rpcbind.spec - added git based patches

baggins baggins at pld-linux.org
Tue May 8 15:51:38 CEST 2007


Author: baggins                      Date: Tue May  8 13:51:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added git based patches

---- Files affected:
SPECS:
   rpcbind.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/rpcbind.spec
diff -u SPECS/rpcbind.spec:1.1 SPECS/rpcbind.spec:1.2
--- SPECS/rpcbind.spec:1.1	Tue May  8 14:07:25 2007
+++ SPECS/rpcbind.spec	Tue May  8 15:51:33 2007
@@ -2,17 +2,20 @@
 Summary:	Universal addresses to RPC program number mapper
 Name:		rpcbind
 Version:	0.1.4
-Release:	0.4
+Release:	0.8
 License:	GPL
 Group:		Daemons
 Source0:	http://nfsv4.bullopensource.org/tarballs/rpcbind/%{name}-%{version}.tar.bz2
 # Source0-md5:	280539aa1f8975b1318690cd903f858a
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
-Patch0:		%{name}-build.patch
-Patch1:		%{name}-format.patch
-Patch2:		%{name}-warmstart.patch
-Patch3:		%{name}-rpcuser.patch
+Patch0:		%{name}-format.patch
+Patch1:		%{name}-make-man.patch
+Patch2:		%{name}-debug.patch
+Patch3:		%{name}-warmstart.patch
+Patch4:		%{name}-rpcuser.patch
+Patch5:		%{name}-libwrap.patch
+Patch6:		%{name}-syslog.patch
 URL:		http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -38,14 +41,21 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 %{__aclocal}
-%{__autoconf}
 %{__autoheader}
+%{__autoconf}
 %{__automake}
 cp -f /usr/share/automake/config.sub .
-%configure
+%configure \
+	--enable-libwrap \
+	--enable-warmstarts \
+	--with-statedir=/var/lib/rpcbind \
+	--with-rpcuser=rpc
 %{__make}
 
 %install
@@ -98,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/05/08 13:51:33  baggins
+- added git based patches
+
 Revision 1.1  2007/05/08 12:07:25  baggins
 - portmap replacement
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rpcbind.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list