enable make check
This commit is contained in:
parent
9c48738380
commit
611a15e5a5
@ -1,6 +1,6 @@
|
|||||||
Name: gupnp-dlna
|
Name: gupnp-dlna
|
||||||
Version: 0.10.5
|
Version: 0.10.5
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A collection of helpers for building UPnP AV applications
|
Summary: A collection of helpers for building UPnP AV applications
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -56,8 +56,11 @@ make %{?_smp_mflags} V=1
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
#Remove libtool archives.
|
# Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -delete
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -91,6 +94,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-metadata
|
%{_datadir}/gtk-doc/html/%{name}-metadata
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.5-6
|
||||||
|
- Enable make check
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-5
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user