41 lines
906 B
RPMSpec
41 lines
906 B
RPMSpec
|
Name: gnome-desktop-testing
|
||
|
Version: 2013.1
|
||
|
Release: 1%{?dist}
|
||
|
Summary: GNOME test runner for installed tests
|
||
|
|
||
|
License: LGPLv2+
|
||
|
URL: https://live.gnome.org/GnomeGoals/InstalledTests
|
||
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-testing/2013.1/%{name}-%{version}.tar.xz
|
||
|
|
||
|
BuildRequires: glib2-devel
|
||
|
BuildRequires: gobject-introspection-devel
|
||
|
BuildRequires: systemd-devel
|
||
|
|
||
|
%description
|
||
|
gnome-desktop-testing-runner is a basic runner for tests that are
|
||
|
installed in /usr/share/installed-tests.
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
|
||
|
%build
|
||
|
%configure --with-systemd-journal
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||
|
|
||
|
|
||
|
%files
|
||
|
%doc COPYING README
|
||
|
%{_bindir}/gnome-desktop-testing-runner
|
||
|
%{_libdir}/gnome-desktop-testing
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 2013.1-1
|
||
|
- Initial packaging (#976919)
|