Update to 1.3.3 (#2179415)
This commit is contained in:
parent
5493bfa712
commit
38ccfcfe9a
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@
|
||||
/flatpak-builder-1.2.2.tar.xz
|
||||
/flatpak-builder-1.2.3.tar.xz
|
||||
/flatpak-builder-1.3.1.tar.xz
|
||||
/flatpak-builder-1.3.2.tar.xz
|
||||
/flatpak-builder-1.3.3.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global flatpak_version 0.99.1
|
||||
|
||||
Name: flatpak-builder
|
||||
Version: 1.3.1
|
||||
Version: 1.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to build flatpaks from source
|
||||
|
||||
@ -20,7 +20,7 @@ BuildRequires: docbook-dtds
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: flatpak >= %{flatpak_version}
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
@ -65,16 +65,17 @@ See https://flatpak.org/ for more information.
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-docbook-docs \
|
||||
--with-fuse=3 \
|
||||
--with-system-debugedit
|
||||
|
||||
%make_build V=1
|
||||
%meson -Ddocs=enabled -Dfuse=3 -Dyaml=enabled
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
install -pm 644 NEWS README.md %{buildroot}/%{_pkgdocdir}
|
||||
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
||||
%files
|
||||
@ -86,6 +87,9 @@ See https://flatpak.org/ for more information.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2023 David King <amigadave@amigadave.com> - 1.3.3-1
|
||||
- Update to 1.3.3 (#2179415)
|
||||
|
||||
* Thu Feb 09 2023 David King <amigadave@amigadave.com> - 1.3.1-1
|
||||
- Update to 1.3.1 (#2159101)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-builder-1.3.1.tar.xz) = a6db2b23bd11784b41eabe8f57698bf252385f2c35ea482fdf13a60fc0a3b40e77edc7c6759dae7a4e4e0c1ec93e207e01c632e323076714a3ad6452892bc270
|
||||
SHA512 (flatpak-builder-1.3.3.tar.xz) = 7b46382e559184ae57cffa082a0617013e59428b65ad064e741e357bf165029da91c8d527be6fc7349812edf8dd1e92f42480e6b0f3f6639e3cd88ccfb2bf3e7
|
||||
|
Loading…
Reference in New Issue
Block a user