[samplv1] Initial SRPM import

Brendan Jones bsjones at fedoraproject.org
Wed Jul 18 06:08:53 UTC 2012


commit 37811ceeb0c7aa9bdb9a4f7f509cdcaf089fe73a
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Wed Jul 18 08:08:15 2012 +0200

    Initial SRPM import

 .gitignore   |    1 +
 samplv1.spec |   76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 78 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2533944 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/samplv1-0.0.8svn759.tar.gz
diff --git a/samplv1.spec b/samplv1.spec
new file mode 100644
index 0000000..395d61f
--- /dev/null
+++ b/samplv1.spec
@@ -0,0 +1,76 @@
+%global        svnname samplv1-0.0.8svn759
+
+Summary:       A polyphonic sampler synthesizer with stereo fx
+Name:          samplv1
+Version:       0.0.8
+Release:       0.1.svn759%{?dist}
+License:       GPLv2+
+Group:         Applications/Multimedia
+URL:           http://www.rncbc.org/
+Source0:       http://www.rncbc.org/snapshots/%{svnname}.tar.gz
+
+BuildRequires: alsa-lib-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libsndfile-devel
+BuildRequires: qt4-devel
+BuildRequires: lv2-devel >= 1.0.0
+BuildRequires: desktop-file-utils
+Requires:      hicolor-icon-theme
+
+%description
+%{name} is a polyphonic sampler synthesizer with stereo fx.
+
+%package -n lv2-%{name} 
+Summary:       An LV2 port of %{name} 
+Group:         Applications/Multimedia
+Requires:      lv2
+
+%description -n lv2-%{name}
+An LV2 plugin of the %{name} synth
+
+%prep
+%setup -q -n %{svnname}
+sed -i -e 's|-msse -mfpmath=sse -ffast-math|%{optflags} -fPIC |' %{name}_lv2.pro
+sed -i -e 's|-msse -mfpmath=sse -ffast-math|%{optflags} -fPIC |' %{name}_jack.pro
+
+%build
+%configure --prefix=%{_prefix}
+make
+
+%install
+make DESTDIR=%{buildroot} install
+chmod +x %{buildroot}%{_libdir}/lv2/%{name}.lv2/%{name}.so
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files 
+%doc COPYING AUTHORS README 
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_bindir}/%{name}_jack
+
+%files -n lv2-%{name}
+%{_libdir}/lv2/%{name}.lv2/
+
+%changelog
+* Wed Jul 18 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.8-0.1.svn759
+- new upstream 0.0.8
+
+* Fri Jun 15 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.1-0.2.svn671
+- Correct URL
+
+* Wed May 16 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.1-0.1.svn671
+- initial build
diff --git a/sources b/sources
index e69de29..c5c7f6d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f49d6521f2af3318950ab162f8830aad  samplv1-0.0.8svn759.tar.gz


More information about the scm-commits mailing list