Blame flatpak-module-tools.spec

Owen W. Taylor 4025a0e
%global srcname flatpak-module-tools
Owen W. Taylor 4025a0e
Owen W. Taylor 4025a0e
Name:		%{srcname}
Owen W. Taylor 169fd59
Version:	0.10.4
Owen W. Taylor 971f93f
Release:	1%{?dist}
Owen W. Taylor cfd5db1
Summary:	Tools for maintaining Flatpak applications and runtimes as Fedora modules
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
License:	MIT
Owen W. Taylor cfd5db1
URL:		https://pagure.io/flatpak-module-tools
Owen W. Taylor cfd5db1
Source0:	https://releases.pagure.org/flatpak-module-tools/flatpak-module-tools-%{version}.tar.gz
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
BuildArch:	noarch
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
BuildRequires:	python3-setuptools
Owen W. Taylor cfd5db1
BuildRequires:	python3-devel
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
Requires: module-build-service >= 2.0.2
Owen W. Taylor 4025a0e
Requires: python3-%{srcname} = %{version}-%{release}
Owen W. Taylor cfd5db1
Requires: python3-click
Owen W. Taylor cfd5db1
Requires: python3-koji
Owen W. Taylor cfd5db1
Requires: python3-requests
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
%description
Owen W. Taylor cfd5db1
flatpak-module-tools is a set of command line tools (all accessed via a single
Owen W. Taylor cfd5db1
'flatpak-module' executable) for operations related to maintaining Flatpak
Owen W. Taylor cfd5db1
applications and runtimes as Fedora modules.
Owen W. Taylor cfd5db1
Owen W. Taylor 4025a0e
%package -n python3-%{srcname}
Owen W. Taylor 4025a0e
Summary: Shared code for building Flatpak applications and runtimes from Fedora modules
Owen W. Taylor 4025a0e
Owen W. Taylor 4025a0e
# Note - pythonN-flatpak-modules-tools subpackage contains all the Python files from
Owen W. Taylor 4025a0e
# the upstream distribution, but some of them are only useful for the CLI, not
Owen W. Taylor 4025a0e
# for using this as a library for atomic-reactor. The dependencies here are those
Owen W. Taylor 4025a0e
# needed for library usage, the main package has the remainder.
Owen W. Taylor 4025a0e
Owen W. Taylor 463772a
Requires: flatpak
Owen W. Taylor 4025a0e
Requires: libmodulemd
Owen W. Taylor 463772a
# For appstream-compose
Owen W. Taylor 463772a
Requires: libappstream-glib
Owen W. Taylor 463772a
# for SVG gdk-pixbuf loader
Owen W. Taylor 463772a
Requires: librsvg2
Owen W. Taylor 463772a
Requires: ostree
Owen W. Taylor 4025a0e
Requires: python3-gobject-base
Owen W. Taylor 4025a0e
Requires: python3-jinja2
Owen W. Taylor 4025a0e
Requires: python3-six
Owen W. Taylor 4025a0e
Requires: python3-yaml
Owen W. Taylor 4025a0e
Owen W. Taylor 4025a0e
%description -n python3-%{srcname}
Owen W. Taylor 4025a0e
Python3 library for Flatpak handling
Owen W. Taylor 4025a0e
Owen W. Taylor cfd5db1
%prep
Owen W. Taylor 4025a0e
%autosetup -n %{srcname}-%{version}
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
%build
Owen W. Taylor cfd5db1
%py3_build
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
%install
Owen W. Taylor cfd5db1
%py3_install
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
Owen W. Taylor cfd5db1
%files
Owen W. Taylor cfd5db1
%license LICENSE
Owen W. Taylor cfd5db1
%doc README.md
Owen W. Taylor cfd5db1
%{_bindir}/flatpak-module
Owen W. Taylor cfd5db1
Owen W. Taylor 4025a0e
Owen W. Taylor 4025a0e
%files -n python3-%{srcname}
Owen W. Taylor 4025a0e
%license LICENSE
Owen W. Taylor 4025a0e
%{python3_sitelib}/*
Owen W. Taylor 4025a0e
Owen W. Taylor cfd5db1
%changelog
Owen W. Taylor 169fd59
* Wed Jul 24 2019 Owen Taylor <otaylor@redhat.com> - 0.10.4-1
Owen W. Taylor 169fd59
- Version 0.10.4 - fix bugs with libmodulemd v2 api conversion
Owen W. Taylor 169fd59
Owen W. Taylor a427116
* Fri Jul 12 2019 Owen Taylor <otaylor@redhat.com> - 0.10.1-1
Owen W. Taylor a427116
- Version 0.10.1 - fix compatibility with newer module-build-service
Owen W. Taylor a427116
  and avoid flatpak-repair issues.
Owen W. Taylor a427116
Owen W. Taylor 0ffd83d
* Mon Apr  1 2019 fedora-toolbox <otaylor@redhat.com> - 0.9.3-1
Owen W. Taylor 0ffd83d
- Version 0.9.3 - fix module-build-service and Flatpak compat issues
Owen W. Taylor 0ffd83d
Owen W. Taylor 971f93f
* Tue Feb  5 2019 fedora-toolbox <otaylor@redhat.com> - 0.9.2-1
Owen W. Taylor 971f93f
- Version 0.9.2 - fix icon validation for Flatpak 1.2
Owen W. Taylor 971f93f
1f4b471
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
1f4b471
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1f4b471
Owen W. Taylor f15e477
* Tue Jan 22 2019 fedora-toolbox <otaylor@redhat.com> - 0.9.1-1
Owen W. Taylor f15e477
- Version 0.9.1 - bug fixes including systemd-nspawn compatibility
Owen W. Taylor f15e477
Owen W. Taylor 97bc08a
* Tue Jan 22 2019 Owen Taylor <otaylor@redhat.com> - 0.9-1
Owen W. Taylor 97bc08a
- Version 0.9 - configurability, fixes for F29 dnf compatibility
Owen W. Taylor 97bc08a
e87cd5f
* Fri Nov 30 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.4-2
e87cd5f
- Drop python2 subpackage (#1634652)
e87cd5f
Owen W. Taylor 856bd88
* Thu Oct  4 2018 Owen Taylor <otaylor@redhat.com> - 0.8.4-1
Owen W. Taylor 856bd88
- Version 0.8.4 - fix bugs in Flatpak installation
Owen W. Taylor 856bd88
Owen W. Taylor bdfb44d
* Tue Oct  2 2018 Owen Taylor <otaylor@redhat.com> - 0.8.3-1
Owen W. Taylor bdfb44d
- Version 0.8.3 (bug fixes, add flatpak-module install --koji)
Owen W. Taylor bdfb44d
Owen W. Taylor 463772a
* Mon Sep 10 2018 Owen Taylor <otaylor@redhat.com> - 0.8.2-1
Owen W. Taylor 463772a
- Version 0.8.2 (Install flatpak-runtime-config with apps making
Owen W. Taylor 463772a
  included triggers work, support comments in finish-args,
Owen W. Taylor 463772a
  enable mock dnf cache for local builds.)
Owen W. Taylor 463772a
- Add dependencies on required tools
Owen W. Taylor 463772a
Owen W. Taylor 6715d0e
* Tue Aug 21 2018 Owen Taylor <otaylor@redhat.com> - 0.8.1-1
Owen W. Taylor 6715d0e
- Version 0.8.1 - bug fixes
Owen W. Taylor 6715d0e
Owen W. Taylor 0e36444
* Fri Aug 10 2018 Owen Taylor <otaylor@redhat.com> - 0.8-1
Owen W. Taylor 0e36444
- Version 0.8 - bug fixes and command line convenience
Owen W. Taylor 0e36444
Owen W. Taylor 6fe5710
* Tue Jul 31 2018 Owen Taylor <otaylor@redhat.com> - 0.6-1
Owen W. Taylor df1619b
- Version 0.6 (improve container.yaml support)
Owen W. Taylor 4025a0e
- Build for Python2 as well
Owen W. Taylor 4025a0e
- Split out python<N>-flatpak-module-tools subpackages
Owen W. Taylor df1619b
a59b954
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-3
a59b954
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a59b954
fe629cd
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4-2
fe629cd
- Rebuilt for Python 3.7
fe629cd
Owen W. Taylor 5d2c084
* Fri Jun  1 2018 Owen Taylor <otaylor@redhat.com> - 0.4-1
Owen W. Taylor 5d2c084
- Version 0.4 (fix container builds from Koji)
Owen W. Taylor 5d2c084
Owen W. Taylor 7b3ac27
* Thu May 31 2018 Owen Taylor <otaylor@redhat.com> - 0.3-1
Owen W. Taylor 7b3ac27
- Version 0.3 (minor fixes)
Owen W. Taylor 7b3ac27
Owen W. Taylor cfd5db1
* Tue May 22 2018 Owen W. Taylor <otaylor@fishsoup.net> - 0.2-1
Owen W. Taylor cfd5db1
- Initial version