Update to 1.0.1

This commit is contained in:
Mohamed El Morabity 2013-08-16 13:39:57 +02:00
parent 4fd23bc259
commit 73ecb22636
3 changed files with 10 additions and 12 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ psutil-0.1.3.tar.gz
/psutil-0.5.1.tar.gz
/psutil-0.6.1.tar.gz
/psutil-0.7.1.tar.gz
/psutil-1.0.1.tar.gz

View File

@ -8,8 +8,8 @@
}
Name: python-psutil
Version: 0.7.1
Release: 2%{?dist}
Version: 1.0.1
Release: 1%{?dist}
Summary: A process and system utilities module for Python
Group: Development/Languages
@ -75,23 +75,17 @@ popd
--skip-build \
--root $RPM_BUILD_ROOT
# Fix permissions
chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/*.so
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py install \
--skip-build \
--root $RPM_BUILD_ROOT
popd
# Fix permissions
chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
%endif
%files
%doc CREDITS HISTORY LICENSE README
%doc CREDITS HISTORY LICENSE README TODO
%{python_sitearch}/%{short_name}/
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
@ -99,7 +93,7 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
%if 0%{?with_python3}
%files -n python3-psutil
%doc CREDITS HISTORY LICENSE README
%doc CREDITS HISTORY LICENSE README TODO
%{python3_sitearch}/%{short_name}/
%{python3_sitearch}/*.egg-info
%{python3_sitearch}/*.so
@ -107,10 +101,13 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
%changelog
* Fri Aug 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sun May 12 2013 Mohamed El Morabity - 0.7.1-1
* Sun May 12 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2

View File

@ -1 +1 @@
ad7bcd473cd2a64763ed8286e279d3d7 psutil-0.7.1.tar.gz
c85e29db7d6d716761eb2b105b9fb177 psutil-1.0.1.tar.gz