b650c6a
Name:           lv2-invada-plugins
b650c6a
Version:        1.2.0
b024c41
Release:        11%{?dist}
b650c6a
Summary:        A collection of LV2 plugins from Invada Records
b650c6a
b650c6a
Group:          Applications/Multimedia
b650c6a
# The file plugingui/lv2_ui.h is LGPLv2+.  The rest are GPLv2+.
b650c6a
License:        GPLv2+ and LGPLv2+
b650c6a
URL:            http://www.invadarecords.com/Downloads.php?ID=00000264
b650c6a
# This package is not hosted on upstream's site, but it is the tarball that
b650c6a
# they recommend for packagers to use.  The tarball that is hosted on the
b650c6a
# invadarecords.com site has Debian packaging info in it, so they point to this
b650c6a
# one, which does not include that.
b650c6a
Source0:        http://launchpad.net/invada-studio/lv2/1.2/+download/invada-studio-plugins-lv2_%{version}-nopkg.tgz
b650c6a
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b650c6a
8678e1d
BuildRequires:  lv2-devel
b650c6a
BuildRequires:  gtk2-devel
8678e1d
Requires:       lv2
b650c6a
b650c6a
%description
b650c6a
A collection of LV2 plugins including delay, tube distortion, compressor,
b650c6a
LPF, HPF, phaser, reverb, and utilities, all featuring GUIs.
b650c6a
b650c6a
%prep
b650c6a
%setup -q -n invada-studio-plugins-lv2-%{version}
b650c6a
b650c6a
# Mmake sure to have the correct Fedora specific flags and stop suppression of compilation and linking commands
b650c6a
find . -name Makefile -exec sed -i 's|-O3|%{optflags}|; s|@$(CC)|$(CC)|; s|@$(LD)|$(LD)|; s|@ar\b|ar|' {} \;
b650c6a
b650c6a
b650c6a
%build
b650c6a
make %{?_smp_mflags}
b650c6a
b650c6a
b650c6a
%install
b650c6a
rm -rf $RPM_BUILD_ROOT
b650c6a
make install-sys DESTDIR="$RPM_BUILD_ROOT" INSTALL_SYS_PLUGINS_DIR="%{_libdir}/lv2"
b650c6a
b650c6a
b650c6a
%clean
b650c6a
rm -rf $RPM_BUILD_ROOT
b650c6a
b650c6a
b650c6a
%files
b650c6a
%defattr(-,root,root,-)
b650c6a
%doc COPYING CREDITS README
b650c6a
%{_libdir}/lv2/*
b650c6a
b650c6a
b650c6a
b650c6a
%changelog
b024c41
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-11
b024c41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b024c41
f5e9cfa
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-10
f5e9cfa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f5e9cfa
f616104
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
f616104
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f616104
3f99c1b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8
3f99c1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3f99c1b
8678e1d
* Tue May 22 2012 Brendan Jones <brendan.jones.it@gmail.com> - 1.2.0-7
8678e1d
- Rebuild against new lv2
8678e1d
01446e2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6
01446e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
01446e2
0497bb7
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.2.0-5
0497bb7
- Rebuild for new libpng
0497bb7
bd372d9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
bd372d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bd372d9
b650c6a
* Wed Apr 28 2010 David Cornette <rpm@davidcornette.com> 1.2.0-3
b650c6a
-- Use find to apply sed command to all Makefiles instead of listing each one
b650c6a
   explicitly to make sure each file is correctly adjusted
b650c6a
b650c6a
* Wed Apr 28 2010 David Cornette <rpm@davidcornette.com> 1.2.0-2
b650c6a
-- Added README to doc
b650c6a
-- Changed license to reflect license in plugingui/lv2_ui.h
b650c6a
-- Use sed to make building verbose
b650c6a
b650c6a
* Thu Apr 22 2010 David Cornette <rpm@davidcornette.com> 1.2.0-1
b650c6a
- Initial build
b650c6a