Add BuildRequires for make
This commit is contained in:
parent
af66b1c4af
commit
69aafd40cc
@ -3,7 +3,7 @@
|
|||||||
Summary: X.Org X11 X authority utilities
|
Summary: X.Org X11 X authority utilities
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
# NOTE: Remove Epoch line if package gets renamed
|
# NOTE: Remove Epoch line if package gets renamed
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -12,6 +12,7 @@ URL: https://www.x.org
|
|||||||
Source0: https://www.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
|
Source0: https://www.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
|
||||||
Patch0: ISSOCK.patch
|
Patch0: ISSOCK.patch
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig automake gcc
|
BuildRequires: pkgconfig automake gcc
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
@ -50,6 +51,9 @@ make check || cat tests/test-suite.log
|
|||||||
%{_mandir}/man1/xauth.1*
|
%{_mandir}/man1/xauth.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1:1.1-7
|
||||||
|
- Add BuildRequires for make
|
||||||
|
|
||||||
* Thu Aug 20 2020 Tilmann Bubeck <bubeck@fedoraproject.org> - 1:1.1-6
|
* Thu Aug 20 2020 Tilmann Bubeck <bubeck@fedoraproject.org> - 1:1.1-6
|
||||||
- Fix RHBZ #1870201
|
- Fix RHBZ #1870201
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user