forked from pool/python-py2pack
- Update to version 0.3.10
* Removed SUSE-specific %files section * Added README.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
da4280338c
commit
ed89e56fa9
3
py2pack-0.3.10.tar.gz
Normal file
3
py2pack-0.3.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32eee0d4da736e2c262899f84782fc99e382061a9d038243b567df851a97c39d
|
||||
size 12289
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 17:31:40 UTC 2011 - saschpe@gmx.de
|
||||
|
||||
- Update to version 0.3.10
|
||||
* Removed SUSE-specific %files section
|
||||
* Added README.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 14:13:51 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define mod_name py2pack
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 0.3.9
|
||||
Version: 0.3.10
|
||||
Release: 0
|
||||
Url: http://github.com/saschpe/py2pack
|
||||
Summary: Generate distribution packages from Python packages on PyPI
|
||||
@@ -56,16 +56,14 @@ export CFLAGS="%{optflags}"
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES}
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files %{?suse_version: -f INSTALLED_FILES}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%if 0%{!?suse_version:1}
|
||||
%{_bindir}/%{mod_name}
|
||||
%python_sitelib/%{mod_name}*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user