2004-09-09 05:56:34 +00:00
|
|
|
Summary: API documentation generation tool for GTK+ and GNOME
|
|
|
|
Name: gtk-doc
|
2015-05-31 19:56:43 +00:00
|
|
|
Version: 1.24
|
2014-07-17 19:45:26 +00:00
|
|
|
Release: 1%{?dist}
|
2008-07-25 19:42:47 +00:00
|
|
|
License: GPLv2+ and GFDL
|
2004-09-09 05:56:34 +00:00
|
|
|
Group: Development/Tools
|
2010-03-29 01:17:50 +00:00
|
|
|
#VCS: git:git://git.gnome.org/gtk-doc
|
2015-05-31 19:56:43 +00:00
|
|
|
Source: http://download.gnome.org/sources/gtk-doc/1.24/gtk-doc-%{version}.tar.xz
|
2013-10-30 00:26:50 +00:00
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
BuildArch: noarch
|
2005-01-26 16:11:49 +00:00
|
|
|
URL: http://www.gtk.org/gtk-doc
|
2006-05-22 17:32:58 +00:00
|
|
|
|
2009-12-03 04:55:56 +00:00
|
|
|
BuildRequires: docbook-utils
|
|
|
|
BuildRequires: jade
|
|
|
|
BuildRequires: libxslt
|
2006-05-22 17:32:58 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
2010-10-04 05:25:25 +00:00
|
|
|
BuildRequires: python2-devel
|
2008-11-21 06:55:11 +00:00
|
|
|
BuildRequires: gnome-doc-utils
|
2010-03-29 01:39:14 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: source-highlight
|
2013-04-25 20:02:13 +00:00
|
|
|
BuildRequires: yelp-tools
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
2006-05-22 17:32:58 +00:00
|
|
|
|
2010-10-04 05:25:25 +00:00
|
|
|
# Following are not automatically installed
|
|
|
|
Requires: docbook-utils openjade libxslt docbook-style-xsl
|
2007-02-22 00:56:28 +00:00
|
|
|
# we are installing an automake macro
|
|
|
|
Requires: automake
|
|
|
|
# we are installing an sgml catalog
|
|
|
|
Requires: sgml-common
|
2010-03-29 01:39:14 +00:00
|
|
|
Requires: source-highlight
|
2004-09-09 05:56:34 +00:00
|
|
|
|
2004-09-09 05:59:02 +00:00
|
|
|
Source1: filter-requires-gtk-doc.sh
|
|
|
|
%define __perl_requires %{SOURCE1}
|
2004-09-09 05:57:09 +00:00
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
%description
|
|
|
|
gtk-doc is a tool for generating API reference documentation.
|
|
|
|
It is used for generating the documentation for GTK+, GLib
|
|
|
|
and GNOME.
|
|
|
|
|
|
|
|
%prep
|
2013-06-05 10:18:56 +00:00
|
|
|
%setup -q
|
2014-02-17 10:27:41 +00:00
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
# Move this doc file to avoid name collisions
|
|
|
|
mv doc/README doc/README.docs
|
|
|
|
|
|
|
|
%build
|
2013-06-05 10:45:52 +00:00
|
|
|
#env NOCONFIGURE=1 ./autogen.sh
|
|
|
|
%configure
|
2010-10-04 05:25:25 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 05:56:34 +00:00
|
|
|
|
|
|
|
%install
|
2010-10-04 05:25:25 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
2004-09-09 05:56:34 +00:00
|
|
|
|
2006-12-20 15:08:11 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
%files
|
2015-05-10 09:04:25 +00:00
|
|
|
%license COPYING COPYING-DOCS
|
|
|
|
%doc AUTHORS README doc/* examples
|
2004-09-09 05:57:01 +00:00
|
|
|
%{_bindir}/*
|
2004-09-09 05:59:23 +00:00
|
|
|
%{_datadir}/aclocal/gtk-doc.m4
|
2004-09-09 05:57:01 +00:00
|
|
|
%{_datadir}/gtk-doc/
|
2004-09-09 05:59:55 +00:00
|
|
|
%{_datadir}/sgml/gtk-doc/
|
2004-09-09 05:59:23 +00:00
|
|
|
%{_datadir}/pkgconfig/gtk-doc.pc
|
2013-04-25 20:02:13 +00:00
|
|
|
%{_datadir}/help/*/gtk-doc-manual/
|
2005-01-26 16:11:49 +00:00
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
%changelog
|
2015-05-31 19:56:43 +00:00
|
|
|
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.24-1
|
|
|
|
- Update to 1.24
|
|
|
|
|
2015-05-17 10:03:40 +00:00
|
|
|
* Sun May 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.23-1
|
|
|
|
- Update to 1.23
|
|
|
|
|
2015-05-10 09:03:38 +00:00
|
|
|
* Sun May 10 2015 Kalev Lember <kalevlember@gmail.com> - 1.22-1
|
|
|
|
- Update to 1.22
|
2015-05-10 09:04:25 +00:00
|
|
|
- Use license macro for the COPYING files
|
2015-05-10 09:03:38 +00:00
|
|
|
|
2014-07-17 19:45:26 +00:00
|
|
|
* Thu Jul 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.21-1
|
|
|
|
- Update to 1.21
|
|
|
|
|
2014-06-07 19:06:00 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-17 10:27:41 +00:00
|
|
|
* Mon Feb 17 2014 Richard Hughes <rhughes@redhat.com> - 1.20-1
|
|
|
|
- Update to 1.20
|
|
|
|
|
2013-10-30 00:26:50 +00:00
|
|
|
* Tue Oct 29 2013 Matthias Clasen <mclasen@redhat.com> - 1.19-4
|
|
|
|
- Fix sorting of the annotation glossary
|
|
|
|
|
2013-08-03 16:54:26 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 20:29:54 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.19-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-06-05 10:00:26 +00:00
|
|
|
* Wed Jun 5 2013 Matthias Clasen <mclasen@redhat.com> - 1.19-1
|
|
|
|
- Update to 1.19
|
|
|
|
|
2013-04-25 20:02:13 +00:00
|
|
|
* Thu Apr 25 2013 Colin Walters <walters@verbum.org> - 1.18-5.20130425gitdf075f
|
|
|
|
- New git snapshot; attempting to fix for #910830
|
|
|
|
|
2013-02-14 00:41:47 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 10:49:17 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 04:28:29 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-20 00:14:07 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 1.18-1
|
|
|
|
- Update to 1.18
|
|
|
|
|
2011-03-07 23:58:33 +00:00
|
|
|
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.17-1
|
|
|
|
- Update to 1.17
|
|
|
|
|
2011-02-09 07:06:05 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-14 22:19:05 +00:00
|
|
|
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 1.16-1
|
|
|
|
- Update to 1.16
|
|
|
|
|
2010-10-04 05:25:25 +00:00
|
|
|
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.15-2
|
|
|
|
- Merge-review cleanup (#225870)
|
|
|
|
|
2010-05-27 15:57:26 +00:00
|
|
|
* Sun May 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.15-1
|
|
|
|
- Update to 1.15
|
|
|
|
|
2010-03-29 01:17:50 +00:00
|
|
|
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.14-1
|
|
|
|
- Update to 1.14
|
|
|
|
|
2010-01-06 23:01:28 +00:00
|
|
|
* Wed Jan 6 2010 Matthias Clasen <mclasen@redhat.com> - 1.13-2
|
|
|
|
- Fix issues with gtkdoc-fixxref
|
|
|
|
|
2009-12-22 15:43:06 +00:00
|
|
|
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 1.13-1
|
|
|
|
- Update to 1.13
|
|
|
|
|
2009-12-03 04:55:56 +00:00
|
|
|
* Thu Dec 3 2009 Matthias Clasen <mclasen@redhat.com> - 1.11-6
|
|
|
|
- Drop unnecessary BRs
|
|
|
|
|
2009-07-25 01:40:11 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 01:45:32 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-23 22:42:57 +00:00
|
|
|
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.11-3
|
|
|
|
- Fix an index generation problem
|
|
|
|
|
2008-11-21 06:55:11 +00:00
|
|
|
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1.11-2
|
2008-11-21 06:28:15 +00:00
|
|
|
- Update to 1.11
|
|
|
|
|
2008-07-25 19:42:47 +00:00
|
|
|
* Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-04-25 03:10:15 +00:00
|
|
|
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.10-1
|
|
|
|
- Update to 1.10
|
|
|
|
|
2008-01-08 15:31:20 +00:00
|
|
|
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 1.9-4
|
|
|
|
- Try again
|
|
|
|
|
2008-01-07 15:22:38 +00:00
|
|
|
* Mon Jan 7 2008 Matthias Clasen <mclasen@redhat.com> - 1.9-3
|
2008-01-07 15:18:54 +00:00
|
|
|
- Improve the fix
|
|
|
|
|
2007-12-18 17:03:00 +00:00
|
|
|
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-2
|
|
|
|
- Fix a problem in gtk-doc.make
|
|
|
|
|
2007-11-18 17:13:34 +00:00
|
|
|
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-1
|
|
|
|
- Update to 1.9
|
|
|
|
|
2007-08-07 22:27:11 +00:00
|
|
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-3
|
|
|
|
- Update the license field
|
|
|
|
|
2007-03-30 02:50:50 +00:00
|
|
|
* Thu Mar 29 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-2
|
|
|
|
- Drop a no longer needed patch
|
|
|
|
|
2007-02-22 00:56:28 +00:00
|
|
|
* Wed Feb 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-1
|
|
|
|
- Update to 1.8
|
|
|
|
- Fix some directory ownership issues
|
|
|
|
|
2007-02-02 20:05:29 +00:00
|
|
|
* Fri Feb 2 2007 Matthias Clasen <mclasen@redhat.com> - 1.7-3
|
|
|
|
- Fix the omf file (#223684)
|
|
|
|
|
2006-12-20 15:08:11 +00:00
|
|
|
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.7-2
|
|
|
|
- Own the /usr/share/gtk-doc/html directory (#220230)
|
|
|
|
|
2006-08-02 19:24:35 +00:00
|
|
|
* Wed Aug 2 2006 Matthias Clasen <mclasen@redhat.com> - 1.7-1.fc6
|
|
|
|
- Update to 1.7
|
|
|
|
|
2006-07-12 06:16:15 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-22 17:32:58 +00:00
|
|
|
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 1.6-3
|
|
|
|
- Make it build in mock
|
|
|
|
|
2006-04-10 13:50:56 +00:00
|
|
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 1.6-2
|
2006-04-10 13:49:20 +00:00
|
|
|
- Update to 1.6
|
|
|
|
|
2005-12-09 22:40:50 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-07-06 04:15:48 +00:00
|
|
|
* Wed Jul 6 2005 Matthias Clasen <mclasen@redhat.com> 1.4-1
|
|
|
|
- update to 1.4
|
|
|
|
|
2005-05-05 15:53:53 +00:00
|
|
|
* Thu May 5 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
|
|
|
|
- accept ':' in ids
|
|
|
|
|
2005-01-26 16:11:49 +00:00
|
|
|
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
|
|
|
|
- update to 1.3
|
|
|
|
|
2004-09-21 13:41:32 +00:00
|
|
|
* Tue Sep 21 2004 Matthias Clasen <mclasen@redhat.com> 1.2-2
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 05:59:55 +00:00
|
|
|
* Fri Mar 12 2004 Alex Larsson <alexl@redhat.com> 1.2-1
|
|
|
|
- update to 1.2
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:59:23 +00:00
|
|
|
* Thu Aug 28 2003 Owen Taylor <otaylor@redhat.com> 1.1-3.0
|
2004-09-21 13:41:32 +00:00
|
|
|
- Move gtk-doc.pc file to %%{_datadir}/pkgconfig (#98595)
|
2004-09-09 05:59:23 +00:00
|
|
|
- Require: /usr/bin/cmp (#88763, Thomas Vander Stichele)
|
|
|
|
- Added libxslt docbook-style-xsl to Require: and BuildPrereq
|
|
|
|
(#99143, Ken MacFarlane)
|
|
|
|
|
|
|
|
* Tue Jul 8 2003 Owen Taylor <otaylor@redhat.com> 1.1-2.0
|
|
|
|
- Bump for rebuild
|
|
|
|
|
|
|
|
* Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 1.1-1
|
|
|
|
- Version 1.1
|
|
|
|
|
|
|
|
* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.10-6
|
|
|
|
- Patch to s/head -1/head -n 1/ for ppc64 etc.
|
|
|
|
|
|
|
|
* Wed Feb 12 2003 Elliot Lee <sopwith@redhat.com> 0.10-5
|
|
|
|
- BuildRequires: libxslt
|
|
|
|
|
2004-09-09 05:59:02 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com> 0.10-3
|
|
|
|
- Clean up some spec file mess
|
|
|
|
|
|
|
|
* Mon Jan 13 2003 Tim Powers <timp@redhat.com> 0.10-2
|
|
|
|
- fiter out the broken perl dep
|
|
|
|
|
|
|
|
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.10
|
|
|
|
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.9-6
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 05:58:09 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 05:57:09 +00:00
|
|
|
* Thu May 30 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- add dependency filter for bogus perl dependencies
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
2004-09-09 05:57:01 +00:00
|
|
|
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- update to 0.9
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- new cvs snap 0.7.90
|
|
|
|
|
|
|
|
* Mon Sep 17 2001 Matt Wilson <msw@redhat.com>
|
|
|
|
- version 0.7
|
|
|
|
|
2004-09-09 05:56:46 +00:00
|
|
|
* Thu May 17 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
- upgrade to a CVS snapshot
|
|
|
|
- remove patches applied upstream
|
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Replace docbook, sgml-common, and stylesheets requirements with
|
|
|
|
docbook-utils requirement.
|
|
|
|
- Use public identifier in custom stylesheets.
|
|
|
|
|
|
|
|
* Thu Dec 14 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild because of broken fileutils
|
|
|
|
|
|
|
|
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Version 0.4b1 (CVS snapshot)
|
|
|
|
|
|
|
|
* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- added Requires
|
|
|
|
|
|
|
|
* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Initial RPM, version 0.2
|
|
|
|
|