rpms/swh-plugins/devel swh-plugins-0.4.14-Makefile.in.patch, NONE, 1.1 swh-plugins.spec, 1.3, 1.4

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Apr 24 16:35:16 UTC 2006


Author: green

Update of /cvs/extras/rpms/swh-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5856

Modified Files:
	swh-plugins.spec 
Added Files:
	swh-plugins-0.4.14-Makefile.in.patch 
Log Message:
Revision -5.  Fix install problem for x86_64.


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 = @libdir@/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/devel/swh-plugins.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- swh-plugins.spec	24 Apr 2006 15:52:24 -0000	1.3
+++ swh-plugins.spec	24 Apr 2006 16:35:16 -0000	1.4
@@ -1,11 +1,12 @@
 Summary:      A set of audio plugins for LADSPA
 Name:         swh-plugins
 Version:      0.4.14
-Release:      4%{?dist}
+Release:      5%{?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,6 +19,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" %configure --disable-static
@@ -38,6 +40,9 @@
 %{_datadir}/ladspa/rdf/*
 
 %changelog
+* 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?




More information about the fedora-extras-commits mailing list