Update to 0.6.2

This commit is contained in:
Peter Halliday 2010-05-24 02:55:35 +00:00
parent 57ac1405b0
commit 68e6faf724
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
Werkzeug-0.6.tar.gz
Werkzeug-0.6.2.tar.gz

View File

@ -3,7 +3,7 @@
%global srcname Werkzeug
Name: python-werkzeug
Version: 0.6
Version: 0.6.2
Release: 1%{?dist}
Summary: The Swiss Army knife of Python web development
@ -15,7 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-nose
BuildRequires: python-setuptools-devel
%description
@ -55,11 +54,14 @@ Documentation and examples for %{name}.
%build
%{__python} setup.py build
find examples/ -name '*.py' -executable | xargs chmod -x
find examples/ -name '*.png' -executable | xargs chmod -x
%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%{__rm} -rf docs/_build/html/.buildinfo
%{__rm} -rf examples/cupoftee/db.pyc
%clean
%{__rm} -rf %{buildroot}
@ -74,6 +76,8 @@ Documentation and examples for %{name}.
%doc docs/_build/html examples
%changelog
* Sun May 23 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.2-1
- Updating because upstream release of Werkzeug 0.6.2
* Sat Mar 05 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6-1
- Updating because upstream release of Werkzeug 0.6
* Tue Aug 25 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.5.1-1

View File

@ -1 +1 @@
b84236e8d9a012591f26fd211fa2c84e Werkzeug-0.6.tar.gz
519408350346a247333bb5d584371724 Werkzeug-0.6.2.tar.gz