File python-Jinja2.spec of Package python-Jinja2

#
# spec file for package python-Jinja2
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           python-Jinja2
Version:        2.6
Release:        2.<RELEASE14>
Summary:        A fast and easy to use template engine written in pure Python
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://jinja.pocoo.org/
Source:         http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
# UPSTREAM backport
Patch1:         0001-Fixed-a-security-issue-with-temporary-files-on-the-f.patch
Patch2:         0002-Fix-CVE-2014-0012.patch
%if 0%{?suse_version} > 1010
BuildRequires:  fdupes
%endif
BuildRequires:  python-devel
BuildRequires:  python-distribute
Provides:       python-jinja2 = %{version}
Obsoletes:      python-jinja2 < %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
Jinja2 is a template engine written in pure Python.  It provides a
Django inspired non-XML syntax but supports inline expressions and an
optional sandboxed environment.  Here a small example of a Jinja
template:

{% extends 'base.html' %} {% block title %}Memberlist{% endblock %} {%
block content %} <ul> {% for user in users %} <li><a href=" user.url ">
user.username </a></li> {% endfor %} </ul> {% endblock %}



%package vim
Summary:        Jinja2 syntax files for Vim
License:        BSD-3-Clause
Group:          Development/Languages/Python
Requires:       %{name} = %{version}

%description vim
Vim syntax highlighting scheme for Jinja2 templates.



%package emacs
Summary:        Jinja2 syntax files for Emacs
License:        BSD-3-Clause
Group:          Development/Languages/Python
Requires:       %{name} = %{version}

%description emacs
Emacs syntax highlighting scheme for Jinja2 templates.



%prep
%setup -q -n Jinja2-%{version}
%patch1 -p1
%patch2 -p1

%build
python setup.py build
sed -i 's/\r$//' LICENSE # Fix wrong EOL encoding

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file
install -Dm644 ext/jinja.el %{buildroot}%{_datadir}/emacs/site-lisp/jinja.el # Install Emacs syntax file
%if 0%{?suse_version} > 1010
%fdupes %{buildroot}%{_prefix}
%endif

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE artwork examples ext/JinjaTemplates.tmbundle.tar.gz
%{python_sitelib}/*

%files vim
%defattr(-,root,root,-)
%{_datadir}/vim

%files emacs
%defattr(-,root,root,-)
%{_datadir}/emacs/site-lisp/jinja.el

%changelog
openSUSE Build Service is sponsored by