update to 1.2 to fix compile

This commit is contained in:
Peter Robinson 2011-10-11 15:32:54 +01:00
parent f3fceb513b
commit b76577c392
3 changed files with 7 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/PyICU-1.1.tar.gz
/PyICU-1.*.tar.gz

View File

@ -3,14 +3,13 @@
%endif
%define realname PyICU
Name: pyicu
Version: 1.1
Release: 2%{?dist}
Version: 1.2
Release: 1%{?dist}
Summary: Python extension wrapping IBM's ICU C++ libraries
Group: Development/Tools
License: MIT
URL: http://pyicu.osafoundation.org/
Source0: http://pypi.python.org/packages/source/P/%{realname}/%{realname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python2-devel
BuildRequires: python-setuptools
@ -40,7 +39,6 @@ the same results on all platforms and between C/C++ and Javasoftware.
%{__python} setup.py test
%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
# Remove tests
rm -rf %{buildroot}%{python_sitearch}/tests
@ -52,6 +50,9 @@ rm -rf %{buildroot}%{python_sitearch}/tests
%{python_sitearch}/%{realname}-%{version}-py?.?.egg-info/*.*
%changelog
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2-1
- New upstream 1.2 release
* Sun May 08 2011 Prabin Kumar Datta <prabindatta@fedoraproject.org> - 1.1-2
- added CHANGES CREDITS under doc section
- updated URL

View File

@ -1 +1 @@
70cbb5b43c3e6939b74c3f1b27e47aae PyICU-1.1.tar.gz
d2d20ab5b233f1d6d2d7e69ba8b5f959 PyICU-1.2.tar.gz