Initial import

https://bugzilla.redhat.com/show_bug.cgi?id=976919
This commit is contained in:
Matthias Clasen 2013-07-12 13:51:39 -04:00
parent bc130ad35c
commit 066c4f5439
3 changed files with 42 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/gnome-desktop-testing-2013.1.tar.xz

View File

@ -0,0 +1,40 @@
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)

View File

@ -0,0 +1 @@
c6824f7bfac95bf0fcf6ed0c255979c1 gnome-desktop-testing-2013.1.tar.xz