Blame SPECS/gtk-doc.spec

ef6f65
%global debug_package %{nil}
49f4b1
ef6f65
Name: gtk-doc
79be47
Version: 1.28
79be47
Release: 2%{?dist}
ef6f65
Summary: API documentation generation tool for GTK+ and GNOME
49f4b1
ef6f65
License: GPLv2+ and GFDL
49f4b1
URL: http://www.gtk.org/gtk-doc
79be47
Source0: http://download.gnome.org/sources/gtk-doc/1.28/gtk-doc-%{version}.tar.xz
79be47
# Fix a crasher bug caused by mismatched variable name:
79be47
# https://bugzilla.gnome.org/show_bug.cgi?id=796011
79be47
Patch0: 0001-Fix-a-missed-variable-rename-in-ScanDirectory-caused.patch
79be47
# Fix another crasher bug caused by wrong use of re groups:
79be47
# https://bugzilla.gnome.org/show_bug.cgi?id=796012
79be47
Patch1: 0002-Replace-match.groups-1-with-match.group-1.patch
79be47
79be47
BuildRequires: dblatex
49f4b1
BuildRequires: docbook-utils
ef6f65
BuildRequires: /usr/bin/xsltproc
49f4b1
BuildRequires: docbook-style-xsl
49f4b1
BuildRequires: python2-devel
79be47
BuildRequires: python-six
49f4b1
BuildRequires: gettext
49f4b1
BuildRequires: source-highlight
49f4b1
BuildRequires: yelp-tools
49f4b1
49f4b1
# Following are not automatically installed
79be47
Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl
79be47
Requires: python-six
49f4b1
Requires: source-highlight
49f4b1
49f4b1
%description
49f4b1
gtk-doc is a tool for generating API reference documentation.
49f4b1
It is used for generating the documentation for GTK+, GLib
49f4b1
and GNOME.
49f4b1
49f4b1
%prep
79be47
%autosetup -p1
ef6f65
49f4b1
# Move this doc file to avoid name collisions
49f4b1
mv doc/README doc/README.docs
49f4b1
49f4b1
%build
49f4b1
%configure
49f4b1
make %{?_smp_mflags}
49f4b1
49f4b1
%install
ef6f65
%make_install
49f4b1
ef6f65
%check
79be47
# For reasons unknown first make check fails with texlive debug spew in log
79be47
# files. Just run it twice to work this around.
79be47
make check || make check
ef6f65
49f4b1
%files
ef6f65
%license COPYING COPYING-DOCS
ef6f65
%doc AUTHORS README doc/* examples
49f4b1
%{_bindir}/*
79be47
%{_datadir}/aclocal/
49f4b1
%{_datadir}/gtk-doc/
49f4b1
%{_datadir}/pkgconfig/gtk-doc.pc
49f4b1
%{_datadir}/help/*/gtk-doc-manual/
ef6f65
%{_libdir}/cmake/
49f4b1
49f4b1
%changelog
79be47
* Thu May 10 2018 Adam Williamson <awilliam@redhat.com> - 1.28-2
79be47
- Fix a couple of crasher bugs encountered by halfline (BGO#79601{1,2))
79be47
79be47
* Sat Mar 24 2018 Kalev Lember <klember@redhat.com> - 1.28-1
79be47
- Update to 1.28
79be47
- Resolves: #1569971
79be47
ef6f65
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.25-1
ef6f65
- Update to 1.25
ef6f65
- Resolves: #1386981
ef6f65
aa3c32
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.19-3
aa3c32
- Mass rebuild 2013-12-27
aa3c32
49f4b1
* Tue Oct 29 2013 Matthias Clasen <mclasen@redhat.com> - 1.19-2
49f4b1
- Fix sorting of the annotation glossary
49f4b1
49f4b1
* Wed Jun  5 2013 Matthias Clasen <mclasen@redhat.com> - 1.19-1
49f4b1
- Update to 1.19
49f4b1
49f4b1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-4
49f4b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
49f4b1
49f4b1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-3
49f4b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
49f4b1
49f4b1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-2
49f4b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
49f4b1
49f4b1
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 1.18-1
49f4b1
- Update to 1.18
49f4b1
49f4b1
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.17-1
49f4b1
- Update to 1.17
49f4b1
49f4b1
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
49f4b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
49f4b1
49f4b1
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 1.16-1
49f4b1
- Update to 1.16
49f4b1
49f4b1
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.15-2
49f4b1
- Merge-review cleanup (#225870)
49f4b1
49f4b1
* Sun May 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.15-1
49f4b1
- Update to 1.15
49f4b1
49f4b1
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.14-1
49f4b1
- Update to 1.14
49f4b1
49f4b1
* Wed Jan  6 2010 Matthias Clasen <mclasen@redhat.com> - 1.13-2
49f4b1
- Fix issues with gtkdoc-fixxref
49f4b1
49f4b1
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 1.13-1
49f4b1
- Update to 1.13
49f4b1
49f4b1
* Thu Dec  3 2009 Matthias Clasen <mclasen@redhat.com> - 1.11-6
49f4b1
- Drop unnecessary BRs
49f4b1
49f4b1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-5
49f4b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
49f4b1
49f4b1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4
49f4b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
49f4b1
49f4b1
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.11-3
49f4b1
- Fix an index generation problem
49f4b1
49f4b1
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1.11-2
49f4b1
- Update to 1.11
49f4b1
49f4b1
* Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-2
49f4b1
- fix license tag
49f4b1
49f4b1
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.10-1
49f4b1
- Update to 1.10
49f4b1
49f4b1
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.9-4
49f4b1
- Try again 
49f4b1
49f4b1
* Mon Jan  7 2008 Matthias Clasen <mclasen@redhat.com> - 1.9-3
49f4b1
- Improve the fix 
49f4b1
49f4b1
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-2
49f4b1
- Fix a problem in gtk-doc.make
49f4b1
49f4b1
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-1
49f4b1
- Update to 1.9
49f4b1
49f4b1
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-3
49f4b1
- Update the license field
49f4b1
49f4b1
* Thu Mar 29 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-2
49f4b1
- Drop a no longer needed patch
49f4b1
49f4b1
* Wed Feb 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-1
49f4b1
- Update to 1.8
49f4b1
- Fix some directory ownership issues
49f4b1
49f4b1
* Fri Feb  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.7-3
49f4b1
- Fix the omf file (#223684)
49f4b1
49f4b1
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.7-2
49f4b1
- Own the /usr/share/gtk-doc/html directory (#220230)
49f4b1
49f4b1
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 1.7-1.fc6
49f4b1
- Update to 1.7
49f4b1
49f4b1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6-3.1
49f4b1
- rebuild
49f4b1
49f4b1
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 1.6-3
49f4b1
- Make it build in mock
49f4b1
49f4b1
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 1.6-2
49f4b1
- Update to 1.6
49f4b1
49f4b1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
49f4b1
- rebuilt
49f4b1
49f4b1
* Wed Jul  6 2005 Matthias Clasen <mclasen@redhat.com> 1.4-1
49f4b1
- update to 1.4
49f4b1
49f4b1
* Thu May  5 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
49f4b1
- accept ':' in ids
49f4b1
49f4b1
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
49f4b1
- update to 1.3
49f4b1
49f4b1
* Tue Sep 21 2004 Matthias Clasen <mclasen@redhat.com> 1.2-2
49f4b1
- rebuild 
49f4b1
49f4b1
* Fri Mar 12 2004 Alex Larsson <alexl@redhat.com> 1.2-1
49f4b1
- update to 1.2
49f4b1
49f4b1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
49f4b1
- rebuilt
49f4b1
49f4b1
* Thu Aug 28 2003 Owen Taylor <otaylor@redhat.com> 1.1-3.0
49f4b1
- Move gtk-doc.pc file to %%{_datadir}/pkgconfig (#98595)
49f4b1
- Require: /usr/bin/cmp (#88763, Thomas Vander Stichele)
49f4b1
- Added libxslt docbook-style-xsl to Require: and BuildPrereq
49f4b1
  (#99143, Ken MacFarlane)
49f4b1
49f4b1
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 1.1-2.0
49f4b1
- Bump for rebuild
49f4b1
49f4b1
* Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 1.1-1
49f4b1
- Version 1.1
49f4b1
49f4b1
* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.10-6
49f4b1
- Patch to s/head -1/head -n 1/ for ppc64 etc.
49f4b1
49f4b1
* Wed Feb 12 2003 Elliot Lee <sopwith@redhat.com> 0.10-5
49f4b1
- BuildRequires: libxslt
49f4b1
49f4b1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
49f4b1
- rebuilt
49f4b1
49f4b1
* Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com> 0.10-3
49f4b1
- Clean up some spec file mess
49f4b1
49f4b1
* Mon Jan 13 2003 Tim Powers <timp@redhat.com> 0.10-2
49f4b1
- fiter out the broken perl dep
49f4b1
49f4b1
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
49f4b1
- 0.10
49f4b1
49f4b1
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.9-6
49f4b1
- rebuild
49f4b1
49f4b1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
49f4b1
- automated rebuild
49f4b1
49f4b1
* Thu May 30 2002 Chip Turner <cturner@redhat.com>
49f4b1
- add dependency filter for bogus perl dependencies
49f4b1
49f4b1
* Thu May 23 2002 Tim Powers <timp@redhat.com>
49f4b1
- automated rebuild
49f4b1
49f4b1
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
49f4b1
- rebuild in different environment
49f4b1
49f4b1
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
49f4b1
- update to 0.9
49f4b1
49f4b1
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
49f4b1
- automated rebuild
49f4b1
49f4b1
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
49f4b1
- new cvs snap 0.7.90
49f4b1
49f4b1
* Mon Sep 17 2001 Matt Wilson <msw@redhat.com>
49f4b1
- version 0.7
49f4b1
49f4b1
* Thu May 17 2001 Havoc Pennington <hp@redhat.com>
49f4b1
- upgrade to a CVS snapshot
49f4b1
- remove patches applied upstream
49f4b1
49f4b1
* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
49f4b1
- Replace docbook, sgml-common, and stylesheets requirements with
49f4b1
  docbook-utils requirement.
49f4b1
- Use public identifier in custom stylesheets.
49f4b1
49f4b1
* Thu Dec 14 2000 Bill Nottingham <notting@redhat.com>
49f4b1
- rebuild because of broken fileutils
49f4b1
49f4b1
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
49f4b1
- Version 0.4b1 (CVS snapshot)
49f4b1
49f4b1
* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
49f4b1
- added Requires
49f4b1
49f4b1
* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
49f4b1
- Initial RPM, version 0.2
49f4b1