forked from pool/python-PyInstaller
- Format with spec-cleaner, fix license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
9de8031f34
commit
6e6695c386
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 07:19:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Format with spec-cleaner, fix license
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 20 03:37:50 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Fri Sep 20 03:37:50 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -22,15 +22,22 @@ Name: python-PyInstaller
|
|||||||
Version: 3.5
|
Version: 3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bundle a Python application and all its dependencies into a single package
|
Summary: Bundle a Python application and all its dependencies into a single package
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://www.pyinstaller.org
|
URL: https://www.pyinstaller.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyInstaller/PyInstaller-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/PyInstaller/PyInstaller-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
Requires: python-macholib >= 1.8
|
||||||
|
Requires: python-pefile >= 2017.8.1
|
||||||
|
Requires: python-setuptools
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun): update-alternatives
|
||||||
|
Recommends: upx
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Babel}
|
BuildRequires: %{python_module Babel}
|
||||||
BuildRequires: %{python_module Django}
|
BuildRequires: %{python_module Django}
|
||||||
@@ -50,16 +57,9 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: python-dis3
|
BuildRequires: python-dis3
|
||||||
BuildRequires: upx
|
BuildRequires: upx
|
||||||
%endif
|
%endif
|
||||||
Requires: python-macholib >= 1.8
|
|
||||||
Requires: python-pefile >= 2017.8.1
|
|
||||||
Requires: python-setuptools
|
|
||||||
Recommends: upx
|
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-dis3
|
Requires: python-dis3
|
||||||
%endif
|
%endif
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(postun): update-alternatives
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user