rpms/ladspa-tap-plugins/F-7 ladspa-tap-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 Oct 9 17:41:54 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources 
Added Files:
	ladspa-tap-plugins.spec 
Log Message:
* Thu Oct  4 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.0-4
- Use system version of ladspa.h



--- NEW FILE ladspa-tap-plugins.spec ---
Name:           ladspa-tap-plugins
Version:        0.7.0
Release:        4%{?dist}
Summary:        Tom's Audio Processing plugin
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://tap-plugins.sourceforge.net/
Source0:        http://downloads.sourceforge.net/tap-plugins/tap-plugins-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      tap-plugins <= 0.7.0-1
Provides:       tap-plugins = %{version}-%{release}

%description
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch
of LADSPA plugins for digital audio processing, intended for use in a
professional DAW environment such as Ardour.


%prep
%setup -q -n tap-plugins-%{version}
# use the system version of ladspa.h
%{__rm} ladspa.h
ln -s /usr/include/ladspa.h .


%build
%{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ffast-math -c -fPIC -DPIC"


%install
%{__rm} -rf %{buildroot}
%{__mkdir} -p %{buildroot}%{_libdir}/ladspa
%{__make} INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa/ \
          INSTALL_LRDF_DIR=%{buildroot}%{_datadir}/ladspa/rdf/ install


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


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


%changelog
* Thu Oct  4 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.0-4
- Use system version of ladspa.h

* Wed Oct  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.0-3
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion

* Mon Apr 16 2007 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.7.0-2
- change name from tap-plugins to ladspa-tap-plugins, build on fc6

* Mon Dec 20 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file cleanup

* Fri Dec  3 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- added proper compilation flags, leave original optimization alone

* Wed Aug 18 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.7.0-1
- updated to 0.7.0

* Sun Jul  4 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.6.0-1
- updated to 0.6.0
- documentation is now on a separate package

* Thu May 13 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.5.0-1
- updated to 0.5.0, added documentation files

* Wed Mar  3 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.2-1
- updated to 0.4.2

* Wed Feb 18 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.0-1
- do not depend on ladspa package explicitly

* Wed Feb  4 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-1
- updated to 0.3.0

* Thu Jan 29 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.0-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-tap-plugins/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Oct 2007 15:39:52 -0000	1.1
+++ .cvsignore	9 Oct 2007 17:41:19 -0000	1.2
@@ -0,0 +1 @@
+tap-plugins-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-tap-plugins/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Oct 2007 15:39:52 -0000	1.1
+++ sources	9 Oct 2007 17:41:19 -0000	1.2
@@ -0,0 +1 @@
+e3e13df63627dcf54d0a96f8125df9ee  tap-plugins-0.7.0.tar.gz




More information about the scm-commits mailing list