2017-09-04 18:42:53 +00:00
|
|
|
%global glib2_version 2.44
|
2017-12-15 13:59:29 +00:00
|
|
|
%global ostree_version 2017.14
|
2018-07-10 16:34:56 +00:00
|
|
|
%global flatpak_version 0.99.1
|
2017-09-04 18:42:53 +00:00
|
|
|
|
|
|
|
Name: flatpak-builder
|
2018-07-10 16:34:56 +00:00
|
|
|
Version: 0.99.3
|
2018-06-25 08:31:10 +00:00
|
|
|
Release: 1%{?dist}
|
2017-09-04 18:42:53 +00:00
|
|
|
Summary: Tool to build flatpaks from source
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
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: libdwarf-devel
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2018-06-25 08:31:10 +00:00
|
|
|
BuildRequires: pkgconfig(libcurl)
|
2017-09-04 18:42:53 +00:00
|
|
|
BuildRequires: pkgconfig(libelf)
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
|
|
|
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
2018-04-27 13:39:36 +00:00
|
|
|
BuildRequires: pkgconfig(yaml-0.1)
|
2017-09-04 18:42:53 +00:00
|
|
|
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
|
|
|
|
Requires: /usr/bin/bzr
|
|
|
|
Requires: /usr/bin/eu-strip
|
|
|
|
Requires: /usr/bin/git
|
|
|
|
Requires: /usr/bin/patch
|
2018-04-27 13:39:36 +00:00
|
|
|
Requires: /usr/bin/rofiles-fuse
|
2017-09-04 18:42:53 +00:00
|
|
|
Requires: /usr/bin/strip
|
2018-04-27 13:39:36 +00:00
|
|
|
Requires: /usr/bin/svn
|
2017-09-04 18:42:53 +00:00
|
|
|
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 \
|
|
|
|
--with-dwarf-header=%{_includedir}/libdwarf
|
|
|
|
|
|
|
|
%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
|
2018-07-10 16:34:56 +00:00
|
|
|
* Tue Jul 10 2018 Kalev Lember <klember@redhat.com> - 0.99.3-1
|
|
|
|
- Update to 0.99.3
|
|
|
|
|
2018-06-27 12:56:26 +00:00
|
|
|
* Wed Jun 27 2018 Kalev Lember <klember@redhat.com> - 0.99.2-1
|
|
|
|
- Update to 0.99.2
|
|
|
|
|
2018-06-25 08:31:10 +00:00
|
|
|
* Mon Jun 25 2018 David King <amigadave@amigadave.com> - 0.99.1-1
|
|
|
|
- Update to 0.99.1
|
|
|
|
|
2018-04-27 13:39:36 +00:00
|
|
|
* Fri Apr 27 2018 David King <amigadave@amigadave.com> - 0.10.10-2
|
|
|
|
- Add some extra dependencies
|
|
|
|
|
2018-04-26 21:35:48 +00:00
|
|
|
* Thu Apr 26 2018 Kalev Lember <klember@redhat.com> - 0.10.10-1
|
|
|
|
- Update to 0.10.10
|
|
|
|
|
2018-02-19 10:07:16 +00:00
|
|
|
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.10.9-1
|
|
|
|
- Update to 0.10.9
|
|
|
|
|
2018-02-07 09:46:39 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-12-15 13:59:29 +00:00
|
|
|
* Fri Dec 15 2017 Kalev Lember <klember@redhat.com> - 0.10.6-1
|
|
|
|
- Update to 0.10.6
|
|
|
|
|
2017-11-28 15:11:05 +00:00
|
|
|
* Tue Nov 28 2017 David King <amigadave@amigadave.com> - 0.10.5-1
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
2017-11-06 14:29:16 +00:00
|
|
|
* Mon Nov 06 2017 Kalev Lember <klember@redhat.com> - 0.10.4-1
|
|
|
|
- Update to 0.10.4
|
|
|
|
|
2017-10-31 13:32:03 +00:00
|
|
|
* Tue Oct 31 2017 David King <amigadave@amigadave.com> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
2017-10-30 14:38:15 +00:00
|
|
|
* Mon Oct 30 2017 David King <amigadave@amigadave.com> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
2017-10-27 14:27:43 +00:00
|
|
|
* Fri Oct 27 2017 Kalev Lember <klember@redhat.com> - 0.10.1-1
|
|
|
|
- Update to 0.10.1
|
|
|
|
|
2017-10-26 08:44:24 +00:00
|
|
|
* Thu Oct 26 2017 Kalev Lember <klember@redhat.com> - 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
2017-10-09 10:42:37 +00:00
|
|
|
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 0.9.99-1
|
|
|
|
- Update to 0.9.99
|
|
|
|
|
2017-09-25 17:46:19 +00:00
|
|
|
* Mon Sep 25 2017 Kalev Lember <klember@redhat.com> - 0.9.98-1
|
|
|
|
- Update to 0.9.98
|
|
|
|
|
2017-09-13 17:51:42 +00:00
|
|
|
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 0.9.11-1
|
|
|
|
- Update to 0.9.11
|
|
|
|
|
2017-09-04 18:42:53 +00:00
|
|
|
* Mon Sep 04 2017 Kalev Lember <klember@redhat.com> - 0.9.9-1
|
|
|
|
- Initial flatpak-builder package
|