commit 35c79d801ae8ca91468973c503834c0710e392a0
Author: Michael Schwendt <mschwendt(a)fedoraproject.org>
Date: Mon Jan 31 21:36:30 2011 +0100
- BR doxygen and include HTML documentation in -devel package
audacious.spec | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/audacious.spec b/audacious.spec
index 33c21a2..745433b 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -11,7 +11,7 @@ Provides: audacious(plugin-api) = %{aud_plugin_api}
Name: audacious
Version: 2.4.3
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv3
Summary: Advanced audio player
@@ -34,10 +34,10 @@ BuildRequires: gtk2-devel
BuildRequires: libmowgli-devel
BuildRequires: mcs-devel
BuildRequires: libguess-devel
-BuildRequires: libxml2-devel
BuildRequires: dbus-devel dbus-glib-devel
BuildRequires: libSM-devel
BuildRequires: desktop-file-utils
+BuildRequires: doxygen
# The automatic SONAME dependency is not enough
# during version upgrades.
@@ -127,6 +127,7 @@ done
--disable-rpath \
--disable-dependency-tracking
make %{?_smp_mflags}
+doxygen Doxyfile
%install
@@ -198,6 +199,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files devel
%defattr(-,root,root,-)
+%doc doc/html
%{_includedir}/audacious/
%{_includedir}/libaudcore/
%{_includedir}/libaudgui/
@@ -206,6 +208,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Mon Jan 31 2011 Michael Schwendt <mschwendt(a)fedoraproject.org> - 2.4.3-5
+- BR doxygen and include HTML documentation in -devel package
+
* Fri Jan 28 2011 Michael Schwendt <mschwendt(a)fedoraproject.org> - 2.4.3-4
- Merge fixes for AUD-285, AUD-286.