Accepting request 69089 from GNOME:Factory

Pushing G:F (including GNOME3)

OBS-URL: https://build.opensuse.org/request/show/69089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-doc?expand=0&rev=15
This commit is contained in:
Sascha Peilicke 2011-05-02 10:14:16 +00:00 committed by Git OBS Bridge
commit aed2f59409
4 changed files with 48 additions and 21 deletions

View File

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

3
gtk-doc-1.17.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Mar 3 15:05:24 UTC 2011 - fcrozat@novell.com
- Update to version 1.17:
+ bgo#127049: building reference documentation fails when
builddir != srcdir
+ bgo#640241: non-srcdir builds busted
- Changes from version 1.16:
+ gtkdoc-check can do more checks, one might need to update
Makefile.am from the examples/Makefile.am
+ Various bug fixes: bgo#625776, bgo#627269, bgo#467488,
bgo#481811, bgo#501107, bgo#512565, bgo#518427, bgo#597937,
bgo#612028, bgo#617478, bgo#618379, bgo#620249, bgo#621931,
bgo#622971, bgo#623777, bgo#623968, bgo#624199, bgo#624200,
bgo#627223, bgo#627920, bgo#628611, bgo#628794, bgo#630288,
bgo#631336, bgo#632587, bgo#638330, bgo#638831.
-------------------------------------------------------------------
Sun Feb 20 09:36:03 CET 2011 - vuntz@opensuse.org
- Run spec-cleaner.
- Add source-highlight Recommends: it's useful to produce better
output for code examples.
-------------------------------------------------------------------
Thu Jul 8 02:19:12 CEST 2010 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gtk-doc (Version 1.15)
# spec file for package gtk-doc
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -15,31 +15,34 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gtk-doc
Version: 1.17
Release: 1
License: GPLv2+
Summary: GTK+ DocBook Documentation Generator
Group: Productivity/Publishing/SGML
Source: %{name}-%{version}.tar.bz2
# 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: libxslt
BuildRequires: openjade
BuildRequires: pkg-config
BuildRequires: python
BuildRequires: sgml-skel
BuildRequires: gnome-doc-utils-devel
License: GPLv2+
Group: Productivity/Publishing/SGML
Requires: docbook-dsssl-stylesheets
Requires: docbook-xsl-stylesheets
Requires: docbook_4
Requires: libxml2
Requires: libxslt
Requires: openjade
Recommends: source-highlight
# Old for <= 10.2 & CODE10
Provides: gtkdoc = %{version}
Obsoletes: gtkdoc
Requires: openjade libxml2 docbook-xsl-stylesheets libxslt docbook_4
Requires: docbook-dsssl-stylesheets
AutoReqProv: on
Version: 1.15
Release: 1
Summary: GTK+ DocBook Documentation Generator
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -54,11 +57,11 @@ generate the documentation for GLib, Gtk+, and GNOME.
%build
%configure --disable-scrollkeeper
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
%make_install
mkdir -p %{buildroot}%{_datadir}/gtk-doc/html
mv -v doc/README doc/doc.README
%files
@ -77,7 +80,7 @@ mv -v doc/README doc/doc.README
%dir %{_datadir}/gnome/help
%dir %{_datadir}/omf
%clean
rm -rf $RPM_BUILD_ROOT
%clean
rm -rf %{buildroot}
%changelog