swh-plugins/swh-plugins.spec

59 lines
1.5 KiB
RPMSpec
Raw Normal View History

Name: swh-plugins
Version: 0.4.17
Release: 1mamba
Summary: A collection of GPL'd audio plugins for LADSPA
Group: System/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://plugin.org.uk
Source: https://github.com/swh/ladspa.git/v%{version}/ladspa-%{version}.tar.bz2
#Source: http://plugin.org.uk/releases/%{version}/swh-plugins-%{version}.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfftw-devel
## AUTOBUILDREQ-END
%description
A collection of GPL'd audio plugins for LADSPA.
%prep
%setup -q -n ladspa-%{version}
# %ifarch arm
#sed -i "s|\${MACHINE}||" configure
#% endif
autoreconf -f -i
%build
%configure
%make plugindir=%{_libdir}/ladspa
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall plugindir=%{_libdir}/ladspa
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/ladspa/*.so
%{_datadir}/ladspa/rdf/swh-*.rdf
%doc AUTHORS COPYING
#ChangeLog README TODO
%changelog
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.17-1mamba
- update to 0.4.17
* Mon Sep 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-2mamba
- arm: quick fix to avoid passing -march=arm flag to gcc
* Sat Mar 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-1mamba
- package created by autospec