forked from pool/python-py2pack
- Update to version 0.3.13:
* Generate manpage and HTML documentation - Added manpage and HTML documentation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
2598d8b2e2
commit
580e97bec6
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f85f5e0c50a39e64e4801ba5c50bb83c9a9032639243aa566fb169bb807538c0
|
|
||||||
size 11706
|
|
3
py2pack-0.3.13.tar.bz2
Normal file
3
py2pack-0.3.13.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1246778425582131b79834d143eec980d11c3d812dead463b537b3889d89176f
|
||||||
|
size 15256
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 9 09:18:43 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.3.13:
|
||||||
|
* Generate manpage and HTML documentation
|
||||||
|
- Added manpage and HTML documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 16 08:42:27 UTC 2011 - saschpe@suse.de
|
Wed Feb 16 08:42:27 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
%define mod_name py2pack
|
%define mod_name py2pack
|
||||||
|
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 0.3.11
|
Version: 0.3.13
|
||||||
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
|
||||||
@@ -57,12 +57,19 @@ python setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
# The setup script installs stuff into '/usr/local', move stuff around accordingly
|
||||||
|
install -d %{buildroot}%{_mandir}/man1
|
||||||
|
mv %{buildroot}/usr/man/man1/%{mod_name}.* %{buildroot}%{_mandir}/man1
|
||||||
|
install -d %{buildroot}%{_docdir}/%{name}
|
||||||
|
mv %{buildroot}/usr/share/doc/%{mod_name}/* %{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%{_docdir}/%{name}
|
||||||
|
%{_mandir}/man?/%{mod_name}.*
|
||||||
%{_bindir}/%{mod_name}
|
%{_bindir}/%{mod_name}
|
||||||
%python_sitelib/%{mod_name}*
|
%python_sitelib/%{mod_name}*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user