diff --git a/.cvsignore b/.cvsignore index e69de29..f4ea7c8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gtk-doc-0.4b1.tar.gz diff --git a/gtk-doc.spec b/gtk-doc.spec new file mode 100644 index 0000000..a784209 --- /dev/null +++ b/gtk-doc.spec @@ -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 +- Replace docbook, sgml-common, and stylesheets requirements with + docbook-utils requirement. +- Use public identifier in custom stylesheets. + +* Thu Dec 14 2000 Bill Nottingham +- rebuild because of broken fileutils + +* Mon Nov 13 2000 Owen Taylor +- Version 0.4b1 (CVS snapshot) + +* Fri Apr 23 1999 Owen Taylor +- added Requires + +* Fri Apr 23 1999 Owen Taylor +- Initial RPM, version 0.2 + diff --git a/sources b/sources index e69de29..932de4c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ec280c684aa8b1d1d321c41769c1d56f gtk-doc-0.4b1.tar.gz