Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-mako
> python-mako.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python-mako.spec of Package python-mako (Revision 3)
Currently displaying revision
3
,
show latest
# # spec file for package python-mako # # Copyright (c) 2010 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/ # %define modname Mako Name: python-mako Version: 0.7.3 Release: 1 Summary: A Super-Fast Templating Language Url: http://www.makotemplates.org/ License: MIT Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} BuildRequires: python-devel BuildRequires: python-setuptools %if 0%{?suse_version} >= 1030 BuildRequires: fdupes %endif Requires: python-beaker >= 1.1 Requires: python-markupsafe %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} BuildArch: noarch %endif %description Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Authors: -------- Mike Bayer <mike@zzzcomputing.com> %prep %setup -q -n %{modname}-%{version} %build export CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES %if 0%{?suse_version} >= 1030 %fdupes %buildroot %endif %clean rm -rf %{buildroot} %files -f INSTALLED_FILES %defattr(-,root,root) %doc doc examples CHANGES LICENSE %changelog