rpms/wildmidi/devel wildmidi.spec,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Jul 28 07:57:32 UTC 2007


Author: jwrdegoede

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

Modified Files:
	wildmidi.spec 
Log Message:
* Sat Jul 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.2-1
- Initial Fedora Extras version



Index: wildmidi.spec
===================================================================
RCS file: /cvs/extras/rpms/wildmidi/devel/wildmidi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wildmidi.spec	27 Jul 2007 21:17:26 -0000	1.1
+++ wildmidi.spec	28 Jul 2007 07:57:00 -0000	1.2
@@ -9,7 +9,7 @@
 Patch0:         wildmidi-0.2.2-opt.patch
 Patch1:         wildmidi-0.2.2-cfg-abs-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  alsa-lib-devel
+BuildRequires:  alsa-lib-devel libtool
 Requires:       timidity++
 
 %description
@@ -36,17 +36,12 @@
 %patch0 -p1 -z .opt
 %patch1 -p1 -z .abs
 sed -i 's/\r//g' COPYING
-# sigh stop autoxxx from rerunning because of our patches above.
-touch aclocal.m4
-touch configure
-touch include/config.h.in
-touch `find -name Makefile.in`
+# we need to update libtool to fix compilation on systems which have lib64
+autoreconf -i -f
 
 
 %build
 %configure --disable-static --disable-werror --without-arch
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 




More information about the scm-commits mailing list