14
0
Sascha Peilicke
2010-12-11 18:06:23 +00:00
committed by Git OBS Bridge
parent 60cae4f9e0
commit 6420eba562
3 changed files with 7 additions and 7 deletions

View File

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

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

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

View File

@@ -18,7 +18,7 @@
# norootforbuild
Name: python-py2pack
Version: 0.2.8
Version: 0.2.9
Release: 0
Url: http://github.com/saschpe/py2pack
Summary: Generate distribution packages from Python packages on PyPI
@@ -29,9 +29,9 @@ Source: %{mod_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-jinja2
Requires: pyhton-jinja2
Requires: python-jinja2
BuildRequires: python-argparse
Requires: pyhton-argparse
Requires: python-argparse
%if 0%{?suse_version}
%py_requires
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
@@ -66,7 +66,7 @@ export CFLAGS="%{optflags}"
%files %{?suse_version: -f INSTALLED_FILES}
%defattr(-,root,root,-)
%if 0%{?!suse_version}
%{_bindir}/py2pack
%{_bindir}/%{mod_name}
%python_sitelib/%{mod_name}*
%endif