14
0

- Update to version 0.3.14

* Remove #norootforbuild and *.egg-info from %%files section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=27
This commit is contained in:
Sascha Peilicke
2011-03-31 14:22:26 +00:00
committed by Git OBS Bridge
parent 580e97bec6
commit c664f2e630
4 changed files with 11 additions and 6 deletions

View File

@@ -15,20 +15,19 @@
# 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.13
Version: 0.3.14
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.bz2
Source: %{mod_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-jinja2