Create missing %check and fix BZ #1502656
This commit is contained in:
parent
7acd9c1dca
commit
d6421b2f6d
@ -1,7 +1,7 @@
|
||||
Summary: Sample Authorization Protocol for X
|
||||
Name: libXau
|
||||
Version: 1.0.8
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -69,10 +72,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/X11/Xauth.h
|
||||
%{_libdir}/libXau.so
|
||||
%{_libdir}/pkgconfig/xau.pc
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 22 2017 Dr. Tilmann Bubeck <tilmann@bubecks.de> - 1.0.8-10
|
||||
- Enable unit tests with "make check" (#1502656)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user