forked from pool/python-py2pack
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
60cae4f9e0
commit
6420eba562
@@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: python-py2pack
|
||||
Version: 0.2.8
|
||||
Version: 0.2.9
|
||||
Release: 0
|
||||
Url: http://github.com/saschpe/py2pack
|
||||
Summary: Generate distribution packages from Python packages on PyPI
|
||||
@@ -29,9 +29,9 @@ Source: %{mod_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-jinja2
|
||||
Requires: pyhton-jinja2
|
||||
Requires: python-jinja2
|
||||
BuildRequires: python-argparse
|
||||
Requires: pyhton-argparse
|
||||
Requires: python-argparse
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
||||
@@ -66,7 +66,7 @@ export CFLAGS="%{optflags}"
|
||||
%files %{?suse_version: -f INSTALLED_FILES}
|
||||
%defattr(-,root,root,-)
|
||||
%if 0%{?!suse_version}
|
||||
%{_bindir}/py2pack
|
||||
%{_bindir}/%{mod_name}
|
||||
%python_sitelib/%{mod_name}*
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user