rpms/lv2core/F-10 .cvsignore, 1.1, 1.2 lv2core.spec, 1.1, 1.2 sources, 1.2, 1.3

Orcan Ogetbil oget at fedoraproject.org
Tue Mar 31 01:21:20 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/lv2core/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10470

Modified Files:
	.cvsignore lv2core.spec sources 
Log Message:
* Mon Mar 30 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 3.0-2
- Add BR: python



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lv2core/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2008 03:51:55 -0000	1.1
+++ .cvsignore	31 Mar 2009 01:20:49 -0000	1.2
@@ -0,0 +1 @@
+lv2core-3.0.tar.bz2


Index: lv2core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lv2core/F-10/lv2core.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lv2core.spec	22 Dec 2008 21:15:46 -0000	1.1
+++ lv2core.spec	31 Mar 2009 01:20:49 -0000	1.2
@@ -1,16 +1,17 @@
 %define debug_package %{nil}
 
 Name:           lv2core
-Version:        2.0
-Release:        4%{?dist}
+Version:        3.0
+Release:        2%{?dist}
 
 Summary:        Audio Plugin Standard
 
 Group:          System Environment/Libraries
 License:        LGPLv2+ and MIT
 URL:            http://lv2plug.in
-Source:         http://lv2plug.in/spec/lv2core-%{version}.tar.gz
+Source:         http://lv2plug.in/spec/lv2core-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  python
 
 %description
 LV2 is a standard for plugins and matching host applications, mainly
@@ -40,21 +41,23 @@
 
 %prep
 %setup -q
+# Fix multilib issue
+sed -i 's|/lib|/%{_lib}|' autowaf.py
 
 %build
-%configure 
-make %{?_smp_mflags}
+./waf configure --prefix=%{_prefix} --libdir=%{_libdir}/
+./waf %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+DESTDIR=$RPM_BUILD_ROOT ./waf install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
+%doc AUTHORS ChangeLog COPYING README
 %{_libdir}/lv2
 
 %files devel
@@ -63,11 +66,17 @@
 %{_libdir}/pkgconfig/lv2core.pc
 
 %changelog
+* Mon Mar 30 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 3.0-2
+- Add BR: python
+
+* Mon Mar 30 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 3.0-1
+- Update to 3.0
+
 * Mon Dec 22 2008 Anthony Green <green at redhat.com> - 2.0-4
 - Fix tagging bug.
 
 * Fri Dec 19 2008 Anthony Green <green at redhat.com> - 2.0-3
-- Tweak %files section, License, Summary and %description.
+- Tweak %%files section, License, Summary and %%description.
 
 * Mon Nov 10 2008 Anthony Green <green at redhat.com> - 2.0-2
 - Don't generate a debug package.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lv2core/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Dec 2008 21:15:46 -0000	1.2
+++ sources	31 Mar 2009 01:20:49 -0000	1.3
@@ -1 +1 @@
-274e3b3a114ada6a80e537c0e8a05fe8  lv2core-2.0.tar.gz
+382f7d96ff0374c0c495336e1c8bb999  lv2core-3.0.tar.bz2




More information about the fedora-extras-commits mailing list