2013-07-12 17:51:39 +00:00
|
|
|
Name: gnome-desktop-testing
|
2019-11-28 14:06:07 +00:00
|
|
|
Version: 2018.1
|
2024-06-11 10:09:39 +00:00
|
|
|
Release: %autorelease
|
2013-07-12 17:51:39 +00:00
|
|
|
Summary: GNOME test runner for installed tests
|
|
|
|
|
|
|
|
License: LGPLv2+
|
2014-01-30 13:54:41 +00:00
|
|
|
URL: https://live.gnome.org/Initiatives/GnomeGoals/InstalledTests
|
2019-11-28 14:06:07 +00:00
|
|
|
Source0: https://gitlab.gnome.org/GNOME/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
2013-07-12 17:51:39 +00:00
|
|
|
|
2014-01-30 13:54:41 +00:00
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
2017-08-07 17:26:37 +00:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2024-06-11 10:09:39 +00:00
|
|
|
# I don't see any libgsystem dependencies
|
|
|
|
#BuildRequires: pkgconfig(libgsystem)
|
2019-11-28 14:06:07 +00:00
|
|
|
BuildRequires: git automake autoconf libtool
|
2020-12-18 23:42:25 +00:00
|
|
|
BuildRequires: make
|
2019-11-28 14:06:07 +00:00
|
|
|
|
|
|
|
# https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/1
|
|
|
|
Patch0: 0001-Don-t-crash-on-unknown-command-line-options.patch
|
2024-06-13 13:44:34 +00:00
|
|
|
Patch1: 0001-Resolve-RHELPLAN-170235-Fix-OpenScanHub-report.patch
|
2013-07-12 17:51:39 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
gnome-desktop-testing-runner is a basic runner for tests that are
|
2016-03-31 13:38:49 +00:00
|
|
|
installed in /usr/share/installed-tests. For more information, see
|
|
|
|
"https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests"
|
2013-07-12 17:51:39 +00:00
|
|
|
|
|
|
|
%prep
|
2019-11-28 14:06:07 +00:00
|
|
|
%autosetup -S git_am -n %{name}-v%{version}
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2013-07-12 17:51:39 +00:00
|
|
|
|
|
|
|
%build
|
2024-06-13 13:44:34 +00:00
|
|
|
%configure
|
2013-07-12 17:51:39 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING README
|
|
|
|
%{_bindir}/gnome-desktop-testing-runner
|
2016-03-31 13:38:49 +00:00
|
|
|
%{_bindir}/ginsttest-runner
|
2013-07-12 17:51:39 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-06-11 10:09:39 +00:00
|
|
|
%autochangelog
|
2024-01-24 15:27:40 +00:00
|
|
|
|