Add BuildRequires for make
This commit is contained in:
parent
a23626cd46
commit
b60227cbfd
@ -1,7 +1,7 @@
|
|||||||
Summary: Sample Authorization Protocol for X
|
Summary: Sample Authorization Protocol for X
|
||||||
Name: libXau
|
Name: libXau
|
||||||
Version: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
|
|
||||||
@ -9,6 +9,7 @@ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
|||||||
|
|
||||||
#Patch0: xau-1.0.4-local.patch
|
#Patch0: xau-1.0.4-local.patch
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: xorg-x11-util-macros
|
BuildRequires: xorg-x11-util-macros
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -67,6 +68,9 @@ make check
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 5 11:13:29 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.9-5
|
||||||
|
- Add BuildRequires for make
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-4
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user