rpms/ladspa-caps-plugins/devel caps-0.4.2-nostrip.patch, NONE, 1.1 ladspa-caps-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 2 17:44:45 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources 
Added Files:
	caps-0.4.2-nostrip.patch ladspa-caps-plugins.spec 
Log Message:
initial ladspa-caps-plugins import


caps-0.4.2-nostrip.patch:

--- NEW FILE caps-0.4.2-nostrip.patch ---
diff -up caps-0.4.2/Makefile.nostrip caps-0.4.2/Makefile
--- caps-0.4.2/Makefile.nostrip	2007-06-19 10:19:01.000000000 +0200
+++ caps-0.4.2/Makefile	2007-10-02 19:32:02.000000000 +0200
@@ -55,11 +55,10 @@ tags: $(SOURCES) $(HEADERS)
 	@-if [ -x /usr/bin/ctags ]; then ctags $(SOURCES) $(HEADERS) ; fi
 
 install: all
-	strip $(PLUG).so
 	install -d $(DEST)
 	install -m 644 $(PLUG).so $(DEST)
 	install -d $(RDFDEST)
-	install -m 644 $(PLUG).rdf $(RDFDEST)
+	install -p -m 644 $(PLUG).rdf $(RDFDEST)
 
 fake-install: all
 	-rm $(DEST)/$(PLUG).so


--- NEW FILE ladspa-caps-plugins.spec ---
Name:           ladspa-caps-plugins
Version:        0.4.2
Release:        1%{?dist}
Summary:        The C* Audio Plugin Suite
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://quitte.de/dsp/caps.html
Source0:        http://quitte.de/dsp/caps_%{version}.tar.gz
Patch0:         caps-0.4.2-nostrip.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      caps <= 0.3.0-2
Provides:       caps = %{version}-%{release}

%description
caps, the C* Audio Plugin Suite, is a collection of refined LADSPA
units including instrument amplifier emulation, stomp-box classics,
versatile 'virtual analog' oscillators, fractal oscillation, reverb,
equalization and others.


%prep
%setup -q -n caps-%{version}
%patch0 -p1 -z .nostrip
# use the system version of ladspa.h
%{__rm} ladspa.h


%build
%{__make} %{?_smp_mflags} OPTS="$RPM_OPT_FLAGS -fPIC -ffast-math"


%install
%{__rm} -rf %{buildroot}
%{__make} DEST=%{buildroot}%{_libdir}/ladspa \
          RDFDEST=%{buildroot}%{_datadir}/ladspa/rdf install
# make sure plugin shared library is executable
%{__chmod} +x %{buildroot}%{_libdir}/ladspa/caps.so


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


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


%changelog
* Sun Sep 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.2-1
- Various specfile improvements to match the Fedora Packaging Guidelines
- Update to latest upstream release 0.4.2
- Submit for review for Fedora inclusion

* Fri Nov 24 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.3-3
- change package name to caps-ladspa-plugins
- spec file tweaks
- added -fPIC build option

* Mon Jul  3 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.3-2
- make sure the plugin shared library is executable (thanks to
  Michael Tiemann for finding this problem)

* Mon May  1 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.3-1
- update to 0.3.0
- install rdf files (see README.ardour)

* Wed Jun 29 2005 Mario Torre <mppr_kris at tiscali.it>
- patch for gcc4

* Sun Jun  5 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.3-1
- updated to 0.2.3
- added html documentation file in doc section

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

* Fri Dec  3 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.0-1
- updated to 0.2.0, added proper build flags

* Tue Mar 30 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.11-1
- updated to 0.1.11

* Tue Feb 24 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.8-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-caps-plugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2007 16:10:39 -0000	1.1
+++ .cvsignore	2 Oct 2007 17:44:12 -0000	1.2
@@ -0,0 +1 @@
+caps_0.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-caps-plugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2007 16:10:39 -0000	1.1
+++ sources	2 Oct 2007 17:44:12 -0000	1.2
@@ -0,0 +1 @@
+041f3a6934ed34f7073117e34f78a5e9  caps_0.4.2.tar.gz




More information about the fedora-extras-commits mailing list