gnome-desktop-testing/gnome-desktop-testing.spec
Takao Fujiwara 220ec51111 Resolves RHEL-36177 Add gnome-desktop-testing to RHEL10
- Use autochangelog
- Also comment out pkgconfig(libgsystem)
2024-06-11 19:09:39 +09:00

44 lines
1.2 KiB
RPMSpec

Name: gnome-desktop-testing
Version: 2018.1
Release: %autorelease
Summary: GNOME test runner for installed tests
License: LGPLv2+
URL: https://live.gnome.org/Initiatives/GnomeGoals/InstalledTests
Source0: https://gitlab.gnome.org/GNOME/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(libsystemd)
# I don't see any libgsystem dependencies
#BuildRequires: pkgconfig(libgsystem)
BuildRequires: git automake autoconf libtool
BuildRequires: make
# https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/1
Patch0: 0001-Don-t-crash-on-unknown-command-line-options.patch
%description
gnome-desktop-testing-runner is a basic runner for tests that are
installed in /usr/share/installed-tests. For more information, see
"https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests"
%prep
%autosetup -S git_am -n %{name}-v%{version}
NOCONFIGURE=1 ./autogen.sh
%build
%configure --with-systemd-journal
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%doc COPYING README
%{_bindir}/gnome-desktop-testing-runner
%{_bindir}/ginsttest-runner
%changelog
%autochangelog