parent
7ef566901d
commit
8a6218216b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/flatpak-xdg-utils-1.0.0.tar.xz
|
||||
/flatpak-xdg-utils-1.0.1.tar.xz
|
||||
/flatpak-xdg-utils-1.0.4.tar.xz
|
||||
/flatpak-xdg-utils-1.0.5.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: flatpak-xdg-utils
|
||||
Summary: Command-line tools for use inside Flatpak sandboxes
|
||||
Version: 1.0.4
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/flatpak/flatpak-xdg-utils
|
||||
Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
@ -25,11 +25,20 @@ This package contains the flatpak-spawn command-line utility. It can be
|
||||
used to talk to the org.freedesktop.Flatpak service to spawn new sandboxes,
|
||||
run commands on the host, or use one of the session or system helpers.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for %{name}
|
||||
License: LGPLv2+
|
||||
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: flatpak-spawn%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description tests
|
||||
This package contains installed tests for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson -Dinstalled_tests=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -48,7 +57,16 @@ mv $RPM_BUILD_ROOT%{_bindir}/xdg-open $RPM_BUILD_ROOT%{_bindir}/flatpak-xdg-open
|
||||
%license COPYING
|
||||
%{_bindir}/flatpak-spawn
|
||||
|
||||
%files tests
|
||||
%{_datadir}/installed-tests
|
||||
%{_libexecdir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Fri Mar 25 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.0.5-1
|
||||
- Update to 1.0.5
|
||||
- Enable installed tests
|
||||
Resolves: #2062206
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.4-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-xdg-utils-1.0.4.tar.xz) = ed0763fde014f98fdf5a4dffe2f3d8013f82ff337d8a375a00924d632f3f7037a81310537af81c518a7ca30951bd7a67e51072c9159e1d7b30c94f42ba6f70c5
|
||||
SHA512 (flatpak-xdg-utils-1.0.5.tar.xz) = 71c55cc01dc962c1b419821160626c46111ad672241f7627dbf780790d4f9f320151f479264ffc188334488f43dee8f4f7aa7754040e9c6231c200ea281f6439
|
||||
|
Loading…
Reference in New Issue
Block a user