auto-import changelog data from gtk-doc-0.4b1-3.src.rpm
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
This commit is contained in:
parent
c7df99f6b9
commit
2bcccc3e13
@ -0,0 +1 @@
|
|||||||
|
gtk-doc-0.4b1.tar.gz
|
64
gtk-doc.spec
Normal file
64
gtk-doc.spec
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
|
Name: gtk-doc
|
||||||
|
Version: 0.4b1
|
||||||
|
Release: 3
|
||||||
|
License: LGPL
|
||||||
|
Group: Development/Tools
|
||||||
|
Source: gtk-doc-%{version}.tar.gz
|
||||||
|
Patch: gtk-doc-pubid.patch
|
||||||
|
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
|
||||||
|
%patch -p1 -b .pubid
|
||||||
|
# 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
|
||||||
|
* 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user