]> git.pld-linux.org Git - packages/lv2.git/commitdiff
- fixed bundle dir with complex libdirs; release 2 auto/th/lv2-1.12.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Jul 2015 19:11:01 +0000 (21:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Jul 2015 19:11:01 +0000 (21:11 +0200)
lv2.spec

index 7841054909b7ec859e73ac0e9aee65f023b141cf..a0cef528413e482b723bbd2fe3d77550b68f589a 100644 (file)
--- a/lv2.spec
+++ b/lv2.spec
@@ -17,7 +17,7 @@ Summary:      LV2 (LADSPA Version 2) Audio Plugin Standard
 Summary(pl.UTF-8):     LV2 (LADSPA Version 2) - standard wtyczek dźwiękowych
 Name:          lv2
 Version:       1.12.0
-Release:       1
+Release:       2
 License:       ISC
 Group:         Libraries
 Source0:       http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
@@ -144,7 +144,8 @@ Przykładowa wtyczka dla LV2: prosty oscyoloskop.
 %build
 ./waf configure \
        --prefix=%{_prefix} \
-       --libdir=%{_libdir}
+       --libdir=%{_libdir} \
+       --lv2dir=%{_libdir}/lv2
 ./waf
 
 %install
This page took 0.106557 seconds and 4 git commands to generate.