forked from pool/python-py2pack
- Update to version 0.3.9
* Automatically install egg-info on non-SUSE distros - Recompressed with bzip2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
f7190eb7f4
commit
da4280338c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e33db1d007ebb91f43f0b8de7b56d9f2e5d233df3f77629b6acd234eb062718
|
||||
size 12247
|
3
py2pack-0.3.9.tar.bz2
Normal file
3
py2pack-0.3.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68a51af07b176d1a8565259c01d555541ea89b7dd4f6ea933b978a5b5059acda
|
||||
size 11738
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 14:13:51 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.3.9
|
||||
* Automatically install egg-info on non-SUSE distros
|
||||
- Recompressed with bzip2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 12:44:40 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-py2pack
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -11,25 +11,24 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%{!?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)")}
|
||||
|
||||
%define mod_name py2pack
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 0.3.7
|
||||
Release: 1
|
||||
Version: 0.3.9
|
||||
Release: 0
|
||||
Url: http://github.com/saschpe/py2pack
|
||||
Summary: Generate distribution packages from Python packages on PyPI
|
||||
License: GPLv2
|
||||
Group: Development/Languages/Python
|
||||
Source: %{mod_name}-%{version}.tar.gz
|
||||
Source: %{mod_name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-jinja2
|
||||
|
Reference in New Issue
Block a user