[xfprint] Remove unneeded gtk-doc dep. Fixes bug #604424

Kevin Fenzi kevin at fedoraproject.org
Mon Aug 23 23:43:06 UTC 2010


commit 6a3dabf04b57b33971f8a6af4fc5a79a01dfacc6
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Mon Aug 23 17:43:00 2010 -0600

    Remove unneeded gtk-doc dep. Fixes bug #604424

 xfprint.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/xfprint.spec b/xfprint.spec
index d230236..ebb3290 100644
--- a/xfprint.spec
+++ b/xfprint.spec
@@ -1,7 +1,7 @@
 Summary: Print dialog and printer manager for Xfce 4
 Name: xfprint
 Version: 4.6.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org
 Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfprint-%{version}.tar.bz2
@@ -30,7 +30,6 @@ Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libxfcegui4-devel >= %{version}
 Requires: pkgconfig
-Requires: gtk-doc
 
 %description devel
 Static libraries and header files for the Xfce xfprint library.
@@ -87,9 +86,12 @@ fi
 %{_includedir}/xfce4/libxfprint
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
-%doc %{_datadir}/gtk-doc/html/libxfprint
+%doc %{_datadir}/gtk-doc
 
 %changelog
+* Mon Aug 23 2010 Kevin Fenzi <kevin at tummy.com> - 4.6.0-5
+- Remove unneeded gtk-doc dep. Fixes bug #604424
+
 * Sun Feb 14 2010 Kevin Fenzi <kevin at tummy.com> - 4.6.0-4
 - Add patch to fix DSO link issue. Fixes bug #565014
 


More information about the scm-commits mailing list