rpms/vamp-plugin-sdk/F-9 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vamp-plugin-sdk.spec, 1.2, 1.3

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-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3308/F-9

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-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 Jan 2008 14:25:56 -0000	1.2
+++ .cvsignore	15 Dec 2008 02:23:22 -0000	1.3
@@ -1 +1 @@
-vamp-plugin-sdk-1.1b.tar.gz
+vamp-plugin-sdk-2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 Jan 2008 14:25:56 -0000	1.2
+++ sources	15 Dec 2008 02:23:22 -0000	1.3
@@ -1 +1 @@
-aeda086f10227e6ca473f714ac025807  vamp-plugin-sdk-1.1b.tar.gz
+6f52328254330389d130a61f8def8afc  vamp-plugin-sdk-2.0.tar.gz


Index: vamp-plugin-sdk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/F-9/vamp-plugin-sdk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vamp-plugin-sdk.spec	31 Jan 2008 16:35:32 -0000	1.2
+++ vamp-plugin-sdk.spec	15 Dec 2008 02:23:22 -0000	1.3
@@ -1,14 +1,13 @@
 Name:           vamp-plugin-sdk
-Version:        1.1b
-Release:        4%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        An API for audio analysis and feature extraction plugins
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.vamp-plugins.org/
 Source0:        http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-%{version}.tar.gz
-Patch0:         %{name}-1.1b-Makefile.patch
-Patch1:         %{name}-1.1b-gcc43.patch
+Patch0:         %{name}-2.0-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsndfile-devel
@@ -39,20 +38,20 @@
 
 
 %prep
-%setup -q -n %{name}-v%{version}
-%patch0 -p1 -b .mk
-%patch1 -p1 -b .gcc43
+%setup -q
+%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 LIBDIR=%{_libdir}
+make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -84,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
@@ -98,6 +99,12 @@
 
 
 %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
+
 * Thu Jan 31 2008 Michel Salim <michel.sylvan at gmail.com> - 1.1b-4
 - Add some #includes, needed due to GCC 4.3's header dependency cleanup
 




More information about the fedora-extras-commits mailing list