rpms/player/F-8 player.spec,1.3,1.4

Tim Niemueller timn at fedoraproject.org
Mon Sep 1 23:27:36 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/player/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2986

Modified Files:
	player.spec 
Log Message:
Use autotools for preparation, required because of patches for .am files

Tim



Index: player.spec
===================================================================
RCS file: /cvs/pkgs/rpms/player/F-8/player.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- player.spec	1 Sep 2008 00:06:57 -0000	1.3
+++ player.spec	1 Sep 2008 23:27:05 -0000	1.4
@@ -17,8 +17,8 @@
 Patch2:         %{name}-2.1.0rc2-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libtool
-BuildRequires:  libtool-ltdl-devel
+BuildRequires:  autoconf, automake
+BuildRequires:  libtool, libtool-ltdl-devel
 %if 0%{?fedora} <= 9
 BuildRequires:  geos-devel
 %endif
@@ -38,7 +38,7 @@
 BuildRequires:  avahi-compat-howl-devel
 BuildRequires:  zlib-devel
 BuildRequires:  doxygen, graphviz
-BuildRequires: desktop-file-utils
+BuildRequires:  desktop-file-utils
 
 %description
 Player is a network server for robot control. Running on your robot, Player
@@ -103,6 +103,9 @@
 
 
 %build
+# Required because patches modify .am files
+aclocal
+autoreconf
 # Broken: --enable-alsa --enable-sonartoranger --enable-lasertoranger
 find ./ -name '*.c' -exec chmod a-x {} \;
 find ./ -name '*.cc' -exec chmod a-x {} \;
@@ -188,6 +191,7 @@
 * Fri Aug 15 2008 Tim Niemueller <tim at niemueller.de> - 2.1.1-4
 - Changed norpath patch, fixes build problem on Fedora 8
 - Added libtool BR
+- Added autotools BR, needed because for patches of .am files
 
 * Mon Aug 08 2008 Jef Spaleta <jspaleta at fedoraproject dot org> - 2.1.1-3
 - Review clean-ups




More information about the fedora-extras-commits mailing list