From d6421b2f6d48ed552933fa6793d6494eef9528db Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Sun, 22 Oct 2017 12:44:41 +0200 Subject: [PATCH] Create missing %check and fix BZ #1502656 --- libXau.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libXau.spec b/libXau.spec index 687064f..3485b25 100644 --- a/libXau.spec +++ b/libXau.spec @@ -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 - 1.0.8-10 +- Enable unit tests with "make check" (#1502656) + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild