upstream 0.8.2
This commit is contained in:
parent
f66462d6f6
commit
5dbab5715e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
Werkzeug-0.6.2.tar.gz
|
Werkzeug-0.6.2.tar.gz
|
||||||
|
/Werkzeug-0.8.2.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global srcname Werkzeug
|
%global srcname Werkzeug
|
||||||
|
|
||||||
Name: python-werkzeug
|
Name: python-werkzeug
|
||||||
Version: 0.6.2
|
Version: 0.8.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Swiss Army knife of Python web development
|
Summary: The Swiss Army knife of Python web development
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools-devel
|
||||||
|
BuildRequires: python-sphinx
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Werkzeug
|
Werkzeug
|
||||||
@ -47,15 +48,16 @@ Documentation and examples for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
%{__sed} -i 's/\r//' LICENSE
|
%{__sed} -i 's/\r//' LICENSE
|
||||||
%{__sed} -i 's/\r//' docs/makearchive.py
|
%{__sed} -i '1d' werkzeug/testsuite/multipart/collect.py
|
||||||
%{__sed} -i 's/\r//' docs/_build/html/_static/pygments.css
|
|
||||||
%{__sed} -i 's/\r//' docs/_build/html/objects.inv
|
|
||||||
%{__sed} -i 's/\r//' PKG-INFO
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
find examples/ -name '*.py' -executable | xargs chmod -x
|
find examples/ -name '*.py' -executable | xargs chmod -x
|
||||||
find examples/ -name '*.png' -executable | xargs chmod -x
|
find examples/ -name '*.png' -executable | xargs chmod -x
|
||||||
|
pushd docs
|
||||||
|
make html
|
||||||
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
@ -76,6 +78,9 @@ find examples/ -name '*.png' -executable | xargs chmod -x
|
|||||||
%doc docs/_build/html examples
|
%doc docs/_build/html examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 25 2012 Haïkel Guémar <hguemar@fedoraproject.org> - 0.8.2-1
|
||||||
|
- upstream 0.8.2
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-4
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user