Update to 0.1.3
This commit is contained in:
parent
656da8cb8f
commit
8614b2032d
@ -1 +1 @@
|
|||||||
psutil-0.1.2.tar.gz
|
psutil-0.1.3.tar.gz
|
||||||
|
@ -1 +1,2 @@
|
|||||||
python-psutil-0_1_2-4_fc12:HEAD:python-psutil-0.1.2-4.fc12.src.rpm:1266869787
|
python-psutil-0_1_2-4_fc12:HEAD:python-psutil-0.1.2-4.fc12.src.rpm:1266869787
|
||||||
|
python-psutil-0_1_3-1_fc12:HEAD:python-psutil-0.1.3-1.fc12.src.rpm:1269648689
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%global short_name psutil
|
%global short_name psutil
|
||||||
|
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 0.1.2
|
Version: 0.1.3
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -20,7 +20,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python2-tools
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -49,7 +48,7 @@ task manager.
|
|||||||
|
|
||||||
# Remove shebangs
|
# Remove shebangs
|
||||||
pushd psutil
|
pushd psutil
|
||||||
for file in _psbsd.py _pslinux.py _psmswindows.py _psosx.py _psutil.py; do
|
for file in __init__.py _psbsd.py _pslinux.py _psmswindows.py _psosx.py; do
|
||||||
sed -i.orig -e 1d $file && \
|
sed -i.orig -e 1d $file && \
|
||||||
touch -r $file.orig $file && \
|
touch -r $file.orig $file && \
|
||||||
rm $file.orig
|
rm $file.orig
|
||||||
@ -65,14 +64,9 @@ done
|
|||||||
|
|
||||||
chmod a-x docs/class_diagram.png
|
chmod a-x docs/class_diagram.png
|
||||||
|
|
||||||
rm docs/.DS_Store
|
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
cp -rp . %{py3dir}
|
rm -rf %{py3dir}
|
||||||
pushd %{py3dir}
|
cp -a . %{py3dir}
|
||||||
2to3 --nobackups --write .
|
|
||||||
popd
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -122,6 +116,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.3-1
|
||||||
|
- Update to 0.1.3
|
||||||
|
- Remove useless call to 2to3 and the corresponding BuildRequires python2-tools
|
||||||
|
(this version supports Python 3)
|
||||||
|
|
||||||
* Sat Feb 20 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.2-4
|
* Sat Feb 20 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.2-4
|
||||||
- Change python-utils BuildRequires for python2-utils
|
- Change python-utils BuildRequires for python2-utils
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user