Add missing popd in %build

This commit is contained in:
melmorabity 2010-04-13 13:41:01 +00:00
parent a5bc0e6e6f
commit 704b88aca1
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: python-psutil
Version: 0.1.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A process utilities module for Python
Group: Development/Languages
@ -76,6 +76,7 @@ cp -a . %{py3dir}
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py build
popd
%endif
@ -116,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 13 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.3-2
- Add missing popd in %%build
* Sat Mar 27 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.3-1
- Update to 0.1.3
- Remove useless call to 2to3 and corresponding BuildRequires