forked from pool/python-py2pack
Accepting request 80618 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/80618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 13:17:54 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Remove unused %python_sitearch macro definition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 10:21:55 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
@@ -11,15 +11,13 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-py2pack
|
||||
Version: 0.3.20
|
||||
Release: 1
|
||||
Release: 0
|
||||
Url: http://github.com/saschpe/py2pack
|
||||
Summary: Generate distribution packages from Python packages on PyPI
|
||||
License: GPLv2
|
||||
@@ -38,7 +36,6 @@ BuildArch: noarch
|
||||
%endif
|
||||
%endif
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%description
|
||||
This script allows to generate RPM spec or DEB dsc files from Python modules.
|
||||
|
Reference in New Issue
Block a user