rpms/audacious-itouch/devel audacious-itouch.spec,1.2,1.3

Yu Fan (yufan) fedora-extras-commits at redhat.com
Thu Dec 21 09:52:46 UTC 2006


Author: yufan

Update of /cvs/extras/rpms/audacious-itouch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13470

Modified Files:
	audacious-itouch.spec 
Log Message:

add autoconf



Index: audacious-itouch.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious-itouch/devel/audacious-itouch.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-itouch.spec	21 Dec 2006 08:13:58 -0000	1.2
+++ audacious-itouch.spec	21 Dec 2006 09:52:16 -0000	1.3
@@ -12,9 +12,10 @@
 URL: http://nedudu.hu/static.php?page=audacious
 Source: http://nedudu.hu/downloads/audacious-itouch-%{version}.tar.bz2
 Patch0: audacious-itouch-0.1-configdb.patch
+Patch1: audacious-itouch-0.1-configure.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: audacious-plugins
-BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser)
+BuildRequires: audacious-devel, gettext-devel, bison, gettext, perl(XML::Parser), autoconf
 
 %description
 With this Audacious plugin you can take advantage of the multimedia (playback
@@ -27,11 +28,10 @@
 %prep
 %setup -q
 %patch0 -p1 -b .configdb
-# Workaround... but is this even correct?
-#%{__cp} -a po/Makefile.in.in po/Makefile.in
-
+%patch1 -p1 -b .configure
 
 %build
+%{__autoconf}
 %configure \
     --libdir=%{aud_general} \
     --datadir=%{aud_datadir}




More information about the fedora-extras-commits mailing list