OBS User unknown 2009-02-06 17:34:28 +00:00 committed by Git OBS Bridge
parent 807298485e
commit beaf55b49d
4 changed files with 54 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jan 23 01:19:35 CET 2009 - vuntz@novell.com
- Clean up file list in the spec file.
-------------------------------------------------------------------
Mon Dec 29 09:55:27 EST 2008 - mboman@suse.de
- Update to version 1.11:
+ Bugs fixed: bgo#531572, bgo#448879, bgo#311857, bgo#335239, bgo#460753,
bgo#473342, bgo#487727, bgo#523669, bgo#530758, bgo#533262, bgo#534627,
bgo#542137, bgo#543855, bgo#544172, bgo#552822, bgo#553407, bgo#554718,
bgo#554833, bgo#558082, bgo#559281
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 2 18:38:44 CEST 2008 - maw@suse.de Wed Apr 2 18:38:44 CEST 2008 - maw@suse.de

View File

@ -1,10 +1,17 @@
# #
# spec file for package gtk-doc (Version 1.10) # spec file for package gtk-doc (Version 1.11)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -14,7 +21,13 @@
Name: gtk-doc Name: gtk-doc
# When updating this package, please don't forget to update the gtk-doc.m4 Source # When updating this package, please don't forget to update the gtk-doc.m4 Source
# in glib2. # in glib2.
BuildRequires: docbook-xsl-stylesheets libxslt openjade pkg-config python sgml-skel BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
BuildRequires: openjade
BuildRequires: pkg-config
BuildRequires: python
BuildRequires: sgml-skel
BuildRequires: gnome-doc-utils-devel
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Publishing/SGML Group: Productivity/Publishing/SGML
# Old for <= 10.2 & CODE10 # Old for <= 10.2 & CODE10
@ -23,7 +36,7 @@ Obsoletes: gtkdoc
Requires: openjade libxml2 docbook-xsl-stylesheets libxslt docbook_4 Requires: openjade libxml2 docbook-xsl-stylesheets libxslt docbook_4
Requires: docbook-dsssl-stylesheets Requires: docbook-dsssl-stylesheets
AutoReqProv: on AutoReqProv: on
Version: 1.10 Version: 1.11
Release: 1 Release: 1
Summary: GTK+ DocBook Documentation Generator Summary: GTK+ DocBook Documentation Generator
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -47,8 +60,7 @@ Authors:
%setup -q %setup -q
%build %build
autoreconf -f -i %configure --disable-scrollkeeper
%configure
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
@ -62,14 +74,28 @@ mv -v doc/README doc/doc.README
%{_bindir}/* %{_bindir}/*
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%{_datadir}/gtk-doc %{_datadir}/gtk-doc
%{_datadir}/gtk-doc/html
%{_datadir}/pkgconfig/*.pc %{_datadir}/pkgconfig/*.pc
%{_datadir}/sgml/gtk-doc %{_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
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Jan 23 2009 vuntz@novell.com
- Clean up file list in the spec file.
* Mon Dec 29 2008 mboman@suse.de
- Update to version 1.11:
+ Bugs fixed: bgo#531572, bgo#448879, bgo#311857, bgo#335239, bgo#460753,
bgo#473342, bgo#487727, bgo#523669, bgo#530758, bgo#533262, bgo#534627,
bgo#542137, bgo#543855, bgo#544172, bgo#552822, bgo#553407, bgo#554718,
bgo#554833, bgo#558082, bgo#559281
* Wed Apr 02 2008 maw@suse.de * Wed Apr 02 2008 maw@suse.de
- Add a note for future packagers. - Add a note for future packagers.
* Tue Apr 01 2008 rodrigo@suse.de * Tue Apr 01 2008 rodrigo@suse.de
@ -91,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
- Package renamed to gtk-doc. - Package renamed to gtk-doc.
- Prefix changed to /usr. - Prefix changed to /usr.
- Spec file cleanup. - Spec file cleanup.
* Fri Aug 18 2006 jhargadon@suse.de * Thu Aug 17 2006 jhargadon@suse.de
- update to version 1.7 - update to version 1.7
- Fixed bug that resulted in empty "@:" lines in the templates. - Fixed bug that resulted in empty "@:" lines in the templates.
- Fixed a few bugs with the XSL code. - Fixed a few bugs with the XSL code.
@ -202,5 +228,5 @@ rm -rf $RPM_BUILD_ROOT
Please note due to general confusion: This is != gtkref! Please note due to general confusion: This is != gtkref!
* Thu Mar 30 2000 egger@suse.de * Thu Mar 30 2000 egger@suse.de
- Renamed also the dir to gtkdoc. - Renamed also the dir to gtkdoc.
* Fri Mar 24 2000 egger@suse.de * Thu Mar 23 2000 egger@suse.de
- Inital version. - Inital version.