diff --git a/gtk-doc.changes b/gtk-doc.changes index 1e0ae75..bf89886 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 22 09:38:31 UTC 2011 - vuntz@opensuse.org + +- Own %{_datadir}/aclocal to fix build without automake/autoconf. +- Add Url tag. + ------------------------------------------------------------------- Fri Sep 16 07:47:50 UTC 2011 - vuntz@opensuse.org diff --git a/gtk-doc.spec b/gtk-doc.spec index aeee0a4..e562f10 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -15,14 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: gtk-doc Version: 1.18 -Release: 1 -License: GPL-2.0+ +Release: 0 Summary: GTK+ DocBook Documentation Generator +License: GPL-2.0+ Group: Productivity/Publishing/SGML +Url: http://www.gtk.org/gtk-doc/ Source: http://download.gnome.org/sources/gtk-doc/1.18/%{name}-%{version}.tar.bz2 # When updating this package, please don't forget to update the gtk-doc.m4 Source # in glib2. @@ -67,13 +66,15 @@ mv -v doc/README doc/doc.README %files %defattr(-,root,root) %doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README TODO doc/* -%{_bindir}/* -%{_datadir}/aclocal/*.m4 -%{_datadir}/gtk-doc -%{_datadir}/pkgconfig/*.pc -%{_datadir}/sgml/gtk-doc -%doc %{_datadir}/gnome/help/gtk-doc-manual -%doc %{_datadir}/omf/gtk-doc-manual +%{_bindir}/gtkdoc-* +%{_bindir}/gtkdocize +%dir %{_datadir}/aclocal +%{_datadir}/aclocal/gtk-doc.m4 +%{_datadir}/gtk-doc/ +%{_datadir}/pkgconfig/gtk-doc.pc +%{_datadir}/sgml/gtk-doc/ +%doc %{_datadir}/gnome/help/gtk-doc-manual/ +%doc %{_datadir}/omf/gtk-doc-manual/ # We have to own those directories since we can't depend on anything that will # own them, unfortunately :/ %dir %{_datadir}/gnome