14
0

- Update to version 0.2.7

* spec file fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2010-12-11 17:32:27 +00:00
committed by Git OBS Bridge
parent e928df9aa6
commit 620732c028
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 11 17:31:29 UTC 2010 - saschpe@gmx.de
- Update to version 0.2.7
* spec file fixes
-------------------------------------------------------------------
Sat Dec 11 17:12:10 UTC 2010 - saschpe@gmx.de

View File

@@ -18,7 +18,7 @@
# norootforbuild
Name: python-py2pack
Version: 0.2.6
Version: 0.2.7
Release: 0
Url: http://github.com/saschpe/py2pack
Summary: Generate distribution packages from Python packages on PyPI
@@ -65,7 +65,9 @@ export CFLAGS="%{optflags}"
%files %{?suse_version: -f INSTALLED_FILES}
%defattr(-,root,root,-)
/usr/bin/py2pack
/usr/lib/python2.6/%{mod_name}*
%if 0%{?!suse_version}
%{_bindir}/py2pack
%python_sitelib/%{mod_name}*
%endif
%changelog