From 434ac98bab9233800aa324095df7d07a0dad0313 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 21 Feb 2007 20:03:02 +0000 Subject: [PATCH] Spec reviewed (bz 228894) --- rpcbind.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/rpcbind.spec b/rpcbind.spec index 6167313..acc7e9f 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -13,10 +13,9 @@ Source0: http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.4.t Source1: rpcbind.init BuildRequires: automake, autoconf, libtool -BuildRequires: libtirpc-devel +BuildRequires: libtirpc-devel quota Requires(post): /sbin/chkconfig Requires(post): /sbin/chkconfig -Requires: libtirpc quota Patch1: rpcbind-0.1.4-compile.patch Patch2: rpcbind-0.1.4-debug.patch @@ -45,8 +44,8 @@ CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE`" autoreconf -fisv %configure CFLAGS="$CFLAGS" LDFLAGS="-pie" \ - --enable-warmstarts \ - --enable-debug + --enable-warmstarts \ + --enable-debug make all @@ -68,12 +67,12 @@ rm -rf %{buildroot} %preun if [ $1 -eq 0 ]; then - service rpcbind stop > /dev/null 2>&1 - /sbin/chkconfig --del %{name} + service rpcbind stop > /dev/null 2>&1 + /sbin/chkconfig --del %{name} fi %postun if [ "$1" -ge "1" ]; then - service rpcbind condrestart > /dev/null 2>&1 + service rpcbind condrestart > /dev/null 2>&1 fi %files @@ -85,6 +84,6 @@ fi %config %{_initdir}/rpcbind %changelog -* Wed Aug 9 2006 Steve Dickson 0.1.4-1 +* Wed Feb 21 2007 Steve Dickson 0.1.4-1 - Initial commit - +- Spec reviewed (bz 228894)