From 5186754c15fe61133994d13bb9e6bc8856ef94f1 Mon Sep 17 00:00:00 2001 From: Brendan Jones Date: Sat, 20 Oct 2012 22:51:40 +0200 Subject: [PATCH] New upstream 1.2.0 --- .gitignore | 1 + lv2-1.0.0-doxy-no-date-footer.patch | 22 ---------------------- lv2.spec | 26 +++++++++++++++++++++----- sources | 2 +- 4 files changed, 23 insertions(+), 28 deletions(-) delete mode 100644 lv2-1.0.0-doxy-no-date-footer.patch diff --git a/.gitignore b/.gitignore index cd23917..d875b4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /lv2-1.0.0.tar.bz2 +/lv2-1.2.0.tar.bz2 diff --git a/lv2-1.0.0-doxy-no-date-footer.patch b/lv2-1.0.0-doxy-no-date-footer.patch deleted file mode 100644 index a111673..0000000 --- a/lv2-1.0.0-doxy-no-date-footer.patch +++ /dev/null @@ -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 @@ -+
-+Generated for $projectname by doxygen -+$doxygenversion
-+ -+ -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 diff --git a/lv2.spec b/lv2.spec index 849591d..16750ed 100644 --- a/lv2.spec +++ b/lv2.spec @@ -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 1.2.0-1 +- New upstream release + * Thu Jul 19 2012 Fedora Release Engineering - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 486f8ea..3810b10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af98a50d8dfa8318a69800ea48b421f6 lv2-1.0.0.tar.bz2 +323b851563b4da1ad2c0faf5c76f0e3a lv2-1.2.0.tar.bz2