Update to 1.0.1
This commit is contained in:
parent
4fd23bc259
commit
73ecb22636
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ psutil-0.1.3.tar.gz
|
|||||||
/psutil-0.5.1.tar.gz
|
/psutil-0.5.1.tar.gz
|
||||||
/psutil-0.6.1.tar.gz
|
/psutil-0.6.1.tar.gz
|
||||||
/psutil-0.7.1.tar.gz
|
/psutil-0.7.1.tar.gz
|
||||||
|
/psutil-1.0.1.tar.gz
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 0.7.1
|
Version: 1.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A process and system utilities module for Python
|
Summary: A process and system utilities module for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -75,23 +75,17 @@ popd
|
|||||||
--skip-build \
|
--skip-build \
|
||||||
--root $RPM_BUILD_ROOT
|
--root $RPM_BUILD_ROOT
|
||||||
|
|
||||||
# Fix permissions
|
|
||||||
chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/*.so
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%{__python3} setup.py install \
|
%{__python3} setup.py install \
|
||||||
--skip-build \
|
--skip-build \
|
||||||
--root $RPM_BUILD_ROOT
|
--root $RPM_BUILD_ROOT
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Fix permissions
|
|
||||||
chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CREDITS HISTORY LICENSE README
|
%doc CREDITS HISTORY LICENSE README TODO
|
||||||
%{python_sitearch}/%{short_name}/
|
%{python_sitearch}/%{short_name}/
|
||||||
%{python_sitearch}/*.egg-info
|
%{python_sitearch}/*.egg-info
|
||||||
%{python_sitearch}/*.so
|
%{python_sitearch}/*.so
|
||||||
@ -99,7 +93,7 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
|
|||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-psutil
|
%files -n python3-psutil
|
||||||
%doc CREDITS HISTORY LICENSE README
|
%doc CREDITS HISTORY LICENSE README TODO
|
||||||
%{python3_sitearch}/%{short_name}/
|
%{python3_sitearch}/%{short_name}/
|
||||||
%{python3_sitearch}/*.egg-info
|
%{python3_sitearch}/*.egg-info
|
||||||
%{python3_sitearch}/*.so
|
%{python3_sitearch}/*.so
|
||||||
@ -107,10 +101,13 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
- Update to 0.7.1
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
|
||||||
|
Loading…
Reference in New Issue
Block a user