base-specs/dbus-python.spec
changeset 10278 f4767566e7d2
parent 9650 4d1a83cf35ef
child 10572 8cdee8cd9c9c
--- a/base-specs/dbus-python.spec	Mon Aug 06 23:26:54 2007 +0000
+++ b/base-specs/dbus-python.spec	Mon Aug 06 23:40:50 2007 +0000
@@ -13,7 +13,7 @@
 Name:         dbus-python
 License:      GPL/AFL
 Group:        System/Libraries
-Version:      0.80.2
+Version:      0.82.2
 Release:      1
 Distribution: Java Desktop System
 Vendor:       Sun Microsystems, Inc.
@@ -65,7 +65,7 @@
 
 cd ../%{name}-%{version}-64
 
-aclocal $ACLOCAL_FLAGS
+aclocal $ACLOCAL_FLAGS -I ./m4
 autoconf
 automake -a -c -f
 ./configure --prefix=%{_prefix}				\
@@ -90,7 +90,7 @@
 %endif
 %endif
 
-aclocal $ACLOCAL_FLAGS
+aclocal $ACLOCAL_FLAGS -I ./m4
 autoconf
 automake -a -c -f
 CFLAGS="$RPM_OPT_FLAGS"				\
@@ -159,6 +159,8 @@
 %{_libdir}/python?.?/vendor-packages/*
 
 %changelog
+* Mon Aug 06 2007 - [email protected]
+- Bump to 0.82.2 add "-I ./m4" to aclocal calls.
 * Sun Apr  1 2007 - [email protected]
 - add missing aclocal calls
 * Wed Mar 15 2007 - [email protected]