New upstream version
This commit is contained in:
parent
8d38e31b8b
commit
d535d54e9e
@ -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 <walters@redhat.com> - 2016.1-2
|
||||
|
Loading…
Reference in New Issue
Block a user