Blame SPECS/gtk-doc.spec

40708d
%global debug_package %{nil}
40708d
40708d
%global __python %{__python3}
40708d
40708d
Name: gtk-doc
40708d
Version: 1.28
4f8fb2
Release: 4%{?dist}
40708d
Summary: API documentation generation tool for GTK+ and GNOME
40708d
40708d
License: GPLv2+ and GFDL
40708d
URL: http://www.gtk.org/gtk-doc
40708d
Source0: http://download.gnome.org/sources/gtk-doc/1.28/gtk-doc-%{version}.tar.xz
40708d
40708d
# Backported from upstream
40708d
# https://bugzilla.redhat.com/show_bug.cgi?id=1634770
40708d
Patch0: 0001-Please-make-the-output-reproducible.patch
40708d
c3e634
# Backported from upstream
c3e634
# https://bugzilla.redhat.com/show_bug.cgi?id=1853142
c3e634
Patch1: 0001-scangobj-Make-G_MAXINT-appear-as-such-on-32-bit.patch
c3e634
4f8fb2
# https://bugzilla.redhat.com/show_bug.cgi?id=2052721
4f8fb2
Patch2: gtk-doc-1.28-fix-opaque-class.patch
4f8fb2
40708d
BuildRequires: dblatex
40708d
BuildRequires: docbook-utils
40708d
BuildRequires: /usr/bin/xsltproc
40708d
BuildRequires: docbook-style-xsl
40708d
BuildRequires: gettext
40708d
BuildRequires: python3-devel
40708d
BuildRequires: python3-six
40708d
BuildRequires: source-highlight
40708d
BuildRequires: yelp-tools
40708d
40708d
# Following are not automatically installed
40708d
Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl
40708d
Requires: python3-six
40708d
Requires: source-highlight
40708d
40708d
%description
40708d
gtk-doc is a tool for generating API reference documentation.
40708d
It is used for generating the documentation for GTK+, GLib
40708d
and GNOME.
40708d
40708d
%prep
40708d
%autosetup -p1
40708d
40708d
# Move this doc file to avoid name collisions
40708d
mv doc/README doc/README.docs
40708d
40708d
%build
40708d
export PYTHON=%{__python3}
40708d
%configure
40708d
make %{?_smp_mflags}
40708d
40708d
%install
40708d
%make_install
40708d
40708d
%check
40708d
# For reasons unknown first make check fails with texlive debug spew in log
40708d
# files. Just run it twice to work this around.
40708d
make check || make check
40708d
40708d
%files
40708d
%license COPYING COPYING-DOCS
40708d
%doc AUTHORS README doc/* examples
40708d
%{_bindir}/*
40708d
%{_datadir}/aclocal/
40708d
%{_datadir}/gtk-doc/
40708d
%{_datadir}/pkgconfig/gtk-doc.pc
40708d
%{_datadir}/help/*/gtk-doc-manual/
40708d
%{_libdir}/cmake/
40708d
40708d
%changelog
4f8fb2
* Thu Apr 07 2022 David King <dking@redhat.com> - 1.28-4
4f8fb2
- Generate documentation for forward declarations (#2052721)
4f8fb2
c3e634
* Mon Feb 01 2021 Kalev Lember <klember@redhat.com> - 1.28-3
c3e634
- Backport an upstream patch to fix G_MAXINT appearing as G_MAXLONG on 32 bit
c3e634
- Related: #1853142
c3e634
40708d
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 1.28-2
40708d
- Backport a patch to fix x86_64/i686 differences in generated documentation
40708d
- Resolves: #1634770
40708d
40708d
* Sat Mar 24 2018 Kalev Lember <klember@redhat.com> - 1.28-1
40708d
- Update to 1.28
40708d
- Switch to Python 3 (#1509660)
40708d
40708d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
40708d
40708d
* Thu Dec 07 2017 Kalev Lember <klember@redhat.com> - 1.27-1
40708d
- Update to 1.27
40708d
40708d
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 1.26-2
40708d
- Add missing pkgconfig(glib-2.0) dep
40708d
40708d
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.26-1
40708d
- Update to 1.26
40708d
- Don't own /usr/share/gtk-doc/html/ -- packages that drop files in there need
40708d
  to co-own the directory, instead of depending on gtk-doc
40708d
40708d
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 1.25-6
40708d
- Rebuilt for AutoReq cmake-filesystem
40708d
40708d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-5
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
40708d
40708d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-4
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
40708d
40708d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-3
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
40708d
40708d
* Tue Oct 18 2016 Kalev Lember <klember@redhat.com> - 1.25-2
40708d
- Use make_install macro
40708d
- Don't set group tags
40708d
- Run self tests
40708d
- Drop unused build deps
40708d
40708d
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.25-1
40708d
- Update to 1.25
40708d
- Make the package not noarch as it is now putting files in archful directories
40708d
40708d
* Thu Feb 04 2016 David King <amigadave@amigadave.com> - 1.24-4
40708d
- Require xsltproc, not libxslt
40708d
40708d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-3
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
40708d
40708d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-2
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
40708d
40708d
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.24-1
40708d
- Update to 1.24
40708d
40708d
* Sun May 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.23-1
40708d
- Update to 1.23
40708d
40708d
* Sun May 10 2015 Kalev Lember <kalevlember@gmail.com> - 1.22-1
40708d
- Update to 1.22
40708d
- Use license macro for the COPYING files
40708d
40708d
* Thu Jul 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.21-1
40708d
- Update to 1.21
40708d
40708d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
40708d
40708d
* Mon Feb 17 2014 Richard Hughes <rhughes@redhat.com> - 1.20-1
40708d
- Update to 1.20
40708d
40708d
* Tue Oct 29 2013 Matthias Clasen <mclasen@redhat.com> - 1.19-4
40708d
- Fix sorting of the annotation glossary 
40708d
40708d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-3
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
40708d
40708d
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.19-2
40708d
- Perl 5.18 rebuild
40708d
40708d
* Wed Jun  5 2013 Matthias Clasen <mclasen@redhat.com> - 1.19-1
40708d
- Update to 1.19
40708d
40708d
* Thu Apr 25 2013 Colin Walters <walters@verbum.org> - 1.18-5.20130425gitdf075f
40708d
- New git snapshot; attempting to fix for #910830
40708d
40708d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-4
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
40708d
40708d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-3
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
40708d
40708d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-2
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
40708d
40708d
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 1.18-1
40708d
- Update to 1.18
40708d
40708d
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.17-1
40708d
- Update to 1.17
40708d
40708d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
40708d
40708d
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 1.16-1
40708d
- Update to 1.16
40708d
40708d
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.15-2
40708d
- Merge-review cleanup (#225870)
40708d
40708d
* Sun May 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.15-1
40708d
- Update to 1.15
40708d
40708d
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.14-1
40708d
- Update to 1.14
40708d
40708d
* Wed Jan  6 2010 Matthias Clasen <mclasen@redhat.com> - 1.13-2
40708d
- Fix issues with gtkdoc-fixxref
40708d
40708d
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 1.13-1
40708d
- Update to 1.13
40708d
40708d
* Thu Dec  3 2009 Matthias Clasen <mclasen@redhat.com> - 1.11-6
40708d
- Drop unnecessary BRs
40708d
40708d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-5
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
40708d
40708d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4
40708d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
40708d
40708d
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.11-3
40708d
- Fix an index generation problem
40708d
40708d
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1.11-2
40708d
- Update to 1.11
40708d
40708d
* Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-2
40708d
- fix license tag
40708d
40708d
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.10-1
40708d
- Update to 1.10
40708d
40708d
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.9-4
40708d
- Try again 
40708d
40708d
* Mon Jan  7 2008 Matthias Clasen <mclasen@redhat.com> - 1.9-3
40708d
- Improve the fix 
40708d
40708d
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-2
40708d
- Fix a problem in gtk-doc.make
40708d
40708d
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-1
40708d
- Update to 1.9
40708d
40708d
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-3
40708d
- Update the license field
40708d
40708d
* Thu Mar 29 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-2
40708d
- Drop a no longer needed patch
40708d
40708d
* Wed Feb 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-1
40708d
- Update to 1.8
40708d
- Fix some directory ownership issues
40708d
40708d
* Fri Feb  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.7-3
40708d
- Fix the omf file (#223684)
40708d
40708d
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.7-2
40708d
- Own the /usr/share/gtk-doc/html directory (#220230)
40708d
40708d
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 1.7-1.fc6
40708d
- Update to 1.7
40708d
40708d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6-3.1
40708d
- rebuild
40708d
40708d
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 1.6-3
40708d
- Make it build in mock
40708d
40708d
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 1.6-2
40708d
- Update to 1.6
40708d
40708d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
40708d
- rebuilt
40708d
40708d
* Wed Jul  6 2005 Matthias Clasen <mclasen@redhat.com> 1.4-1
40708d
- update to 1.4
40708d
40708d
* Thu May  5 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
40708d
- accept ':' in ids
40708d
40708d
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
40708d
- update to 1.3
40708d
40708d
* Tue Sep 21 2004 Matthias Clasen <mclasen@redhat.com> 1.2-2
40708d
- rebuild 
40708d
40708d
* Fri Mar 12 2004 Alex Larsson <alexl@redhat.com> 1.2-1
40708d
- update to 1.2
40708d
40708d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
40708d
- rebuilt
40708d
40708d
* Thu Aug 28 2003 Owen Taylor <otaylor@redhat.com> 1.1-3.0
40708d
- Move gtk-doc.pc file to %%{_datadir}/pkgconfig (#98595)
40708d
- Require: /usr/bin/cmp (#88763, Thomas Vander Stichele)
40708d
- Added libxslt docbook-style-xsl to Require: and BuildPrereq
40708d
  (#99143, Ken MacFarlane)
40708d
40708d
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 1.1-2.0
40708d
- Bump for rebuild
40708d
40708d
* Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 1.1-1
40708d
- Version 1.1
40708d
40708d
* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.10-6
40708d
- Patch to s/head -1/head -n 1/ for ppc64 etc.
40708d
40708d
* Wed Feb 12 2003 Elliot Lee <sopwith@redhat.com> 0.10-5
40708d
- BuildRequires: libxslt
40708d
40708d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
40708d
- rebuilt
40708d
40708d
* Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com> 0.10-3
40708d
- Clean up some spec file mess
40708d
40708d
* Mon Jan 13 2003 Tim Powers <timp@redhat.com> 0.10-2
40708d
- fiter out the broken perl dep
40708d
40708d
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
40708d
- 0.10
40708d
40708d
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.9-6
40708d
- rebuild
40708d
40708d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
40708d
- automated rebuild
40708d
40708d
* Thu May 30 2002 Chip Turner <cturner@redhat.com>
40708d
- add dependency filter for bogus perl dependencies
40708d
40708d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
40708d
- automated rebuild
40708d
40708d
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
40708d
- rebuild in different environment
40708d
40708d
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
40708d
- update to 0.9
40708d
40708d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
40708d
- automated rebuild
40708d
40708d
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
40708d
- new cvs snap 0.7.90
40708d
40708d
* Mon Sep 17 2001 Matt Wilson <msw@redhat.com>
40708d
- version 0.7
40708d
40708d
* Thu May 17 2001 Havoc Pennington <hp@redhat.com>
40708d
- upgrade to a CVS snapshot
40708d
- remove patches applied upstream
40708d
40708d
* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
40708d
- Replace docbook, sgml-common, and stylesheets requirements with
40708d
  docbook-utils requirement.
40708d
- Use public identifier in custom stylesheets.
40708d
40708d
* Thu Dec 14 2000 Bill Nottingham <notting@redhat.com>
40708d
- rebuild because of broken fileutils
40708d
40708d
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
40708d
- Version 0.4b1 (CVS snapshot)
40708d
40708d
* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
40708d
- added Requires
40708d
40708d
* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
40708d
- Initial RPM, version 0.2
40708d