forked from pool/python-py2pack
- Update to version 0.3.20
* Use URL for RPM tag 'Source' instead of filename OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
0024164613
commit
71af43e271
@@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
Name: python-py2pack
|
||||
Version: 0.3.18
|
||||
Version: 0.3.20
|
||||
Release: 0
|
||||
Url: http://github.com/saschpe/py2pack
|
||||
Summary: Generate distribution packages from Python packages on PyPI
|
||||
License: GPLv2
|
||||
Group: Development/Languages/Python
|
||||
Source: py2pack-%{version}.tar.gz
|
||||
Source: http://pypi.python.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-argparse
|
||||
BuildRequires: python-devel
|
||||
@@ -45,10 +45,10 @@ It allows to list Python modules or search for them on the Python Package Index
|
||||
universal tool to package Python modules.
|
||||
|
||||
%prep
|
||||
export CFLAGS="%{optflags}"
|
||||
%setup -q -n py2pack-%{version}
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user