rpms/player/devel player.spec,1.3,1.4

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Sat Dec 6 08:24:20 UTC 2008


Author: ivazquez

Update of /cvs/pkgs/rpms/player/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv992

Modified Files:
	player.spec 
Log Message:
Fix libtool issue


Index: player.spec
===================================================================
RCS file: /cvs/pkgs/rpms/player/devel/player.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- player.spec	29 Nov 2008 17:56:25 -0000	1.3
+++ player.spec	6 Dec 2008 08:23:50 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           player
 Version:        2.1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Cross-platform robot device interface and server
 
 Group:          Applications/System
@@ -107,7 +107,7 @@
 %build
 # Required because patches modify .am files
 aclocal
-autoreconf
+autoreconf -i
 # Broken: --enable-alsa --enable-sonartoranger --enable-lasertoranger
 find ./ -name '*.c' -exec chmod a-x {} \;
 find ./ -name '*.cc' -exec chmod a-x {} \;
@@ -196,6 +196,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Sat Dec  6 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.1.1-7
+- Fix libtool issue
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.1.1-6
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list