diff --git a/gtk-doc-1.18.tar.bz2 b/gtk-doc-1.18.tar.bz2 deleted file mode 100644 index f19641c..0000000 --- a/gtk-doc-1.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a634d2e93d70468237033c06a17c97f29cf71a35ac5cc01c016324c965d42f73 -size 933706 diff --git a/gtk-doc-1.19.tar.xz b/gtk-doc-1.19.tar.xz new file mode 100644 index 0000000..0871277 --- /dev/null +++ b/gtk-doc-1.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27df247fa828433a9390368e2088cc22f954f2ce1f255ddbd12ab6e027b12e68 +size 597880 diff --git a/gtk-doc.changes b/gtk-doc.changes index aaca427..3327dfa 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jun 21 18:04:11 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.19: + + Bugs fixed: bgo#652740, bgo#660436, bgo#661853, bgo#668228, + bgo#670724, bgo#670767, bgo#670796, bgo#671519, bgo#671960, + bgo#672710, bgo#676685, bgo#685365, bgo#686148, bgo#687685, + bgo#688204, bgo#688423, bgo#689209, bgo#690438, bgo#696930, + bgo#700981. +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools, + following upstreams port to the new documentation infrastructure. +- Split out -lang package. + ------------------------------------------------------------------- Sat Feb 25 12:57:32 UTC 2012 - coolo@suse.com diff --git a/gtk-doc.spec b/gtk-doc.spec index 8a4dc9e..dd6d891 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,7 +1,7 @@ # # spec file for package gtk-doc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,23 @@ Name: gtk-doc -Version: 1.18 +Version: 1.19 Release: 0 Summary: GTK+ DocBook Documentation Generator License: GPL-2.0+ Group: Productivity/Publishing/SGML Url: http://www.gtk.org/gtk-doc/ -Source: http://download.gnome.org/sources/gtk-doc/1.18/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gtk-doc/1.19/%{name}-%{version}.tar.xz # When updating this package, please don't forget to update the gtk-doc.m4 Source # in glib2. BuildRequires: docbook-xsl-stylesheets -BuildRequires: gnome-doc-utils-devel BuildRequires: libxml2-tools BuildRequires: libxslt BuildRequires: openjade BuildRequires: pkg-config BuildRequires: python-base BuildRequires: sgml-skel +BuildRequires: yelp-tools Requires: docbook-dsssl-stylesheets Requires: docbook-xsl-stylesheets Requires: docbook_4 @@ -41,6 +41,7 @@ Requires: libxml2-tools Requires: libxslt Requires: openjade Recommends: source-highlight +Recommends: %{name}-lang # Old for <= 10.2 & CODE10 Provides: gtkdoc = %{version} Obsoletes: gtkdoc @@ -53,6 +54,7 @@ documentation in DocBook format. It can extract documentation from source code comments in a manner similar to Java-doc. It is used to generate the documentation for GLib, Gtk+, and GNOME. +%lang_package %prep %setup -q @@ -64,6 +66,7 @@ make %{?_smp_mflags} %make_install mkdir -p %{buildroot}%{_datadir}/gtk-doc/html mv -v doc/README doc/doc.README +%find_lang %{name}-manual %{?no_lang_C} %files %defattr(-,root,root) @@ -75,15 +78,8 @@ mv -v doc/README doc/doc.README %{_datadir}/gtk-doc/ %{_datadir}/pkgconfig/gtk-doc.pc %{_datadir}/sgml/gtk-doc/ -%doc %{_datadir}/gnome/help/gtk-doc-manual/ -%doc %{_datadir}/omf/gtk-doc-manual/ -# We have to own those directories since we can't depend on anything that will -# own them, unfortunately :/ -%dir %{_datadir}/gnome -%dir %{_datadir}/gnome/help -%dir %{_datadir}/omf +%doc %{_datadir}/help/C/gtk-doc-manual/ -%clean -rm -rf %{buildroot} +%files lang -f %{name}-manual.lang %changelog