!1 Package init with 1.0.14

From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-08-06 01:39:49 +00:00 committed by Gitee
commit de3b0140e4
2 changed files with 40 additions and 0 deletions

Binary file not shown.

40
flatpak-builder.spec Normal file
View File

@ -0,0 +1,40 @@
Name: flatpak-builder
Version: 1.0.14
Release: 1
Summary: A tool to build flatpaks from source
License: LGPLv2+ and GPLv2+
URL: http://flatpak.org/
Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: make flatpak pkgconfig(glib-2.0) >= 2.44 pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(ostree-1) >= 2017.14 pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4 pkgconfig(libcurl) pkgconfig(libelf) libxslt
BuildRequires: docbook-style-xsl xmlto
Requires: flatpak
%description
Flatpak-builder is a tool for building flatpaks from sources.
%prep
%autosetup -p1
%build
%configure \
--enable-docbook-docs
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/flatpak-builder
%{_defaultdocdir}/flatpak-builder/*
%{_mandir}/man1/flatpak-builder.1*
%{_mandir}/man5/flatpak-manifest.5*
%changelog
* Thu Aug 05 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.0.14-1
- Package init with 1.0.14