[gtk2/f14/master] drop gtk-doc dep

Matthias Clasen mclasen at fedoraproject.org
Mon Aug 23 23:40:50 UTC 2010


commit c5129d8f8cc91f6b600db072134103f94615738d
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Aug 23 19:38:51 2010 -0400

    drop gtk-doc dep

 gtk2.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/gtk2.spec b/gtk2.spec
index d2ce363..c9f9009 100644
--- a/gtk2.spec
+++ b/gtk2.spec
@@ -142,8 +142,6 @@ package.
 Summary: Developer documentation for GTK+
 Group: Development/Libraries
 Requires: gtk2 = %{version}-%{release}
-# for /usr/share/gtk-doc/html
-Requires: gtk-doc
 #BuildArch: noarch
 
 %description devel-docs
@@ -264,9 +262,6 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/filesystems
 echo %dir %{_sysconfdir}/gtk-2.0/$host >> gtk20.lang
 echo %ghost %{_sysconfdir}/gtk-2.0/$host/gtk.immodules >> gtk20.lang
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 /sbin/ldconfig
 /usr/bin/update-gtk-immodules %{_host}
@@ -346,7 +341,7 @@ fi
 
 %files devel-docs
 %defattr(-, root, root)
-%{_datadir}/gtk-doc/html/*
+%{_datadir}/gtk-doc
 # oops, man pages went missing
 # %{_mandir}/man1/*
 %doc tmpdocs/tutorial
@@ -354,8 +349,11 @@ fi
 %doc tmpdocs/examples
 
 %changelog
+* Mon Aug 23 2010 Matthias Clasen <mclasen at redhat.com> - 2.21.6-2
+- Co-own /usr/share/gtk-doc (#604367)
+
 * Tue Aug 17 2010 Matthias Clasen <mclasen at redhat.com> - 2.21.6-1
-- Ipdate to 2.21.6
+- Update to 2.21.6
 
 * Thu Jul 15 2010 Colin Walters <walters at verbum.org> - 2.21.5-2
 - Rebuild with new gobject-introspection


More information about the scm-commits mailing list