enable check
This commit is contained in:
parent
d7f2501efb
commit
f8ff247812
10
gssdp.spec
10
gssdp.spec
@ -1,6 +1,6 @@
|
||||
Name: gssdp
|
||||
Version: 0.14.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Resource discovery and announcement over SSDP
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -68,7 +68,10 @@ make %{?_smp_mflags} V=1
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags} V=1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -95,6 +98,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.8-3
|
||||
- Enable check
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user