41 lines
1.1 KiB
RPMSpec
41 lines
1.1 KiB
RPMSpec
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
|