Update epoch and changelog, add a few things to .gitignore.
This commit is contained in:
parent
8a4852f506
commit
91c645b7ad
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
|
*.rpm
|
||||||
|
results_*
|
||||||
|
.build-*
|
||||||
/Flask-0.6.1.tar.gz
|
/Flask-0.6.1.tar.gz
|
||||||
/Flask-0.7.2.tar.gz
|
/Flask-0.7.2.tar.gz
|
||||||
/Flask-0.8.tar.gz
|
/Flask-0.8.tar.gz
|
||||||
|
|||||||
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
Name: python-flask
|
Name: python-flask
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
Epoch: 1
|
||||||
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -48,9 +49,7 @@ Documentation and examples for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{srcversion}
|
%setup -q -n %{srcname}-%{srcversion}
|
||||||
#%if 0%%{?rhel}
|
|
||||||
%{__sed} -i "1i __requires__ = ['Jinja2>=2.4']" setup.py
|
%{__sed} -i "1i __requires__ = ['Jinja2>=2.4']" setup.py
|
||||||
#%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -85,6 +84,9 @@ rm -rf examples/jqueryexample/*.pyc
|
|||||||
%doc docs/_build/html examples
|
%doc docs/_build/html examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 8 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user