rpms/star/devel star.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 13 18:41:32 UTC 2006


Author: pvrabec

Update of /cvs/dist/rpms/star/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14246

Modified Files:
	star.spec 
Log Message:
use autoconf provided by star



Index: star.spec
===================================================================
RCS file: /cvs/dist/rpms/star/devel/star.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- star.spec	2 Jun 2006 10:53:52 -0000	1.27
+++ star.spec	13 Jun 2006 18:41:30 -0000	1.28
@@ -4,7 +4,7 @@
 Summary:  An archiving tool with ACL support
 Name: star
 Version: 1.5a74
-Release: 2
+Release: 3
 URL: http://cdrecord.berlios.de/old/private/star.html
 Source: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}.tar.bz2
 Patch1: star-1.5-newMake.patch
@@ -13,7 +13,7 @@
 License: CDDL
 Group: Applications/Archiving
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libattr-devel libacl-devel libtool libselinux-devel autoconf213
+BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
 
 %description
 Star saves many files together into a single tape or disk archive,
@@ -37,7 +37,7 @@
 export COPTOPT="$RPM_OPT_FLAGS"
 export MAKEPROG=gmake
 # Autoconfiscate
-(cd conf; autoconf-2.13)
+(cd conf; AC_MACRODIR=. AWK=gawk ./autoconf)
 # Disable fat binary
 (cd star; rm Makefile; cp all.mk Makefile)
 
@@ -97,6 +97,9 @@
 %{_mandir}/man1/spax.1*
 
 %changelog
+* Tue Jun 13 2006 Peter Vrabec <pvrabec at redhat.com> 1.5a74-3
+- use autoconf provided by star
+
 * Fri Jun 02 2006 Peter Vrabec <pvrabec at redhat.com> 1.5a74-2
 - update tarball
 




More information about the fedora-cvs-commits mailing list