Resolves: rhbz#1502675 enable make check

This commit is contained in:
Caolán McNamara 2017-10-16 16:25:43 +01:00
parent b07b6ee68a
commit 848197f8aa

View File

@ -1,7 +1,7 @@
Summary: Library implementing the Unicode Bidirectional Algorithm
Name: fribidi
Version: 0.19.7
Release: 5%{?dist}
Release: 6%{?dist}
URL: http://fribidi.org
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
License: LGPLv2+ and UCD
@ -40,6 +40,9 @@ export CFLAGS="$RPM_OPT_FLAGS -DPAGE_SIZE=4096"
%configure --disable-static
make %{?_smp_mflags}
%check
make check
%install
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@ -62,6 +65,9 @@ find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
%{_mandir}/man3/%{name}_*.gz
%changelog
* Mon Oct 16 2017 Caolán McNamara <caolanm@redhat.com> - 0.19.7-6
- Resolves: rhbz#1502675 enable make check
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild