From d535d54e9e02c63fa2d827b4ad124315b61be29d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 31 Mar 2016 09:38:49 -0400 Subject: [PATCH] New upstream version --- gnome-desktop-testing.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gnome-desktop-testing.spec b/gnome-desktop-testing.spec index 6cb21fb..676d25d 100644 --- a/gnome-desktop-testing.spec +++ b/gnome-desktop-testing.spec @@ -9,17 +9,20 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-testing/%{v BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(libsystemd-journal) +BuildRequires: pkgconfig(libgsystem) %description gnome-desktop-testing-runner is a basic runner for tests that are -installed in /usr/share/installed-tests. - +installed in /usr/share/installed-tests. For more information, see +"https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests" %prep %autosetup %build -%configure --with-systemd-journal +(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--with-systemd-journal; fi; + %configure $CONFIGFLAGS +) make %{?_smp_mflags} %install @@ -28,8 +31,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %files %doc COPYING README %{_bindir}/gnome-desktop-testing-runner -%{_libdir}/gnome-desktop-testing - +%{_bindir}/ginsttest-runner %changelog * Thu Mar 31 2016 Colin Walters - 2016.1-2