!1 Package init with 1.0.14
From: @weijin-deng Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
de3b0140e4
BIN
flatpak-builder-1.0.14.tar.xz
Normal file
BIN
flatpak-builder-1.0.14.tar.xz
Normal file
Binary file not shown.
40
flatpak-builder.spec
Normal file
40
flatpak-builder.spec
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user