rpms/ladspa-amb-plugins/F-7 ladspa-amb-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
Tue Sep 18 08:12:31 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources 
Added Files:
	ladspa-amb-plugins.spec 
Log Message:
* Sun Sep 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.0-1
- Various specfile improvements to match the Fedora Packaging Guidelines
- Update to latest upstream release 0.3.0
- Submit for review for Fedora inclusion



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

%description
A set of first order Ambisonics plugins to use with Ardour. Included
are: mono and stereo input panner, horizontal rotation, and square and
hexagon horizontal decoders. See the README for more.


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


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


%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
* Sun Sep 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.0-1
- Various specfile improvements to match the Fedora Packaging Guidelines
- Update to latest upstream release 0.3.0
- 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-amb-plugins
- updated to 0.1.0

* Sat May 13 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.0.2-1
- update to 0.0.2

* Mon Jul 11 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.0.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-amb-plugins/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Sep 2007 20:48:47 -0000	1.1
+++ .cvsignore	18 Sep 2007 08:11:58 -0000	1.2
@@ -0,0 +1 @@
+AMB-plugins-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-amb-plugins/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Sep 2007 20:48:47 -0000	1.1
+++ sources	18 Sep 2007 08:11:58 -0000	1.2
@@ -0,0 +1 @@
+39a38b23a5f3a3e3009da37976660081  AMB-plugins-0.3.0.tar.bz2




More information about the scm-commits mailing list