[packages/lv2-blop-plugins] skip soname provides for lv2 plugins, pass CFLAGS and CC

jajcus jajcus at pld-linux.org
Wed Oct 12 20:18:35 CEST 2016


commit 7e26507f9d8b8b8824dbae791b3912d29b627d91
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Wed Oct 12 20:17:58 2016 +0200

    skip soname provides for lv2 plugins, pass CFLAGS and CC
    
    Release: 2

 lv2-blop-plugins.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/lv2-blop-plugins.spec b/lv2-blop-plugins.spec
index c4cf84e..97330a7 100644
--- a/lv2-blop-plugins.spec
+++ b/lv2-blop-plugins.spec
@@ -2,7 +2,7 @@ Summary:	Port of the BLOP LADSPA plugins to LV2
 Summary(pl.UTF-8):	Port wtyczek LADSPA BLOP do LV2
 Name:		lv2-blop-plugins
 Version:	1.0.0
-Release:	1
+Release:	2
 License:	GPL v3+
 Group:		Libraries
 Source0:	http://download.drobilla.net/blop-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 BLOP LADSPA plugins to LV2.
 
@@ -25,8 +27,11 @@ Ten pakiet zawiera port wtyczek LADSPA BLOP do LV2.
 %setup -q -n blop-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-blop-plugins.git/commitdiff/7e26507f9d8b8b8824dbae791b3912d29b627d91



More information about the pld-cvs-commit mailing list