gnome-desktop-testing/gnome-desktop-testing.spec

44 lines
1.0 KiB
RPMSpec
Raw Normal View History

Name: gnome-desktop-testing
Version: 2013.1
Release: 2%{?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
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2013.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 2013.1-1
- Initial packaging (#976919)