rpms/linphone/devel linphone.spec,1.28,1.29

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Mar 16 14:02:26 UTC 2007


Author: jcollie

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

Modified Files:
	linphone.spec 
Log Message:
Move autoheader after aclocal, fixes 232592


Index: linphone.spec
===================================================================
RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- linphone.spec	30 Jan 2007 01:49:53 -0000	1.28
+++ linphone.spec	16 Mar 2007 14:01:53 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           linphone
 Version:        1.6.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Phone anywhere in the whole world by using the Internet
 
 Group:          Applications/Communications
@@ -69,16 +69,16 @@
 
 %build
 libtoolize --copy --force
-autoheader
 aclocal -I m4
+autoheader
 automake --force-missing --add-missing --copy
 autoconf
 rm -rf config.cache
 
 pushd mediastreamer2
 libtoolize --copy --force
-autoheader
 aclocal
+autoheader
 automake --force-missing --add-missing --copy
 autoconf
 popd
@@ -136,6 +136,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Mar 16 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-3
+- Move autoheader after aclocal, fixes 232592
+
 * Mon Jan 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-2
 - Fix buildrequires
 




More information about the fedora-extras-commits mailing list