14
0

- Update to version 0.3.1

* openSUSE template adds definitions for %python_sitelib and
    %python_sitearch for older distros

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=12
This commit is contained in:
Sascha Peilicke
2010-12-12 12:54:18 +00:00
committed by Git OBS Bridge
parent 383da92d0c
commit 31c265394d
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddadc8b1370b166090aab8ac6cda1096814669e9fd8325b2eb473d06569473c8
size 14159

3
py2pack-0.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1aa72108734a18e97ae62c645b88267a02751e41025fe63440aecdfcc107b189
size 12790

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de
- Update to version 0.3.1
* openSUSE template adds definitions for %python_sitelib and
%python_sitearch for older distros
-------------------------------------------------------------------
Sat Dec 11 22:11:39 UTC 2010 - saschpe@gmx.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py2pack
#
# Copyright (c) 2010 Sascha Peilicke <saschpe@gmx.de>
# 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,20 +11,23 @@
# 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)")}
Name: python-py2pack
Version: 0.3.0
%define mod_name py2pack
Name: python-%{mod_name}
Version: 0.3.1
Release: 0
Url: http://github.com/saschpe/py2pack
Summary: Generate distribution packages from Python packages on PyPI
License: GPLv2
Group: Development/Languages/Python
%define mod_name py2pack
Source: %{mod_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel