Nerf the python-related BuildRequires. They're only needed for 'make check',

and cmdtest is not yet a python3 package.
This commit is contained in:
Adam Jackson 2018-03-19 11:49:45 -04:00
parent 4c40d0ff2e
commit 7f6c51ccbc

View File

@ -8,17 +8,19 @@ Release: 12%{?dist}
Epoch: 1
License: MIT
Group: User Interface/X
URL: http://www.x.org
URL: https://www.x.org
Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
Source0: https://www.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
BuildRequires: pkgconfig automake gcc
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXext-devel
BuildRequires: libXmu-devel
%if 0
BuildRequires: cmdtest
BuildRequires: python2-markdown
%endif
Provides: xauth
@ -37,18 +39,17 @@ make %{?_smp_mflags}
%make_install
%check
make check
make check || cat tests/test-suite.log
%files
%doc COPYING README
%{_bindir}/xauth
#%dir %{_mandir}/man1x
%{_mandir}/man1/xauth.1*
%changelog
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:1.0.9-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Mon Mar 19 2018 Adam Jackson <ajax@redhat.com> - 1.0.9-12
- Nerf the python-related BuildRequires. They're only needed for 'make check',
and cmdtest is not yet a python3 package.
* Mon Feb 19 2018 Peter Hutterer <peter.hutterer@redhat.com> 1:1.0.9-11
- Add BR for automake and gcc