rpms/vamp-plugin-sdk/F-10 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vamp-plugin-sdk.spec, 1.3, 1.4

Michel Alexandre Salim salimma at fedoraproject.org
Mon Dec 15 02:23:53 UTC 2008


Author: salimma

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

Modified Files:
	.cvsignore sources vamp-plugin-sdk.spec 
Log Message:
* Sun Dec 14 2008 Michel Salim <salimma at fedoraproject.org> - 2.0-1
- Update to 2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jul 2008 23:39:54 -0000	1.3
+++ .cvsignore	15 Dec 2008 02:23:22 -0000	1.4
@@ -1 +1 @@
-vamp-plugin-sdk-1.3.tar.gz
+vamp-plugin-sdk-2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Jul 2008 23:39:54 -0000	1.3
+++ sources	15 Dec 2008 02:23:22 -0000	1.4
@@ -1 +1 @@
-d0bc2c066776310631a02cd192735da7  vamp-plugin-sdk-1.3.tar.gz
+6f52328254330389d130a61f8def8afc  vamp-plugin-sdk-2.0.tar.gz


Index: vamp-plugin-sdk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/F-10/vamp-plugin-sdk.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vamp-plugin-sdk.spec	17 Jul 2008 23:39:54 -0000	1.3
+++ vamp-plugin-sdk.spec	15 Dec 2008 02:23:22 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           vamp-plugin-sdk
-Version:        1.3
+Version:        2.0
 Release:        1%{?dist}
 Summary:        An API for audio analysis and feature extraction plugins
 
@@ -7,7 +7,7 @@
 License:        BSD
 URL:            http://www.vamp-plugins.org/
 Source0:        http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-%{version}.tar.gz
-Patch0:         %{name}-1.3-mk.patch
+Patch0:         %{name}-2.0-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsndfile-devel
@@ -39,18 +39,19 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .mk
+%patch0 -p1 -b .libdir
 
 
 %build
-CXXFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags}
+%configure
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 # fix libdir
 find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';'
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL_PREFIX=%{_prefix} LIB=/%{_lib}
+make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -82,10 +83,12 @@
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_libdir}/*.so.*
+%{_libdir}/vamp
 
 %files devel
 %defattr(-,root,root,-)
 %doc examples
+%{_bindir}/vamp-*
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
@@ -96,6 +99,9 @@
 
 
 %changelog
+* Sun Dec 14 2008 Michel Salim <salimma at fedoraproject.org> - 2.0-1
+- Update to 2.0
+
 * Thu Jul 17 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 1.3-1
 - Update to 1.3
 




More information about the fedora-extras-commits mailing list