Update to 0.5.1
This commit is contained in:
parent
c8a544ac1a
commit
e36584bfba
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ psutil-0.1.3.tar.gz
|
|||||||
/psutil-0.3.0.tar.gz
|
/psutil-0.3.0.tar.gz
|
||||||
/psutil-0.4.0.tar.gz
|
/psutil-0.4.0.tar.gz
|
||||||
/psutil-0.4.1.tar.gz
|
/psutil-0.4.1.tar.gz
|
||||||
|
/psutil-0.5.1.tar.gz
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 0.4.1
|
Version: 0.5.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -52,9 +52,6 @@ for file in psutil/*.py; do
|
|||||||
rm $file.orig
|
rm $file.orig
|
||||||
done
|
done
|
||||||
|
|
||||||
# Fix permissions
|
|
||||||
chmod a-x docs/class_diagram.png
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
@ -86,8 +83,7 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%doc CREDITS HISTORY LICENSE README
|
||||||
%doc CREDITS HISTORY LICENSE README docs/
|
|
||||||
%{python_sitearch}/%{short_name}/
|
%{python_sitearch}/%{short_name}/
|
||||||
%{python_sitearch}/*.egg-info
|
%{python_sitearch}/*.egg-info
|
||||||
%{python_sitearch}/*.so
|
%{python_sitearch}/*.so
|
||||||
@ -95,8 +91,7 @@ popd
|
|||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-psutil
|
%files -n python3-psutil
|
||||||
%defattr(-,root,root,-)
|
%doc CREDITS HISTORY LICENSE README
|
||||||
%doc CREDITS HISTORY LICENSE README docs/
|
|
||||||
%{python3_sitearch}/%{short_name}/
|
%{python3_sitearch}/%{short_name}/
|
||||||
%{python3_sitearch}/*.egg-info
|
%{python3_sitearch}/*.egg-info
|
||||||
%{python3_sitearch}/*.so
|
%{python3_sitearch}/*.so
|
||||||
@ -104,6 +99,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 01 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.5.1-1
|
||||||
|
- Update to 0.5.1
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user