Compare commits
No commits in common. "imports/c8s/flatpak-builder-1.0.14-1.el8" and "c8" have entirely different histories.
imports/c8
...
c8
@ -1 +0,0 @@
|
|||||||
e201b45463be6dda24bcc38cd52abe537190a0ec SOURCES/flatpak-builder-1.0.14.tar.xz
|
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/flatpak-builder-1.0.14.tar.xz
|
SOURCES/flatpak-builder-1.2.3.tar.xz
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
|
%global elf_version 0.8.12
|
||||||
%global glib2_version 2.44
|
%global glib2_version 2.44
|
||||||
|
%global libdw_version 0.172
|
||||||
%global ostree_version 2017.14
|
%global ostree_version 2017.14
|
||||||
%global flatpak_version 0.99.1
|
%global flatpak_version 0.99.1
|
||||||
|
|
||||||
Name: flatpak-builder
|
Name: flatpak-builder
|
||||||
Version: 1.0.14
|
Version: 1.2.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool to build flatpaks from source
|
Summary: Tool to build flatpaks from source
|
||||||
|
|
||||||
@ -17,19 +19,21 @@ BuildRequires: gettext
|
|||||||
BuildRequires: docbook-dtds
|
BuildRequires: docbook-dtds
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: flatpak >= %{flatpak_version}
|
BuildRequires: flatpak >= %{flatpak_version}
|
||||||
BuildRequires: elfutils-devel
|
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libelf)
|
BuildRequires: pkgconfig(libdw) >= %{libdw_version}
|
||||||
|
BuildRequires: pkgconfig(libelf) >= %{elf_version}
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
||||||
BuildRequires: pkgconfig(yaml-0.1)
|
BuildRequires: pkgconfig(yaml-0.1)
|
||||||
BuildRequires: /usr/bin/xmlto
|
BuildRequires: /usr/bin/xmlto
|
||||||
BuildRequires: /usr/bin/xsltproc
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
|
||||||
|
Requires: elfutils-libelf%{?_isa} >= %{elf_version}
|
||||||
|
Requires: elfutils-libs%{?_isa} >= %{libdw_version}
|
||||||
Requires: flatpak%{?_isa} >= %{flatpak_version}
|
Requires: flatpak%{?_isa} >= %{flatpak_version}
|
||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
||||||
@ -46,6 +50,7 @@ Requires: /usr/bin/strip
|
|||||||
Recommends: /usr/bin/svn
|
Recommends: /usr/bin/svn
|
||||||
Requires: /usr/bin/tar
|
Requires: /usr/bin/tar
|
||||||
Requires: /usr/bin/unzip
|
Requires: /usr/bin/unzip
|
||||||
|
Recommends: /usr/bin/zstd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Flatpak-builder is a tool for building flatpaks from sources.
|
Flatpak-builder is a tool for building flatpaks from sources.
|
||||||
@ -59,7 +64,8 @@ See http://flatpak.org/ for more information.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-docbook-docs
|
--enable-docbook-docs \
|
||||||
|
--with-fuse=2
|
||||||
|
|
||||||
%make_build V=1
|
%make_build V=1
|
||||||
|
|
||||||
@ -72,11 +78,18 @@ See http://flatpak.org/ for more information.
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc %{_pkgdocdir}
|
%doc %{_pkgdocdir}
|
||||||
%{_bindir}/flatpak-builder
|
%{_bindir}/flatpak-builder
|
||||||
|
%{_libexecdir}/flatpak-builder-debugedit
|
||||||
%{_mandir}/man1/flatpak-builder.1*
|
%{_mandir}/man1/flatpak-builder.1*
|
||||||
%{_mandir}/man5/flatpak-manifest.5*
|
%{_mandir}/man5/flatpak-manifest.5*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 08 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.2.3-1
|
||||||
|
- Rebase to 1.2.3 (RHEL-16011)
|
||||||
|
|
||||||
|
* Fri Apr 01 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.0.14-2
|
||||||
|
- Fix CVE-2022-21682 (#2042007)
|
||||||
|
|
||||||
* Wed Mar 09 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.0.14-1
|
* Wed Mar 09 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.0.14-1
|
||||||
- Update to 1.0.14 (#2047312)
|
- Update to 1.0.14 (#2047312)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user