From 35c79d801ae8ca91468973c503834c0710e392a0 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jan 31 2011 20:36:30 +0000 Subject: - BR doxygen and include HTML documentation in -devel package --- 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 - 2.4.3-5 +- BR doxygen and include HTML documentation in -devel package + * Fri Jan 28 2011 Michael Schwendt - 2.4.3-4 - Merge fixes for AUD-285, AUD-286.