rpms/lv2core/devel .cvsignore, 1.2, 1.3 lv2core.spec, 1.3, 1.4 sources, 1.2, 1.3

Orcan Ogetbil oget at fedoraproject.org
Tue Mar 31 00:41:16 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/lv2core/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1965

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lv2core/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Dec 2008 21:05:58 -0000	1.2
+++ .cvsignore	31 Mar 2009 00:40:45 -0000	1.3
@@ -1 +1 @@
-lv2core-2.0.tar.gz
+lv2core-3.0.tar.bz2


Index: lv2core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lv2core/devel/lv2core.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lv2core.spec	25 Feb 2009 22:13:50 -0000	1.3
+++ lv2core.spec	31 Mar 2009 00:40:45 -0000	1.4
@@ -1,15 +1,15 @@
 %define debug_package %{nil}
 
 Name:           lv2core
-Version:        2.0
-Release:        5%{?dist}
+Version:        3.0
+Release:        1%{?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)
 
 %description
@@ -40,21 +40,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,6 +65,9 @@
 %{_libdir}/pkgconfig/lv2core.pc
 
 %changelog
+* Mon Mar 30 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 3.0-1
+- Update to 3.0
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -70,7 +75,7 @@
 - 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/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Dec 2008 21:05:58 -0000	1.2
+++ sources	31 Mar 2009 00:40:45 -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