bsjones pushed to lv2-fabla (master). "Fix arm, missing BR"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 6 21:50:41 UTC 2015


From 9c9350dd08581f96041143e5af6de2741bd29298 Mon Sep 17 00:00:00 2001
From: Brendan Jones <brendan.jones.it at gmail.com>
Date: Wed, 6 May 2015 23:50:29 +0200
Subject: Fix arm, missing BR


diff --git a/.gitignore b/.gitignore
index 7a998df..e02dd93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /5f2cb26.tar.gz
+/cfbd4b36165f1708b885610fa32775f75997579a.zip
diff --git a/lv2-fabla.spec b/lv2-fabla.spec
index ec46fbd..2cebe2e 100644
--- a/lv2-fabla.spec
+++ b/lv2-fabla.spec
@@ -1,23 +1,24 @@
 
-%global commit 5f2cb26275da797165b400ea747484113139c1a5 
+%global commit cfbd4b36165f1708b885610fa32775f75997579a
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global prerelease 20131003
+%global prerelease 20150303
 
 Name:           lv2-fabla
-Version:        1.1
-Release:        4.3.%{prerelease}git%{shortcommit}%{?dist}
+Version:        1.3
+Release:        0.1.%{prerelease}git%{shortcommit}%{?dist}
 Summary:        An LV2 drum sequencer
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://openavproductions.com/fabla/
-Source0:        https://github.com/harryhaaren/openAV-Fabla/archive/%{shortcommit}.tar.gz
+Source0:        https://github.com/harryhaaren/openAV-Fabla/archive/%{commit}.zip
 
 BuildRequires:  faust
 BuildRequires:  non-ntk-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  cairomm-devel
 BuildRequires:  lv2-devel
+BuildRequires:  cmake
 Requires:       lv2
 
 %description
@@ -31,21 +32,27 @@ Additional presets can be found at:
 
 %prep
 %setup -q -n openAV-Fabla-%{commit}
-sed -i -e "s|-Wall|%{optflags}|" \
- -e 's|~/.lv2/|$(DESTDIR)|' makefile
+sed -i -e 's|\-Wall|%{optflags}|g' -e 's|lib/|%{_lib}/|g' CMakeLists.txt
+%ifarch %{arm}
+sed -i -e 's|-msse2 -mfpmath=sse||g' CMakeLists.txt
+%endif
 
 %build
+%{cmake}
 make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}/%{_libdir}/lv2
-make install DESTDIR=%{buildroot}%{_libdir}/lv2
+make install DESTDIR=%{buildroot}
 
 %files
-%doc README LICENSE
+%doc README.md CHANGELOG LICENSE
 %{_libdir}/lv2/*
 
 %changelog
+* Wed May 06 2015 Brendan Jones <brendan.jones.it at gmail.com> 1.3-0.1.gitcfbd4b36
+- Update to latest git 
+
 * Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 1.1-4.3.20131003git5f2cb26
 - Rebuilt for GCC 5 C++11 ABI change
 
diff --git a/sources b/sources
index b6a8c2a..f159422 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb2a44a52ac0b88dd72adb66e094af6f  5f2cb26.tar.gz
+e56e55bb4892c8b7ec2994649a0dc159  cfbd4b36165f1708b885610fa32775f75997579a.zip
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/lv2-fabla.git/commit/?h=master&id=9c9350dd08581f96041143e5af6de2741bd29298


More information about the scm-commits mailing list