diff --git a/flatpak-builder-1.0.14.tar.xz b/flatpak-builder-1.0.14.tar.xz new file mode 100644 index 0000000..ac6856b Binary files /dev/null and b/flatpak-builder-1.0.14.tar.xz differ diff --git a/flatpak-builder.spec b/flatpak-builder.spec new file mode 100644 index 0000000..417122a --- /dev/null +++ b/flatpak-builder.spec @@ -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 - 1.0.14-1 +- Package init with 1.0.14