forked from pool/python-py2pack
Accepting request 56191 from home:saschpe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/56191 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
31c265394d
commit
442d795406
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1aa72108734a18e97ae62c645b88267a02751e41025fe63440aecdfcc107b189
|
|
||||||
size 12790
|
|
3
py2pack-0.3.2.tar.gz
Normal file
3
py2pack-0.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7e5a7c94e7d129f47aec9289b3ce61a15ed5c219bad4e58c47265d4ec10c92f8
|
||||||
|
size 12786
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 16 10:26:53 UTC 2010 - saschpe@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.3.2
|
||||||
|
* templates use simple commands instead of macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de
|
Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
%define mod_name py2pack
|
%define mod_name py2pack
|
||||||
|
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://github.com/saschpe/py2pack
|
Url: http://github.com/saschpe/py2pack
|
||||||
Summary: Generate distribution packages from Python packages on PyPI
|
Summary: Generate distribution packages from Python packages on PyPI
|
||||||
@@ -58,13 +58,13 @@ export CFLAGS="%{optflags}"
|
|||||||
%setup -n %{mod_name}-%{version}
|
%setup -n %{mod_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files %{?suse_version: -f INSTALLED_FILES}
|
%files %{?suse_version: -f INSTALLED_FILES}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Reference in New Issue
Block a user