Initial import
This commit is contained in:
parent
a1e6114e47
commit
0253a832a8
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/flatpak-xdg-utils-1.0.0.tar.xz
|
35
flatpak-xdg-utils.spec
Normal file
35
flatpak-xdg-utils.spec
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Name: flatpak-xdg-utils
|
||||||
|
Summary: Command-line tools for use inside Flatpak sandboxes
|
||||||
|
Version: 1.0.0
|
||||||
|
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
|
||||||
|
|
||||||
|
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
|
||||||
|
* Wed Jan 16 2019 Owen Taylor <otaylor@redhat.com> - 1.0.0-1
|
||||||
|
- Initial version
|
Loading…
Reference in New Issue
Block a user