rpms/swh-plugins/FC-5 swh-plugins-0.4.14-Makefile.in.patch, NONE, 1.1 swh-plugins.spec, 1.2, 1.3

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Apr 24 19:04:39 UTC 2006


Author: green

Update of /cvs/extras/rpms/swh-plugins/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13188

Modified Files:
	swh-plugins.spec 
Added Files:
	swh-plugins-0.4.14-Makefile.in.patch 
Log Message:
Release -6.  Many patches.  Builds fine in devel.


swh-plugins-0.4.14-Makefile.in.patch:

--- NEW FILE swh-plugins-0.4.14-Makefile.in.patch ---
--- Makefile.in~	2006-04-24 12:30:33.000000000 -0400
+++ Makefile.in	2006-04-24 12:31:45.000000000 -0400
@@ -609,7 +609,7 @@
 	@top_srcdir@/*.dtd @top_srcdir@/*.pl @top_srcdir@/*.css \
 	@top_srcdir@/impulses/*.h autogen.sh bozosoity-checker.pl
 
-plugindir = @prefix@/lib/ladspa
+plugindir = $(libdir)/ladspa
 
 # Uncomment below for Darwin support.  Or add a conditional for this.
 #AM_CFLAGS = -fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o


Index: swh-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/swh-plugins/FC-5/swh-plugins.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- swh-plugins.spec	24 Apr 2006 15:41:16 -0000	1.2
+++ swh-plugins.spec	24 Apr 2006 19:04:39 -0000	1.3
@@ -1,11 +1,12 @@
 Summary:      A set of audio plugins for LADSPA
 Name:         swh-plugins
 Version:      0.4.14
-Release:      3%{?dist}
+Release:      6%{?dist}
 License:      GPL
 Group:        Applications/Multimedia
 Source:       http://plugin.org.uk/releases/0.4.14/swh-plugins-0.4.14.tar.gz
 Patch0:       swh-plugins-0.4.14-configure.patch
+Patch1:       swh-plugins-0.4.14-Makefile.in.patch
 URL:          http://plugin.org.uk/
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -18,9 +19,10 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %configure --disable-static
+CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" %configure --disable-static
 %{__make} %{?_smp_mflags} static
 
 %install
@@ -38,6 +40,16 @@
 %{_datadir}/ladspa/rdf/*
 
 %changelog
+* Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.14-6
+- Fix typo in last patch.
+
+* Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.14-5
+- Add Makefile.in patch to install in /usrr/lib64 for x86_64.
+
+* Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.14-4
+- Force -fPIC and -DPIC.  This is required for x86_64.  Why doesn't
+libtool do this?
+
 * Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.14-3
 - Add -configure patch.  Configure with --disable-static.
 




More information about the fedora-extras-commits mailing list