[tomoe] drop dependency on gtk-doc and own the gtk-doc dir (#604416)

Jens Petersen petersen at fedoraproject.org
Thu Sep 16 01:25:02 UTC 2010


commit 185ca431ab59671bb9ca28246fec6bd6b50d257e
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Sep 16 11:24:56 2010 +1000

    drop dependency on gtk-doc and own the gtk-doc dir (#604416)

 tomoe.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/tomoe.spec b/tomoe.spec
index ea9569f..9714f26 100644
--- a/tomoe.spec
+++ b/tomoe.spec
@@ -3,12 +3,12 @@
 
 Name:           tomoe
 Version:        0.6.0
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Handwritten input system for Japanese and Chinese
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
-URL:            http://scim-imengine.sourceforge.jp/
+URL:            http://tomoe.sourceforge.jp/
 Source0:        http://downloads.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
 Patch0:         tomoe-0.6.0-multiarch-conflict.patch
 Patch1:         tomoe-0.6.0-bz502662.patch
@@ -32,8 +32,6 @@ A program which does Japanese handwriting recognition.
 Summary:    Tomoe development files
 Group:      Development/Libraries
 Requires:   %{name} = %{version}-%{release}
-# for %{_datadir}/gtk-doc/html
-Requires:   gtk-doc
 
 %description devel
 The tomoe-devel package includes the header files for the tomoe package.
@@ -93,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libtomoe.so
 %{_includedir}/tomoe
 %{_libdir}/pkgconfig/tomoe.pc
-%{_datadir}/gtk-doc/html/tomoe
+%{_datadir}/gtk-doc
 %{_libdir}/pkgconfig/pytomoe.pc
 %if %{ruby_binding}
 %{_libdir}/ruby/site_ruby/1.8/tomoe.rb
@@ -101,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 16 2010 Jens Petersen <petersen at redhat.com> - 0.6.0-17
+- drop dependency on gtk-doc and own the gtk-doc dir (#604416)
+- update url
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.0-16
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list