|
|
|
@ -1,25 +1,26 @@
|
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
|
|
|
|
|
|
|
|
|
### Abstract ###
|
|
|
|
|
|
|
|
|
|
Name: gnome-doc-utils
|
|
|
|
|
Version: 0.20.10
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and GFDL
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
Summary: Documentation utilities for GNOME
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and GFDL
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/GnomeDocUtils
|
|
|
|
|
#VCS: git:git://git.gnome.org/gnome-doc-utils
|
|
|
|
|
Source: https://download.gnome.org/sources/%{name}/0.20/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
### Patches ###
|
|
|
|
|
|
|
|
|
|
#VCS: git:git://git.gnome.org/gnome-doc-utils
|
|
|
|
|
# RH bug #438638 / GNOME bug #524207
|
|
|
|
|
Patch1: gnome-doc-utils-0.14.0-package.patch
|
|
|
|
|
|
|
|
|
|
### Dependencies ###
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: libxml2-devel >= 2.6.12
|
|
|
|
|
BuildRequires: libxslt-devel >= 1.1.8
|
|
|
|
|
BuildRequires: libxml2-python
|
|
|
|
|
BuildRequires: python
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
|
|
|
|
|
|
Requires: libxml2 >= 2.6.12
|
|
|
|
|
Requires: libxslt >= 1.1.8
|
|
|
|
@ -33,16 +34,6 @@ Requires: automake
|
|
|
|
|
# update yelp for say newer Firefox.
|
|
|
|
|
Requires: gnome-doc-utils-stylesheets = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
### Build Dependencies ###
|
|
|
|
|
|
|
|
|
|
BuildRequires: libxml2-devel >= 2.6.12
|
|
|
|
|
BuildRequires: libxslt-devel >= 1.1.8
|
|
|
|
|
BuildRequires: libxml2-python
|
|
|
|
|
BuildRequires: python
|
|
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
gnome-doc-utils is a collection of documentation utilities for the GNOME
|
|
|
|
@ -103,6 +94,7 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc
|
|
|
|
|
- Update URL
|
|
|
|
|
- Use some more modern macros
|
|
|
|
|
- Update man page glob
|
|
|
|
|
- Remove Group tag
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.10-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|