[exo] Remove unneeded gtk-doc dep. Fixes bug #604350

Kevin Fenzi kevin at fedoraproject.org
Tue Aug 24 00:03:44 UTC 2010


commit 425d2b0837d66d0735acb0ac0827ff919123d4d1
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Mon Aug 23 18:03:39 2010 -0600

    Remove unneeded gtk-doc dep. Fixes bug #604350

 exo.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/exo.spec b/exo.spec
index 056abf2..0a08413 100644
--- a/exo.spec
+++ b/exo.spec
@@ -3,7 +3,7 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.107
-Release: 3%{?dist}
+Release: 4%{?dist}
 # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+
 # everything else is LGPLv2+
 License: LGPLv2+ and GPLv2+
@@ -38,7 +38,6 @@ Requires: %{name} = %{version}-%{release}
 Requires: libxfce4util-devel
 Requires: hal-devel
 Requires: pkgconfig
-Requires: gtk-doc
 
 %description devel
 Development tools and static libraries and header files for the exo library.
@@ -123,7 +122,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files devel
 %defattr(-, root, root,-)
-%doc %{_datadir}/gtk-doc/html/exo-0.3/
+%doc %{_datadir}/gtk-doc
 %{_bindir}/exo-csource
 %{_includedir}/exo*
 %{_libdir}/lib*.so
@@ -137,6 +136,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Mon Aug 23 2010 Kevin Fenzi <kevin at tummy.com> - 0.3.107-4
+- Remove unneeded gtk-doc dep. Fixes bug #604350
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.107-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list