From 066c4f5439e7024f351083cc0f5b1f4f710a1659 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Jul 2013 13:51:39 -0400 Subject: [PATCH] Initial import https://bugzilla.redhat.com/show_bug.cgi?id=976919 --- .gitignore | 1 + gnome-desktop-testing.spec | 40 ++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 42 insertions(+) create mode 100644 gnome-desktop-testing.spec diff --git a/.gitignore b/.gitignore index e69de29..4a900de 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/gnome-desktop-testing-2013.1.tar.xz diff --git a/gnome-desktop-testing.spec b/gnome-desktop-testing.spec new file mode 100644 index 0000000..c2927bf --- /dev/null +++ b/gnome-desktop-testing.spec @@ -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 - 2013.1-1 +- Initial packaging (#976919) diff --git a/sources b/sources index e69de29..9c6cd2c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c6824f7bfac95bf0fcf6ed0c255979c1 gnome-desktop-testing-2013.1.tar.xz