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

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Jul 29 11:16:11 UTC 2007


Author: scop

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

Modified Files:
	hfsplusutils.spec 
Log Message:
* Sun Jul 29 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.0.4-9
- Use autoreconf, configure with dependency tracking disabled,
  build with $RPM_OPT_FLAGS and use parallel build (#227573).



Index: hfsplusutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hfsplusutils/devel/hfsplusutils.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hfsplusutils.spec	11 Sep 2006 08:10:51 -0000	1.9
+++ hfsplusutils.spec	29 Jul 2007 11:15:38 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Tools for reading Macintosh HFS+ volumes
 Name: hfsplusutils
 Version: 1.0.4
-Release: 8%{?dist}
+Release: 9%{?dist}
 
 License: GPL
 Group: Applications/File
@@ -26,15 +26,14 @@
 %patch2 -p1
 %patch3 -p1
 
-%build
+sed -i -e 's/^CFLAGS\s/AM_CFLAGS /' {libhfsp/src,src}/Makefile.am
+
 # Oh autocrap how we hate thee
-aclocal
-autoconf
-autoheader
-libtoolize
-automake -a
-%{configure} --disable-shared
-make
+autoreconf -i
+
+%build
+%configure --disable-shared --disable-dependency-tracking
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -70,6 +69,10 @@
 
 
 %changelog
+* Sun Jul 29 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.0.4-9
+- Use autoreconf, configure with dependency tracking disabled,
+  build with $RPM_OPT_FLAGS and use parallel build (#227573).
+
 * Mon Sep 11 2006 David Woodhouse <dwmw2 at infradead.org> 1.0.4-8
 - Deal with autocrap and libtool breakage
 




More information about the scm-commits mailing list