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
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92117248db6857636c421d6a40848add955e722e3e61d71a94cbc8b51d744d53
|
|
||||||
size 11290
|
|
3
py2pack-0.2.9.tar.gz
Normal file
3
py2pack-0.2.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49f56880d79a515b1c8370f4d82acc7d0b5f18a239681409b6d34e60ba5e5228
|
||||||
|
size 11286
|
@@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: python-py2pack
|
Name: python-py2pack
|
||||||
Version: 0.2.8
|
Version: 0.2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://github.com/saschpe/py2pack
|
Url: http://github.com/saschpe/py2pack
|
||||||
Summary: Generate distribution packages from Python packages on PyPI
|
Summary: Generate distribution packages from Python packages on PyPI
|
||||||
@@ -29,9 +29,9 @@ Source: %{mod_name}-%{version}.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-jinja2
|
BuildRequires: python-jinja2
|
||||||
Requires: pyhton-jinja2
|
Requires: python-jinja2
|
||||||
BuildRequires: python-argparse
|
BuildRequires: python-argparse
|
||||||
Requires: pyhton-argparse
|
Requires: python-argparse
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%py_requires
|
||||||
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
||||||
@@ -66,7 +66,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%files %{?suse_version: -f INSTALLED_FILES}
|
%files %{?suse_version: -f INSTALLED_FILES}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%if 0%{?!suse_version}
|
%if 0%{?!suse_version}
|
||||||
%{_bindir}/py2pack
|
%{_bindir}/%{mod_name}
|
||||||
%python_sitelib/%{mod_name}*
|
%python_sitelib/%{mod_name}*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user