rpms/ladspa-mcp-plugins/devel ladspa-mcp-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:28:12 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/ladspa-mcp-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13906/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ladspa-mcp-plugins.spec 
Log Message:
initial ladspa-mcp-plugins import



--- NEW FILE ladspa-mcp-plugins.spec ---
Name:           ladspa-mcp-plugins
Epoch:          1
Version:        0.3.0
Release:        4%{?dist}
Summary:        A set of audio plugins for LADSPA
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://www.kokkinizita.net/linuxaudio/
Source:         http://www.kokkinizita.net/linuxaudio/downloads/MCP-plugins-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      mcp-plugins <= 0.3.0-2
Provides:       mcp-plugins = %{version}-%{release}

%description
A set of audio plugins for LADSPA by Fons Adriaensen.
Currently contains a phaser, a chorus and a moog vcf.


%prep
%setup -q -n MCP-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> 1:0.3.0-4
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion

* Sun Nov 19 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-3
- change name of package to ladspa-mcp-plugins

* Sun Dec 19 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-2
- spec file cleanup
- do not include ladspa directory in file list
- include rpm optimizations in compiler flags

* Fri Apr 30 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-1
- updated to 0.3.0

* Sun Feb 29 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.2-1
- updated to 0.2.2

* Wed Feb 18 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.1b-2
- changed name of ladspa package, do not depend on it explicitly

* Wed Dec 17 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.1b-1
- updated to 0.2.1b

* Tue Nov  4 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.4-1
- updated to 0.1.4

* Mon Jun 16 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.0.2-1
- updated to 0.0.2

* Wed May 21 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-mcp-plugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Sep 2007 16:38:00 -0000	1.1
+++ .cvsignore	24 Sep 2007 17:27:40 -0000	1.2
@@ -0,0 +1 @@
+MCP-plugins-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-mcp-plugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Sep 2007 16:38:00 -0000	1.1
+++ sources	24 Sep 2007 17:27:40 -0000	1.2
@@ -0,0 +1 @@
+47a4edef1d6062803c35de7dd81ebbd6  MCP-plugins-0.3.0.tar.bz2




More information about the fedora-extras-commits mailing list