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

@@ -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