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