rpms/lv2-invada-plugins/F-12 import.log, NONE, 1.1 lv2-invada-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Cornette davidcornette at fedoraproject.org
Fri Apr 30 18:46:28 UTC 2010


Author: davidcornette

Update of /cvs/pkgs/rpms/lv2-invada-plugins/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30172/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lv2-invada-plugins.spec 
Log Message:
* Fri Apr 30 2010 David Cornette <rpm at davidcornette.com> 1.2.0-3
- Initial commit




--- NEW FILE import.log ---
lv2-invada-plugins-1_2_0-3_fc11:F-12:lv2-invada-plugins-1.2.0-3.fc11.src.rpm:1272653155


--- NEW FILE lv2-invada-plugins.spec ---
Name:           lv2-invada-plugins
Version:        1.2.0
Release:        3%{?dist}
Summary:        A collection of LV2 plugins from Invada Records

Group:          Applications/Multimedia
# The file plugingui/lv2_ui.h is LGPLv2+.  The rest are GPLv2+.
License:        GPLv2+ and LGPLv2+
URL:            http://www.invadarecords.com/Downloads.php?ID=00000264
# This package is not hosted on upstream's site, but it is the tarball that
# they recommend for packagers to use.  The tarball that is hosted on the
# invadarecords.com site has Debian packaging info in it, so they point to this
# one, which does not include that.
Source0:        http://launchpad.net/invada-studio/lv2/1.2/+download/invada-studio-plugins-lv2_%{version}-nopkg.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  lv2core-devel
BuildRequires:  gtk2-devel
Requires:       lv2core

%description
A collection of LV2 plugins including delay, tube distortion, compressor,
LPF, HPF, phaser, reverb, and utilities, all featuring GUIs.

%prep
%setup -q -n invada-studio-plugins-lv2-%{version}

# Mmake sure to have the correct Fedora specific flags and stop suppression of compilation and linking commands
find . -name Makefile -exec sed -i 's|-O3|%{optflags}|; s|@$(CC)|$(CC)|; s|@$(LD)|$(LD)|; s|@ar\b|ar|' {} \;


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install-sys DESTDIR="$RPM_BUILD_ROOT" INSTALL_SYS_PLUGINS_DIR="%{_libdir}/lv2"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING CREDITS README
%{_libdir}/lv2/*



%changelog
* Wed Apr 28 2010 David Cornette <rpm at davidcornette.com> 1.2.0-3
-- Use find to apply sed command to all Makefiles instead of listing each one
   explicitly to make sure each file is correctly adjusted

* Wed Apr 28 2010 David Cornette <rpm at davidcornette.com> 1.2.0-2
-- Added README to doc
-- Changed license to reflect license in plugingui/lv2_ui.h
-- Use sed to make building verbose

* Thu Apr 22 2010 David Cornette <rpm at davidcornette.com> 1.2.0-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lv2-invada-plugins/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Apr 2010 17:49:04 -0000	1.1
+++ .cvsignore	30 Apr 2010 18:46:25 -0000	1.2
@@ -0,0 +1 @@
+invada-studio-plugins-lv2_1.2.0-nopkg.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lv2-invada-plugins/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Apr 2010 17:49:04 -0000	1.1
+++ sources	30 Apr 2010 18:46:28 -0000	1.2
@@ -0,0 +1 @@
+fe05214dd65dd3096d03c91d05bc3f5d  invada-studio-plugins-lv2_1.2.0-nopkg.tgz



More information about the scm-commits mailing list