update to 1.8.1 [release 1.8.1-1mamba;Thu May 14 2015]
This commit is contained in:
parent
091f6836cb
commit
f43b33136a
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: python-django
|
Name: python-django
|
||||||
Version: 1.5.8
|
Version: 1.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high-level Python Web framework
|
Summary: A high-level Python Web framework
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -19,8 +19,6 @@ BuildRequires: python-Sphinx
|
|||||||
BuildRequires: python-Jinja2
|
BuildRequires: python-Jinja2
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
Requires: python-simplejson
|
Requires: python-simplejson
|
||||||
Provides: python-Django
|
|
||||||
Obsoletes: python-Django
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -74,8 +72,8 @@ find %{buildroot} -name "*.po" | xargs rm -f
|
|||||||
%{python_sitearch}/django/*.py*
|
%{python_sitearch}/django/*.py*
|
||||||
%dir %{python_sitearch}/django/bin
|
%dir %{python_sitearch}/django/bin
|
||||||
%{python_sitearch}/django/bin/*.py*
|
%{python_sitearch}/django/bin/*.py*
|
||||||
%dir %{python_sitearch}/django/bin/profiling
|
%dir %{python27_sitearch}/django/apps
|
||||||
%{python_sitearch}/django/bin/profiling/*.py*
|
%{python27_sitearch}/django/apps/*
|
||||||
%dir %{python_sitearch}/django/conf
|
%dir %{python_sitearch}/django/conf
|
||||||
%{python_sitearch}/django/conf/*.py*
|
%{python_sitearch}/django/conf/*.py*
|
||||||
%dir %{python_sitearch}/django/conf/project_template
|
%dir %{python_sitearch}/django/conf/project_template
|
||||||
@ -92,15 +90,15 @@ find %{buildroot} -name "*.po" | xargs rm -f
|
|||||||
%{python_sitearch}/django/forms
|
%{python_sitearch}/django/forms
|
||||||
%{python_sitearch}/django/http
|
%{python_sitearch}/django/http
|
||||||
%{python_sitearch}/django/middleware
|
%{python_sitearch}/django/middleware
|
||||||
%{python_sitearch}/django/shortcuts
|
#%{python_sitearch}/django/shortcuts
|
||||||
%{python_sitearch}/django/template
|
%{python_sitearch}/django/template
|
||||||
%{python_sitearch}/django/templatetags
|
%{python_sitearch}/django/templatetags
|
||||||
%{python_sitearch}/django/test
|
%{python_sitearch}/django/test
|
||||||
%{python_sitearch}/django/utils
|
%{python_sitearch}/django/utils
|
||||||
%{python_sitearch}/django/views
|
%{python_sitearch}/django/views
|
||||||
%{_mandir}/man1/daily_cleanup.1*
|
#%{_mandir}/man1/daily_cleanup.1*
|
||||||
%{_mandir}/man1/django-admin.1*
|
%{_mandir}/man1/django-admin.1*
|
||||||
%{_mandir}/man1/gather_profile_stats.1*
|
#%{_mandir}/man1/gather_profile_stats.1*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
@ -108,6 +106,12 @@ find %{buildroot} -name "*.po" | xargs rm -f
|
|||||||
%doc docs/_build/html/*
|
%doc docs/_build/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||||
|
- update to 1.8.1
|
||||||
|
|
||||||
|
* Mon Aug 11 2014 Automatic Build System <autodist@mambasoft.it> 1.6.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.8-1mamba
|
* Sat Aug 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.8-1mamba
|
||||||
- update to 1.5.8
|
- update to 1.5.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user