[packages/python-Jinja2] - see python-jinja2

qboosh qboosh at pld-linux.org
Tue Dec 1 16:55:30 CET 2015


commit 4ab9cddd6cd73e8860cb156347482f66ddfe9633
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Dec 1 16:56:15 2015 +0100

    - see python-jinja2

 python-Jinja2.spec | 56 ------------------------------------------------------
 1 file changed, 56 deletions(-)
---
diff --git a/python-Jinja2.spec b/python-Jinja2.spec
deleted file mode 100644
index 8a4687e..0000000
--- a/python-Jinja2.spec
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# Conditional build:
-%bcond_without	tests	# do not perform "make test"
-
-%define 	module	Jinja2
-Summary:	A small but fast and easy to use stand-alone template engine written in pure python
-Name:		python-%{module}
-Version:	2.6
-Release:	0.1
-License:	BSD
-Group:		Development/Languages/Python
-Source0:	http://pypi.python.org/packages/source/J/Jinja2/%{module}-%{version}.tar.gz
-# Source0-md5:	1c49a8825c993bfdcf55bb36897d28a2
-URL:		http://jinja.pocoo.org/
-BuildRequires:	python-distribute
-BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.710
-Requires:	python-modules
-BuildArch:	noarch
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%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.
-
-%prep
-%setup -q -n %{module}-%{version}
-
-%build
-%py_build
-
-%{?with_tests:%{__python} setup.py test}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%py_install
-
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
-%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
-%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
-%py_postclean
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc AUTHORS CHANGES
-%{py_sitescriptdir}/jinja2
-%if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/%{module}-*.egg-info
-%endif
-%{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-Jinja2.git/commitdiff/4ab9cddd6cd73e8860cb156347482f66ddfe9633



More information about the pld-cvs-commit mailing list