rpms/hfsplusutils/devel hfsplusutils.spec,1.8,1.9

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Mon Sep 11 08:10:51 UTC 2006


Author: dwmw2

Update of /cvs/extras/rpms/hfsplusutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30249

Modified Files:
	hfsplusutils.spec 
Log Message:
we hate autocrap


Index: hfsplusutils.spec
===================================================================
RCS file: /cvs/extras/rpms/hfsplusutils/devel/hfsplusutils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hfsplusutils.spec	11 Sep 2006 06:40:12 -0000	1.8
+++ hfsplusutils.spec	11 Sep 2006 08:10:51 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Tools for reading Macintosh HFS+ volumes
 Name: hfsplusutils
 Version: 1.0.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 
 License: GPL
 Group: Applications/File
@@ -12,7 +12,7 @@
 Patch2: hfsplusutils-1.0.4-includes.patch
 Patch3: hfsplusutils-1.0.4-gcc4.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: automake14, autoconf, libtool
+BuildRequires: automake, autoconf, libtool
 %description
 This package is a set of tools that allow access to HFS+ formatted
 volumes. HFS+ is a modernized version of Apple Computers HFS
@@ -27,10 +27,12 @@
 %patch3 -p1
 
 %build
-aclocal-1.4
+# Oh autocrap how we hate thee
+aclocal
 autoconf
 autoheader
-automake-1.4 -a
+libtoolize
+automake -a
 %{configure} --disable-shared
 make
 
@@ -68,6 +70,9 @@
 
 
 %changelog
+* Mon Sep 11 2006 David Woodhouse <dwmw2 at infradead.org> 1.0.4-8
+- Deal with autocrap and libtool breakage
+
 * Mon Sep 11 2006 David Woodhouse <dwmw2 at infradead.org> 1.0.4-7
 - Rebuild
 




More information about the scm-commits mailing list