From 4aaa0bd9a998b21dee6d5442c0231e45f78a17f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 00:26:15 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/flatpak-builder#fb29ae99d060f2b7b95c45c912c6cf735f5d7103 --- .gitignore | 27 ++++++ flatpak-builder.spec | 191 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 219 insertions(+) create mode 100644 flatpak-builder.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..502bbd6 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,27 @@ +/flatpak-builder-0.9.9.tar.xz +/flatpak-builder-0.9.11.tar.xz +/flatpak-builder-0.9.98.tar.xz +/flatpak-builder-0.9.99.tar.xz +/flatpak-builder-0.10.0.tar.xz +/flatpak-builder-0.10.1.tar.xz +/flatpak-builder-0.10.2.tar.xz +/flatpak-builder-0.10.3.tar.xz +/flatpak-builder-0.10.4.tar.xz +/flatpak-builder-0.10.5.tar.xz +/flatpak-builder-0.10.6.tar.xz +/flatpak-builder-0.10.7.tar.xz +/flatpak-builder-0.10.8.tar.xz +/flatpak-builder-0.10.9.tar.xz +/flatpak-builder-0.10.10.tar.xz +/flatpak-builder-0.99.1.tar.xz +/flatpak-builder-0.99.2.tar.xz +/flatpak-builder-0.99.3.tar.xz +/flatpak-builder-1.0.0.tar.xz +/flatpak-builder-1.0.1.tar.xz +/flatpak-builder-1.0.2.tar.xz +/flatpak-builder-1.0.3.tar.xz +/flatpak-builder-1.0.4.tar.xz +/flatpak-builder-1.0.5.tar.xz +/flatpak-builder-1.0.7.tar.xz +/flatpak-builder-1.0.9.tar.xz +/flatpak-builder-1.0.10.tar.xz diff --git a/flatpak-builder.spec b/flatpak-builder.spec new file mode 100644 index 0000000..52292f4 --- /dev/null +++ b/flatpak-builder.spec @@ -0,0 +1,191 @@ +%global glib2_version 2.44 +%global ostree_version 2017.14 +%global flatpak_version 0.99.1 + +Name: flatpak-builder +Version: 1.0.10 +Release: 2%{?dist} +Summary: Tool to build flatpaks from source + +# src/builder-utils.c has portions derived from GPLv2+ code, +# the rest is LGPLv2+ +License: LGPLv2+ and GPLv2+ +URL: http://flatpak.org/ +Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz + +BuildRequires: gettext +BuildRequires: docbook-dtds +BuildRequires: docbook-style-xsl +BuildRequires: flatpak >= %{flatpak_version} +BuildRequires: libcap-devel +BuildRequires: elfutils-devel +BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libelf) +BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(ostree-1) >= %{ostree_version} +BuildRequires: pkgconfig(yaml-0.1) +BuildRequires: /usr/bin/xmlto +BuildRequires: /usr/bin/xsltproc + +Requires: flatpak%{?_isa} >= %{flatpak_version} +Requires: glib2%{?_isa} >= %{glib2_version} +Requires: ostree-libs%{?_isa} >= %{ostree_version} +Requires: /usr/bin/bzip2 +%if ! 0%{?rhel} > 7 +# No bzr in latest RHEL +Recommends: /usr/bin/bzr +%endif +Requires: /usr/bin/eu-strip +Requires: /usr/bin/git +Requires: /usr/bin/lzip +Requires: /usr/bin/patch +Requires: /usr/bin/rofiles-fuse +Requires: /usr/bin/strip +Recommends: /usr/bin/svn +Requires: /usr/bin/tar +Requires: /usr/bin/unzip + +%description +Flatpak-builder is a tool for building flatpaks from sources. + +See http://flatpak.org/ for more information. + + +%prep +%autosetup -p1 + + +%build +%configure \ + --enable-docbook-docs + +%make_build V=1 + + +%install +%make_install + + +%files +%license COPYING +%doc %{_pkgdocdir} +%{_bindir}/flatpak-builder +%{_mandir}/man1/flatpak-builder.1* +%{_mandir}/man5/flatpak-manifest.5* + + +%changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Mar 20 2020 Kalev Lember - 1.0.10-1 +- Update to 1.0.10 + +* Tue Feb 25 2020 David King - 1.0.9-3 +- Use elfutils instead of libdwarf + +* Tue Jan 28 2020 Fedora Release Engineering - 1.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Sep 14 2019 David King - 1.0.9-1 +- Update to 1.0.9 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 10 2019 Kalev Lember - 1.0.7-1 +- Update to 1.0.7 + +* Fri Feb 08 2019 Kalev Lember - 1.0.5-1 +- Update to 1.0.5 + +* Tue Feb 05 2019 Kalev Lember - 1.0.4-1 +- Update to 1.0.4 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 30 2019 David King - 1.0.3-2 +- Add dependency on lzip + +* Mon Jan 28 2019 David King - 1.0.3-1 +- Update to 1.0.3 + +* Tue Jan 15 2019 Kalev Lember - 1.0.2-1 +- Update to 1.0.2 +- Change bzr requires to recommends + +* Tue Oct 16 2018 Kalev Lember - 1.0.1-2 +- Change svn requires to recommends (#1639355) + +* Thu Oct 04 2018 Kalev Lember - 1.0.1-1 +- Update to 1.0.1 + +* Mon Aug 20 2018 David King - 1.0.0-1 +- Update to 1.0.0 + +* Mon Aug 13 2018 Kalev Lember - 0.99.3-4 +- Update license to "LGPLv2+ and GPLv2+" + +* Tue Jul 31 2018 Florian Weimer - 0.99.3-3 +- Rebuild with fixed binutils + +* Fri Jul 13 2018 Fedora Release Engineering - 0.99.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jul 10 2018 Kalev Lember - 0.99.3-1 +- Update to 0.99.3 + +* Wed Jun 27 2018 Kalev Lember - 0.99.2-1 +- Update to 0.99.2 + +* Mon Jun 25 2018 David King - 0.99.1-1 +- Update to 0.99.1 + +* Fri Apr 27 2018 David King - 0.10.10-2 +- Add some extra dependencies + +* Thu Apr 26 2018 Kalev Lember - 0.10.10-1 +- Update to 0.10.10 + +* Mon Feb 19 2018 David King - 0.10.9-1 +- Update to 0.10.9 + +* Wed Feb 07 2018 Fedora Release Engineering - 0.10.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Dec 15 2017 Kalev Lember - 0.10.6-1 +- Update to 0.10.6 + +* Tue Nov 28 2017 David King - 0.10.5-1 +- Update to 0.10.5 + +* Mon Nov 06 2017 Kalev Lember - 0.10.4-1 +- Update to 0.10.4 + +* Tue Oct 31 2017 David King - 0.10.3-1 +- Update to 0.10.3 + +* Mon Oct 30 2017 David King - 0.10.2-1 +- Update to 0.10.2 + +* Fri Oct 27 2017 Kalev Lember - 0.10.1-1 +- Update to 0.10.1 + +* Thu Oct 26 2017 Kalev Lember - 0.10.0-1 +- Update to 0.10.0 + +* Mon Oct 09 2017 Kalev Lember - 0.9.99-1 +- Update to 0.9.99 + +* Mon Sep 25 2017 Kalev Lember - 0.9.98-1 +- Update to 0.9.98 + +* Wed Sep 13 2017 Kalev Lember - 0.9.11-1 +- Update to 0.9.11 + +* Mon Sep 04 2017 Kalev Lember - 0.9.9-1 +- Initial flatpak-builder package diff --git a/sources b/sources new file mode 100644 index 0000000..a86febf --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (flatpak-builder-1.0.10.tar.xz) = 711f4b9811a5a7a3a5fea9c875af6bb5cffbf3e422fa29e33d308fb14d10744c081d4deabc87c18784ab7b95af1cd980a7b0e5ea214580d795d44fb9edfa0c02