[lv2-avw-plugins] Initial import of SRPM

Brendan Jones bsjones at fedoraproject.org
Mon Jan 16 17:08:02 UTC 2012


commit 4cc0e561443ccc5edd4a54f5140e976799bcbe87
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Mon Jan 16 18:07:24 2012 +0100

    Initial import of SRPM

 .gitignore              |    1 +
 lv2-avw-0.0.6-fsf.patch |   14 ++++++++++++
 lv2-avw-plugins.spec    |   52 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 4 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7ccb66c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/avw.lv2.0.0.6.tar.gz
diff --git a/lv2-avw-0.0.6-fsf.patch b/lv2-avw-0.0.6-fsf.patch
new file mode 100644
index 0000000..af31b20
--- /dev/null
+++ b/lv2-avw-0.0.6-fsf.patch
@@ -0,0 +1,14 @@
+diff -Nurp avw.lv2.orig/COPYING avw.lv2/COPYING
+--- avw.lv2.orig/COPYING	2012-01-01 15:30:50.000000000 +0100
++++ avw.lv2/COPYING	2012-01-16 10:51:00.090863725 +0100
+@@ -1,8 +1,8 @@
+ 		    GNU GENERAL PUBLIC LICENSE
+ 		       Version 2, June 1991
+ 
+- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+-                          675 Mass Ave, Cambridge, MA 02139, USA
++ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+  Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+ 
diff --git a/lv2-avw-plugins.spec b/lv2-avw-plugins.spec
new file mode 100644
index 0000000..90b74ce
--- /dev/null
+++ b/lv2-avw-plugins.spec
@@ -0,0 +1,52 @@
+Name:           lv2-avw-plugins
+Version:        0.0.6
+Release:        2%{?dist}
+Summary:        A port of the AMS internal modules to LV2 plugins
+
+Group:          Applications/Multimedia
+License:        GPLv2
+URL:            http://sourceforge.net/projects/avwlv2
+Source0:        http://downloads.sourceforge.net/project/avwlv2/avw.lv2.%{version}.tar.gz
+Patch0:         lv2-avw-0.0.6-fsf.patch
+BuildRequires:  lv2core-devel
+BuildRequires:  lv2-c++-tools-devel >= 1.0.4
+BuildRequires:  slv2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  waf
+Requires:       lv2core
+
+%description
+A port of the Alsa Modular Synth internal modules to LV2
+
+%prep
+%setup -q -n avw.lv2 
+%patch0 -p1 
+# ensure the correct flags are used and enforce use of our lv2core headers
+sed -i -e 's|-std=c99|-std=c99 %{optflags}|' \
+       -e 's|lv2/lv2plug.in/ns/lv2core/lv2.h|lv2.h|' \
+       -e 's|lv2-c++-tools/lv2.h|lv2.h|' \
+    wscript
+#rm waf
+
+%build
+./waf -v configure --prefix=%{_prefix} --libdir=%{_libdir} --debug 
+./waf build %{?_smp_mflags}
+
+%install
+./waf install --destdir=%{buildroot} 
+
+%files
+%doc COPYING THANKS
+%{_libdir}/lv2/avw.lv2
+
+%changelog
+* Sun Nov 27 2011 Brendan Jones <brendan.jones.it at gmail.com> 0.0.6-2
+- License is GPLv2 not GPLv2+ 
+- Patch FSF address
+
+* Sun Nov 27 2011 Brendan Jones <brendan.jones.it at gmail.com> 0.0.6-1
+- Update to upstream 0.0.6
+
+* Sun Nov 27 2011 Brendan Jones <brendan.jones.it at gmail.com> 0.0.5-1
+- Initial build
+
diff --git a/sources b/sources
index e69de29..3a303d4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6444824320f0a12574aeb22ff47dda44  avw.lv2.0.0.6.tar.gz


More information about the scm-commits mailing list