add BuildRequires for gcc (#1606744)
This commit is contained in:
parent
3e236d3529
commit
d1640680d3
@ -1,7 +1,7 @@
|
|||||||
Summary: A tool for converting XML files to various formats
|
Summary: A tool for converting XML files to various formats
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.28
|
Version: 0.0.28
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
#Older versions up to xmlto-0.0.20
|
#Older versions up to xmlto-0.0.20
|
||||||
@ -14,6 +14,7 @@ Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
|||||||
BuildRequires: docbook-xsl
|
BuildRequires: docbook-xsl
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: util-linux, flex
|
BuildRequires: util-linux, flex
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
# We rely heavily on the DocBook XSL stylesheets!
|
# We rely heavily on the DocBook XSL stylesheets!
|
||||||
Requires: docbook-xsl
|
Requires: docbook-xsl
|
||||||
@ -91,6 +92,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 21 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-10
|
||||||
|
- add BuildRequires for gcc (#1606744)
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-9
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user