Blame SPECS/gtk-doc.spec

49f4b1
Summary: API documentation generation tool for GTK+ and GNOME
49f4b1
Name: gtk-doc
49f4b1
Version: 1.19
aa3c32
Release: 3%{?dist}
49f4b1
License: GPLv2+ and GFDL
49f4b1
Group: Development/Tools
49f4b1
#VCS: git:git://git.gnome.org/gtk-doc
49f4b1
Source: http://download.gnome.org/sources/gtk-doc/1.18/gtk-doc-%{version}.tar.xz
49f4b1
49f4b1
# upstream fix
49f4b1
Patch0: 0001-gtkdoc-mkdb-sort-entries-in-the-glossary.patch
49f4b1
49f4b1
BuildArch: noarch
49f4b1
URL: http://www.gtk.org/gtk-doc
49f4b1
49f4b1
BuildRequires: docbook-utils
49f4b1
BuildRequires: jade
49f4b1
BuildRequires: libxslt
49f4b1
BuildRequires: docbook-style-xsl
49f4b1
BuildRequires: python2-devel
49f4b1
BuildRequires: gnome-doc-utils
49f4b1
BuildRequires: gettext
49f4b1
BuildRequires: source-highlight
49f4b1
BuildRequires: yelp-tools
49f4b1
49f4b1
BuildRequires: autoconf automake libtool
49f4b1
49f4b1
# Following are not automatically installed
49f4b1
Requires: docbook-utils openjade libxslt docbook-style-xsl
49f4b1
# we are installing an automake macro
49f4b1
Requires: automake
49f4b1
# we are installing an sgml catalog
49f4b1
Requires: sgml-common
49f4b1
Requires: source-highlight
49f4b1
49f4b1
Source1: filter-requires-gtk-doc.sh
49f4b1
%define __perl_requires %{SOURCE1}
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
49f4b1
%setup -q
49f4b1
%patch0 -p1
49f4b1
# Move this doc file to avoid name collisions
49f4b1
mv doc/README doc/README.docs
49f4b1
49f4b1
%build
49f4b1
#env NOCONFIGURE=1 ./autogen.sh
49f4b1
%configure
49f4b1
make %{?_smp_mflags}
49f4b1
49f4b1
%install
49f4b1
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
49f4b1
49f4b1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
49f4b1
49f4b1
%files
49f4b1
%defattr(-, root, root,-)
49f4b1
%doc AUTHORS README doc/* examples COPYING COPYING-DOCS
49f4b1
%{_bindir}/*
49f4b1
%{_datadir}/aclocal/gtk-doc.m4
49f4b1
%{_datadir}/gtk-doc/
49f4b1
%{_datadir}/sgml/gtk-doc/
49f4b1
%{_datadir}/pkgconfig/gtk-doc.pc
49f4b1
%{_datadir}/help/*/gtk-doc-manual/
49f4b1
49f4b1
%changelog
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