[packages/lv2-mda-plugins] skip plugin soname provides, pass cc&cflags

jajcus jajcus at pld-linux.org
Wed Oct 12 20:25:13 CEST 2016


commit 0db3e4d7fc92817fd74f798dbe023dad28705ece
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Wed Oct 12 20:24:54 2016 +0200

    skip plugin soname provides, pass cc&cflags
    
    Release: 2

 lv2-mda-plugins.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/lv2-mda-plugins.spec b/lv2-mda-plugins.spec
index fb49d90..aa9cfd4 100644
--- a/lv2-mda-plugins.spec
+++ b/lv2-mda-plugins.spec
@@ -2,7 +2,7 @@ Summary:	Port of the MDA VST plugins to LV2
 Summary(pl.UTF-8):	Port wtyczek VST MDA do LV2
 Name:		lv2-mda-plugins
 Version:	1.2.2
-Release:	1
+Release:	2
 License:	GPL v3+
 Group:		Libraries
 Source0:	http://download.drobilla.net/mda-lv2-%{version}.tar.bz2
@@ -15,6 +15,8 @@ BuildRequires:	python
 Requires:	lv2 >= 1.2.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_noautoprovfiles	%{_libdir}/lv2
+
 %description
 This is a port of the MDA VST plugins to LV2.
 
@@ -25,8 +27,11 @@ Ten pakiet zawiera port wtyczek VST MDA do LV2.
 %setup -q -n mda-lv2-%{version}
 
 %build
+CC="%{__cc}" \
 CXX="%{__cxx}" \
+CFLAGS="%{rpmcflags}" \
 CXXFLAGS="%{rpmcxxflags}" \
+LDFLAGS="%{rpmldflags}" \
 ./waf configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lv2-mda-plugins.git/commitdiff/0db3e4d7fc92817fd74f798dbe023dad28705ece



More information about the pld-cvs-commit mailing list