fix mock build
This commit is contained in:
parent
6e1fa8b479
commit
53d0ad68b5
22
gtk-doc.spec
22
gtk-doc.spec
@ -1,14 +1,23 @@
|
|||||||
Summary: API documentation generation tool for GTK+ and GNOME
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 2
|
Release: 3
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.6/gtk-doc-1.6.tar.bz2
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.6/gtk-doc-1.6.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
URL: http://www.gtk.org/gtk-doc
|
URL: http://www.gtk.org/gtk-doc
|
||||||
BuildPrereq: docbook-utils jade libxslt docbook-style-xsl
|
|
||||||
|
BuildRequires: docbook-utils
|
||||||
|
BuildRequires: jade
|
||||||
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: docbook-style-xsl
|
||||||
|
BuildRequires: scrollkeeper
|
||||||
|
|
||||||
|
Requires(post): scrollkeeper
|
||||||
|
Requires(postun): scrollkeeper
|
||||||
|
|
||||||
Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
|
Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
|
||||||
|
|
||||||
Source1: filter-requires-gtk-doc.sh
|
Source1: filter-requires-gtk-doc.sh
|
||||||
@ -39,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
scrollkeeper-update -q
|
||||||
|
|
||||||
|
%postun
|
||||||
|
scrollkeeper-update -q
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS README doc/* examples
|
%doc AUTHORS README doc/* examples
|
||||||
@ -51,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/omf/gtk-doc/
|
%{_datadir}/omf/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 1.6-3
|
||||||
|
- Make it build in mock
|
||||||
|
|
||||||
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 1.6-2
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 1.6-2
|
||||||
- Update to 1.6
|
- Update to 1.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user