e201c1e3d3
Thu May 17 2001 Havoc Pennington <hp@redhat.com> - upgrade to a CVS snapshot - remove patches applied upstream
67 lines
1.4 KiB
RPMSpec
67 lines
1.4 KiB
RPMSpec
Summary: API documentation generation tool for GTK+ and GNOME
|
|
Name: gtk-doc
|
|
Version: 0.5.9
|
|
Release: 1
|
|
License: LGPL
|
|
Group: Development/Tools
|
|
Source: gtk-doc-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
URL: http://www.gtk.org/rdp
|
|
BuildPrereq: docbook-utils jade
|
|
Requires: docbook-utils jade
|
|
|
|
%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
|
|
# 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
|
|
|
|
%{_prefix}/bin/*
|
|
%{_prefix}/share/gtk-doc/
|
|
|
|
%changelog
|
|
* 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
|
|
|