rpms/vamp-plugin-sdk/devel vamp-plugin-sdk.spec,1.4,1.5

Michel Alexandre Salim salimma at fedoraproject.org
Tue Dec 30 06:27:09 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/vamp-plugin-sdk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15989/devel

Modified Files:
	vamp-plugin-sdk.spec 
Log Message:
* Tue Dec 30 2008 Michel Salim <salimma at fedoraproject.org> - 2.0-2
- More libdir fixes (bug #469777)



Index: vamp-plugin-sdk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/devel/vamp-plugin-sdk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vamp-plugin-sdk.spec	14 Dec 2008 23:16:33 -0000	1.4
+++ vamp-plugin-sdk.spec	30 Dec 2008 06:26:39 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           vamp-plugin-sdk
 Version:        2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An API for audio analysis and feature extraction plugins
 
 Group:          System Environment/Libraries
@@ -40,6 +40,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .libdir
+sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp
 
 
 %build
@@ -51,7 +52,7 @@
 rm -rf $RPM_BUILD_ROOT
 # fix libdir
 find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';'
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT #INSTALL_PREFIX=%{_prefix} LIB=/%{_lib}
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -99,6 +100,9 @@
 
 
 %changelog
+* Tue Dec 30 2008 Michel Salim <salimma at fedoraproject.org> - 2.0-2
+- More libdir fixes (bug #469777)
+
 * Sun Dec 14 2008 Michel Salim <salimma at fedoraproject.org> - 2.0-1
 - Update to 2.0
 




More information about the fedora-extras-commits mailing list