2004-09-09 05:56:34 +00:00
|
|
|
Summary: API documentation generation tool for GTK+ and GNOME
|
|
|
|
Name: gtk-doc
|
2006-08-02 19:24:35 +00:00
|
|
|
Version: 1.7
|
|
|
|
Release: 1%{?dist}
|
2004-09-09 05:56:34 +00:00
|
|
|
License: LGPL
|
|
|
|
Group: Development/Tools
|
2006-04-10 14:07:51 +00:00
|
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.6/gtk-doc-1.6.tar.bz2
|
2004-09-09 05:56:34 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2005-01-26 16:11:49 +00:00
|
|
|
URL: http://www.gtk.org/gtk-doc
|
2006-05-22 17:32:58 +00:00
|
|
|
|
|
|
|
BuildRequires: docbook-utils
|
|
|
|
BuildRequires: jade
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
|
|
|
|
Requires(post): scrollkeeper
|
|
|
|
Requires(postun): scrollkeeper
|
|
|
|
|
2004-09-09 05:59:23 +00:00
|
|
|
Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
|
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
|
|
|
|
|
2004-09-09 05:57:01 +00:00
|
|
|
%setup -q
|
2004-09-09 05:56:34 +00:00
|
|
|
# Move this doc file to avoid name collisions
|
|
|
|
mv doc/README doc/README.docs
|
|
|
|
|
|
|
|
%build
|
2006-04-10 14:21:40 +00:00
|
|
|
%configure --enable-public-id --disable-scrollkeeper
|
2004-09-09 05:56:34 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
2006-04-10 14:21:40 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
2004-09-09 05:59:23 +00:00
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2006-05-22 17:32:58 +00:00
|
|
|
%post
|
|
|
|
scrollkeeper-update -q
|
|
|
|
|
|
|
|
%postun
|
|
|
|
scrollkeeper-update -q
|
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%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
|
2006-04-10 14:21:40 +00:00
|
|
|
%{_datadir}/gnome/help/gtk-doc-manual/
|
|
|
|
%{_datadir}/omf/gtk-doc/
|
2005-01-26 16:11:49 +00:00
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
%changelog
|
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
|
|
|
|
|