[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/syck/devel syck.spec,1.7,1.8



Author: tibbs

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

Modified Files:
	syck.spec 
Log Message:
* Fri Dec 01 2006 Jason L Tibbitts III <tibbs math uh edu> - 0.55-12
- Adapt to new autoconf in rawhide.



Index: syck.spec
===================================================================
RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- syck.spec	30 Nov 2006 19:43:27 -0000	1.7
+++ syck.spec	1 Dec 2006 16:26:47 -0000	1.8
@@ -7,7 +7,7 @@
 Summary:		YAML for C, Python, and PHP
 
 Version:		0.55
-Release:		11%{?dist}
+Release:		12%{?dist}
 
 License:		BSD
 Group:			System Environment/Libraries
@@ -105,7 +105,7 @@
 %patch0 -p1
 
 %build
-libtoolize --force --copy && aclocal && autoconf
+libtoolize --force --copy && aclocal && automake --add-missing && autoconf
 %configure
 %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
@@ -185,6 +185,9 @@
 %{php_extdir}/*.so
 
 %changelog
+* Fri Dec 01 2006 Jason L Tibbitts III <tibbs math uh edu> - 0.55-12
+- Adapt to new autoconf in rawhide.
+
 * Thu Nov 30 2006 Jason L Tibbitts III <tibbs math uh edu> - 0.55-11
 - Rebuild for updated php.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]