Accepting request 62179 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/62179
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-doc?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2011-02-21 23:14:45 +00:00 committed by Git OBS Bridge
parent f337970bdf
commit d492ea6475
4 changed files with 38 additions and 20 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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
- Update to version 1.15:
+ bgo#614496: Support for multiple DOC_SOURCE_DIR directories
+ bgo#615550: gtk-doc fails to recognize (scope ...) and (skip)
annotations.
-------------------------------------------------------------------
Mon Mar 29 11:13:18 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gtk-doc (Version 1.14)
# spec file for package gtk-doc (Version 1.15)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,31 +15,34 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gtk-doc
Version: 1.15
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.14
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