Force disable documentation generation

There will be no change in the mockbuild, just
if we happen to have fop, xmlt and sgml installed
while using fedpkg local.
This commit is contained in:
Benjamin Tissoires 2016-03-25 10:40:46 +01:00
parent 7c873240d8
commit b70b2ffb79
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 ICE runtime library
Name: libICE
Version: 1.0.9
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -30,7 +30,8 @@ The X.Org X11 ICE (Inter-Client Exchange) development package.
%build
autoreconf -v --install --force
%configure --disable-static
%configure --disable-static \
--without-fop --without-xmlto
V=1 make %{?_smp_mflags}
%install
@ -68,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/ice.pc
%changelog
* Fri Mar 25 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.0.9-5
- Force disable documentation generation
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild