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
|
||||
Name: gtk-doc
|
||||
Version: 1.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPL
|
||||
Group: Development/Tools
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.6/gtk-doc-1.6.tar.bz2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
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
|
||||
|
||||
Source1: filter-requires-gtk-doc.sh
|
||||
@ -39,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
scrollkeeper-update -q
|
||||
|
||||
%postun
|
||||
scrollkeeper-update -q
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS README doc/* examples
|
||||
@ -51,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/omf/gtk-doc/
|
||||
|
||||
%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
|
||||
- Update to 1.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user