14
0

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:
Lars Vogdt
2011-09-05 15:03:54 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 5 deletions

View File

@@ -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 Wed Jun 22 10:21:55 UTC 2011 - saschpe@suse.de

View File

@@ -11,15 +11,13 @@
# case the license is the MIT License). An "Open Source License" is a # case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-py2pack Name: python-py2pack
Version: 0.3.20 Version: 0.3.20
Release: 1 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
License: GPLv2 License: GPLv2
@@ -38,7 +36,6 @@ BuildArch: noarch
%endif %endif
%endif %endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?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 %description
This script allows to generate RPM spec or DEB dsc files from Python modules. This script allows to generate RPM spec or DEB dsc files from Python modules.