installed tests
This commit is contained in:
parent
262b2483fe
commit
2608c28f71
@ -2,7 +2,7 @@
|
||||
|
||||
Name: glib-networking
|
||||
Version: 2.41.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Networking support for GLib
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -27,12 +27,21 @@ GIO. In particular, it contains libproxy- and GSettings-based
|
||||
GProxyResolver implementations and a gnutls-based GTlsConnection
|
||||
implementation.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the glib-networking package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The glib-networking-tests package contains tests that can be used to verify
|
||||
the functionality of the installed glib-networking package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-libproxy
|
||||
%configure --disable-static --with-libproxy --enable-installed-tests
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -58,8 +67,14 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_libexecdir}/glib-pacrunner
|
||||
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/installed-tests/glib-networking
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu Sep 4 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 2.41.4-3
|
||||
- Build installed tests
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user