Accepting request 181293 from GNOME:Factory

Push GNOME 3.9.3, as announced

OBS-URL: https://build.opensuse.org/request/show/181293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-doc?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-06-29 17:42:11 +00:00 committed by Git OBS Bridge
commit d3ae7986ac
4 changed files with 25 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a634d2e93d70468237033c06a17c97f29cf71a35ac5cc01c016324c965d42f73
size 933706

3
gtk-doc-1.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27df247fa828433a9390368e2088cc22f954f2ce1f255ddbd12ab6e027b12e68
size 597880

View File

@ -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

View File

@ -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