New git snapshot
This commit is contained in:
parent
09600a00d8
commit
a8b6375dd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ gtk-doc-1.15.tar.bz2
|
||||
/gtk-doc-1.16.tar.bz2
|
||||
/gtk-doc-1.17.tar.bz2
|
||||
/gtk-doc-1.18.tar.xz
|
||||
/gtk-doc-1_18-87-gdf075f.tar.gz
|
||||
|
16
gtk-doc.spec
16
gtk-doc.spec
@ -1,11 +1,11 @@
|
||||
Summary: API documentation generation tool for GTK+ and GNOME
|
||||
Name: gtk-doc
|
||||
Version: 1.18
|
||||
Release: 4%{?dist}
|
||||
Release: 5.20130425gitdf075f%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Development/Tools
|
||||
#VCS: git:git://git.gnome.org/gtk-doc
|
||||
Source: http://download.gnome.org/sources/gtk-doc/1.18/gtk-doc-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gtk-doc/1.18/gtk-doc-1_18-87-gdf075f.tar.gz
|
||||
BuildArch: noarch
|
||||
URL: http://www.gtk.org/gtk-doc
|
||||
|
||||
@ -18,6 +18,9 @@ BuildRequires: python2-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: source-highlight
|
||||
BuildRequires: yelp-tools
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
# Following are not automatically installed
|
||||
Requires: docbook-utils openjade libxslt docbook-style-xsl
|
||||
@ -36,11 +39,12 @@ It is used for generating the documentation for GTK+, GLib
|
||||
and GNOME.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n gtk-doc
|
||||
# Move this doc file to avoid name collisions
|
||||
mv doc/README doc/README.docs
|
||||
|
||||
%build
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-scrollkeeper
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -60,10 +64,12 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/
|
||||
%{_datadir}/sgml/gtk-doc/
|
||||
%{_datadir}/pkgconfig/gtk-doc.pc
|
||||
%{_datadir}/gnome/help/gtk-doc-manual/
|
||||
%{_datadir}/omf/gtk-doc-manual
|
||||
%{_datadir}/help/*/gtk-doc-manual/
|
||||
|
||||
%changelog
|
||||
* Thu Apr 25 2013 Colin Walters <walters@verbum.org> - 1.18-5.20130425gitdf075f
|
||||
- New git snapshot; attempting to fix for #910830
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user