52edf4921a
Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild
92 lines
2.0 KiB
RPMSpec
92 lines
2.0 KiB
RPMSpec
Summary: API documentation generation tool for GTK+ and GNOME
|
|
Name: gtk-doc
|
|
Version: 0.9
|
|
Release: 5
|
|
License: LGPL
|
|
Group: Development/Tools
|
|
Source: gtk-doc-%{version}.tar.bz2
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
URL: http://www.gtk.org/rdp
|
|
BuildPrereq: docbook-utils jade
|
|
Requires: docbook-utils jade
|
|
|
|
Source1: filter-requires-gtk-doc.sh
|
|
%define __find_requires %{SOURCE1}
|
|
|
|
%description
|
|
gtk-doc is a tool for generating API reference documentation.
|
|
It is used for generating the documentation for GTK+, GLib
|
|
and GNOME.
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
# Move this doc file to avoid name collisions
|
|
mv doc/README doc/README.docs
|
|
|
|
%build
|
|
%configure --enable-public-id
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS README doc/* examples
|
|
%{_bindir}/*
|
|
%{_datadir}/gtk-doc/
|
|
|
|
%changelog
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Thu May 17 2001 Havoc Pennington <hp@redhat.com>
|
|
- upgrade to a CVS snapshot
|
|
- remove patches applied upstream
|
|
|
|
* 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
|
|
|