- Merge-review cleanup (#225870)
This commit is contained in:
parent
cf965f5254
commit
88d2fbe9c0
22
gtk-doc.spec
22
gtk-doc.spec
@ -1,7 +1,7 @@
|
|||||||
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.15
|
Version: 1.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
#VCS: git:git://git.gnome.org/gtk-doc
|
#VCS: git:git://git.gnome.org/gtk-doc
|
||||||
@ -14,16 +14,15 @@ BuildRequires: jade
|
|||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: scrollkeeper
|
BuildRequires: scrollkeeper
|
||||||
BuildRequires: python
|
BuildRequires: python2-devel
|
||||||
BuildRequires: gnome-doc-utils
|
BuildRequires: gnome-doc-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: source-highlight
|
BuildRequires: source-highlight
|
||||||
|
|
||||||
Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
|
# Following are not automatically installed
|
||||||
|
Requires: docbook-utils openjade libxslt docbook-style-xsl
|
||||||
# we are installing an automake macro
|
# we are installing an automake macro
|
||||||
Requires: automake
|
Requires: automake
|
||||||
# we are installing a .pc file
|
|
||||||
Requires: pkgconfig
|
|
||||||
# we are installing an sgml catalog
|
# we are installing an sgml catalog
|
||||||
Requires: sgml-common
|
Requires: sgml-common
|
||||||
Requires: source-highlight
|
Requires: source-highlight
|
||||||
@ -37,18 +36,16 @@ It is used for generating the documentation for GTK+, GLib
|
|||||||
and GNOME.
|
and GNOME.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Move this doc file to avoid name collisions
|
# Move this doc file to avoid name collisions
|
||||||
mv doc/README doc/README.docs
|
mv doc/README doc/README.docs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-public-id --disable-scrollkeeper
|
%configure --disable-scrollkeeper
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
# --disable-scrollkeeper is not enough
|
# --disable-scrollkeeper is not enough
|
||||||
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||||
@ -56,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root,-)
|
||||||
%doc AUTHORS README doc/* examples COPYING COPYING-DOCS
|
%doc AUTHORS README doc/* examples COPYING COPYING-DOCS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/aclocal/gtk-doc.m4
|
%{_datadir}/aclocal/gtk-doc.m4
|
||||||
@ -67,6 +64,9 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
|||||||
%{_datadir}/omf/gtk-doc-manual
|
%{_datadir}/omf/gtk-doc-manual
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.15-2
|
||||||
|
- Merge-review cleanup (#225870)
|
||||||
|
|
||||||
* Sun May 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.15-1
|
* Sun May 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.15-1
|
||||||
- Update to 1.15
|
- Update to 1.15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user