New upstream 1.2.0

epel9
Brendan Jones 12 years ago
parent 67ea0e6b51
commit 5186754c15

1
.gitignore vendored

@ -1 +1,2 @@
/lv2-1.0.0.tar.bz2
/lv2-1.2.0.tar.bz2

@ -1,22 +0,0 @@
diff -Nurp a/doc/no_date_footer.html b/doc/no_date_footer.html
--- a/doc/no_date_footer.html 1970-01-01 01:00:00.000000000 +0100
+++ b/doc/no_date_footer.html 2012-06-13 06:39:11.894890732 +0200
@@ -0,0 +1,6 @@
+<hr size="1"><address style="text-align: right;"><small>
+Generated for $projectname by <a href="http://www.doxygen.org/
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
+$doxygenversion</small></address>
+</body>
+</html>
diff -Nurp a/doc/reference.doxygen.in b/doc/reference.doxygen.in
--- a/doc/reference.doxygen.in 2012-06-13 06:37:39.947704544 +0200
+++ b/doc/reference.doxygen.in 2012-06-13 06:38:32.184105951 +0200
@@ -801,7 +801,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = no_date_footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to

@ -1,8 +1,8 @@
%global debug_package %{nil}
Name: lv2
Version: 1.0.0
Release: 8%{?dist}
Version: 1.2.0
Release: 1%{?dist}
Summary: Audio Plugin Standard
Group: System Environment/Libraries
@ -10,8 +10,8 @@ Group: System Environment/Libraries
License: ISC
URL: http://lv2plug.in
Source: http://lv2plug.in/spec/lv2-%{version}.tar.bz2
Patch0: lv2-1.0.0-doxy-no-date-footer.patch
BuildRequires: doxygen
# this package replaces lv2core
Provides: lv2core = 6.0-4
Obsoletes: lv2core < 6.0-4
@ -50,17 +50,27 @@ Definitive technical documentation on LV2 plug-ins for both the host
and plug-in is contained within copious comments within the lv2.h
header file.
%package docs
Summary: Documentation for the LV2 Audio Plugin Standard
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description docs
Documentation for the LV2 plugin API.
%prep
%setup -q
%patch0 -p1
%build
./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins
./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug \
--docs --no-plugins
./waf -vv %{?_smp_mflags}
%install
rm -rf %buildroot
DESTDIR=%buildroot ./waf -vv install
mv %{buildroot}%{_docdir}/%name/* %{buildroot}%{_docdir}/%{name}-%{version}
%clean
rm -rf %buildroot
@ -77,7 +87,13 @@ rm -rf %buildroot
%{_libdir}/pkgconfig/lv2core.pc
%{_libdir}/pkgconfig/%{name}.pc
%files docs
%{_docdir}/%{name}-%{version}/*
%changelog
* Sat Oct 20 2012 Brendan Jones <brendan.jones.it@gmail.com> 1.2.0-1
- New upstream release
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
af98a50d8dfa8318a69800ea48b421f6 lv2-1.0.0.tar.bz2
323b851563b4da1ad2c0faf5c76f0e3a lv2-1.2.0.tar.bz2

Loading…
Cancel
Save