rpms/ladspa-swh-plugins/FC-6 ladspa-swh-plugins.spec, 1.4, 1.5 swh-plugins-0.4.15-fPIC.patch, 1.1, NONE

Anthony Green (green) fedora-extras-commits at redhat.com
Tue Oct 9 13:25:49 UTC 2007


Author: green

Update of /cvs/extras/rpms/ladspa-swh-plugins/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15107

Modified Files:
	ladspa-swh-plugins.spec 
Removed Files:
	swh-plugins-0.4.15-fPIC.patch 
Log Message:
Rev -9.  Fix -fPIC/SELinux bug.  require ladpsa


Index: ladspa-swh-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/ladspa-swh-plugins/FC-6/ladspa-swh-plugins.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ladspa-swh-plugins.spec	6 Feb 2007 14:59:33 -0000	1.4
+++ ladspa-swh-plugins.spec	9 Oct 2007 13:25:17 -0000	1.5
@@ -3,16 +3,16 @@
 Summary:      A set of audio plugins for LADSPA
 Name:         ladspa-%{pkgname}
 Version:      0.4.15
-Release:      8%{?dist}
+Release:      9%{?dist}
 License:      GPL
 Group:        Applications/Multimedia
 Source:       http://plugin.org.uk/releases/0.4.15/swh-plugins-0.4.15.tar.gz
 Patch0:       swh-plugins-0.4.14-Makefile.in.patch
-Patch1:       swh-plugins-0.4.15-fPIC.patch
 URL:          http://plugin.org.uk/
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: fftw3-devel ladspa-devel libxml2-devel pkgconfig libtool
+Requires:     ladspa
 
 Obsoletes:    %{pkgname} < 0.4.15-5
 Provides:     %{pkgname} = %{version}-%{release}
@@ -24,10 +24,9 @@
 %prep
 %setup -q -n %{pkgname}-%{version}
 %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
@@ -45,6 +44,10 @@
 %{_datadir}/ladspa/rdf/*
 
 %changelog
+* Tue Oct 08 2007 Anthony Green <green at redhat.com> 0.4.15-9
+- Remove rev -7 patch and force -fPIC at configure time.
+- Require ladspa to avoid orphaned dirs.
+
 * Sat Feb 03 2007 Anthony Green <green at redhat.com> 0.4.15-8
 - BuildRequire libtool.
 


--- swh-plugins-0.4.15-fPIC.patch DELETED ---




More information about the fedora-extras-commits mailing list