Author: rdieter
Update of /cvs/free/rpms/libtunepimp-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21745
Modified Files:
.cvsignore libtunepimp-extras-freeworld.spec sources
Log Message:
another attempt to workaround autotools/libtool2 borkage
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libtunepimp-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 10 Aug 2008 13:37:31 -0000 1.2
+++ .cvsignore 7 Apr 2009 19:29:07 -0000 1.3
@@ -1 +1,2 @@
libtunepimp-0.5.3.tar.gz
+libtunepimp-0.5.3-autotools.patch.gz
Index: libtunepimp-extras-freeworld.spec
===================================================================
RCS file:
/cvs/free/rpms/libtunepimp-extras-freeworld/devel/libtunepimp-extras-freeworld.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libtunepimp-extras-freeworld.spec 3 Apr 2009 20:00:58 -0000 1.7
+++ libtunepimp-extras-freeworld.spec 7 Apr 2009 19:29:07 -0000 1.8
@@ -15,6 +15,10 @@
Provides: libtunepimp-extras-nonfree = %{version}-%{release}
Obsoletes: libtunepimp-extras-nonfree < 0.5.3-5
+# Patch0 generated by applying patch10, and running autoreconf -f -i (on an F-10)
+# system, and diff'ing against the original
+Patch0: libtunepimp-0.5.3-autotools.patch.gz
+
Patch1: libtunepimp-0.5.3-gcc43.patch
Patch2: libtunepimp-0.5.3-glibc210_strrchr.patch
@@ -61,16 +65,16 @@
%patch1 -p1 -b .gcc43
%patch2 -p1 -b .glibc210_strrchr
-%patch10 -p1 -b .libmad
-
# nuke rpath -- Rex
%if 0%{?use_autofoo}
+%patch10 -p1 -b .libmad
autoreconf -i -f
%else
+%patch0 -p1 -b .autotools
# ugly non-autofoo-but-works-with-libtool2 solution
-%if "%{_libdir}" != "/usr/lib"
-sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
-%endif
+#if "%{_libdir}" != "/usr/lib"
+#sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
+#endif
%endif
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libtunepimp-extras-freeworld/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 10 Aug 2008 13:37:31 -0000 1.2
+++ sources 7 Apr 2009 19:29:07 -0000 1.3
@@ -1 +1,2 @@
09649f983acef679a548344ba7a9bb2f libtunepimp-0.5.3.tar.gz
+f8bfa11582d7d76d59a7354c9d5d85fd libtunepimp-0.5.3-autotools.patch.gz