rpms/bind/devel bind.spec,1.250,1.251

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Feb 20 15:03:23 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14811

Modified Files:
	bind.spec 
Log Message:
- use -c -f instead --copy --force



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- bind.spec	20 Feb 2008 14:35:02 -0000	1.250
+++ bind.spec	20 Feb 2008 15:02:41 -0000	1.251
@@ -258,8 +258,8 @@
 export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 export STD_CDEFINES="$CPPFLAGS"
 
-libtoolize --copy --force; aclocal; autoconf
-cp -f /usr/share/libtool/config.{guess,sub} .
+libtoolize -c -f; aclocal --force; autoconf -f
+
 %if %{WITH_DBUS}
 %ifarch s390x x86_64 ppc64
 # every 64-bit arch EXCEPT ia64 has dbus architecture dependant




More information about the fedora-extras-commits mailing list