37bbf27cf0
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
39 lines
883 B
RPMSpec
39 lines
883 B
RPMSpec
Name: flatpak-xdg-utils
|
|
Summary: Command-line tools for use inside Flatpak sandboxes
|
|
Version: 1.0.0
|
|
Release: 2%{?dist}
|
|
License: LGPLv2+
|
|
URL: https://github.com/flatpak/flatpak-xdg-utils
|
|
Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: gcc
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
%description
|
|
This package contains a number of command-line utilities for use inside
|
|
Flatpak sandboxes. They work by talking to portals.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%files
|
|
%doc README.md
|
|
%license COPYING
|
|
|
|
%{_bindir}/*
|
|
|
|
%changelog
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Wed Jan 16 2019 Owen Taylor <otaylor@redhat.com> - 1.0.0-1
|
|
- Initial version
|