rpms/ladspa-fil-plugins/F-7 ladspa-fil-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Sep 24 17:30:06 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/ladspa-fil-plugins/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14296

Modified Files:
	.cvsignore sources 
Added Files:
	ladspa-fil-plugins.spec 
Log Message:
* Fri Sep 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1.0-2
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion



--- NEW FILE ladspa-fil-plugins.spec ---
Name:           ladspa-fil-plugins
Version:        0.1.0
Release:        2%{?dist}
License:        GPLv2+
Summary:        LADSPA Filter plugins
Group:          Applications/Multimedia
URL:            http://www.kokkinizita.net/linuxaudio/
Source:         http://www.kokkinizita.net/linuxaudio/downloads/FIL-plugins-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      fil-plugins <= 0.0.1
Provides:       fil-plugins = %{version}-%{release}

%description
There's one plugin in this first release, a four-band parametric
equaliser. Each section has an active/bypass switch, frequency,
bandwidth and gain controls. There is also a global bypass switch and
gain control.


%prep
%setup -q -n FIL-plugins-%{version}
%{__perl} -p -i -e "s|/usr/lib/ladspa|\\$\(DESTDIR\)%{_libdir}/ladspa|g" Makefile
# we want to use the system ladspa.h
rm ladspa.h


%build
%{__make} %{?_smp_mflags} CPPFLAGS="$RPM_OPT_FLAGS -fPIC -D_REENTRANT"


%install
%{__rm} -rf %{buildroot}
%{__mkdir} -p %{buildroot}%{_libdir}/ladspa
%{__make} DESTDIR=%{buildroot} install


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/ladspa/*.so


%changelog
* Fri Sep 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1.0-2
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion

* Sat Nov 19 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.0-1
- changed package name to ladspa-fil-plugins
- updated to 0.1.0

* Thu Apr 14 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file cleanup

* Thu May 13 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.0.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-fil-plugins/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Sep 2007 16:36:19 -0000	1.1
+++ .cvsignore	24 Sep 2007 17:29:34 -0000	1.2
@@ -0,0 +1 @@
+FIL-plugins-0.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-fil-plugins/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Sep 2007 16:36:19 -0000	1.1
+++ sources	24 Sep 2007 17:29:34 -0000	1.2
@@ -0,0 +1 @@
+6be67349d51191435ba8b5b124440f01  FIL-plugins-0.1.0.tar.bz2




More information about the fedora-extras-commits mailing list