import flatpak-xdg-utils-1.0.5-1.el9
This commit is contained in:
parent
bd0e063372
commit
c9b80aabb2
@ -1 +1 @@
|
|||||||
317cc9ee168116b2772e3dff6e305538c2f7c567 SOURCES/flatpak-xdg-utils-1.0.4.tar.xz
|
071134e11c1eac1d1b6ab9842a9762f377619046 SOURCES/flatpak-xdg-utils-1.0.5.tar.xz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/flatpak-xdg-utils-1.0.4.tar.xz
|
SOURCES/flatpak-xdg-utils-1.0.5.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: flatpak-xdg-utils
|
Name: flatpak-xdg-utils
|
||||||
Summary: Command-line tools for use inside Flatpak sandboxes
|
Summary: Command-line tools for use inside Flatpak sandboxes
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/flatpak/flatpak-xdg-utils
|
URL: https://github.com/flatpak/flatpak-xdg-utils
|
||||||
Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
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,
|
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.
|
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
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson -Dinstalled_tests=true
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,7 +57,16 @@ mv $RPM_BUILD_ROOT%{_bindir}/xdg-open $RPM_BUILD_ROOT%{_bindir}/flatpak-xdg-open
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/flatpak-spawn
|
%{_bindir}/flatpak-spawn
|
||||||
|
|
||||||
|
%files tests
|
||||||
|
%{_datadir}/installed-tests
|
||||||
|
%{_libexecdir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.4-5
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user