Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 36920488
en ru br
Репозитории ALT
S:0.10.5-alt1.3
5.1: 0.10.5-alt1
4.1: 0.10.4-alt3.1
4.0: 0.10.4-alt2
+updates:0.10.4-alt2
3.0: 0.9.14-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.10.3

Группа :: Разработка/Прочее
Пакет: clearsilver

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _verify_elf_method textrel=relaxed
%def_disable static

Summary: Neotonic ClearSilver
Name: clearsilver
Version: 0.9.14
Release: alt1
License: Open Source - Neotonic ClearSilver License (Apache 1.1 based)
Group: Development/Other
Source: http://www.clearsilver.net/downloads/%name-%version.tar.gz
Url: http://www.clearsilver.net/
Packager: Ivan Fedorov <ns at altlinux.ru>
BuildPreReq: zlib-devel
BuildPreReq: python-devel >= %__python_version

# Automatically added by buildreq on Sun Oct 17 2004

BuildRequires: python-base python-modules-encodings zlib-devel

%description
ClearSilver is a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it provides a
separation between presentation code and application logic which makes
working with your project easier.

Because it's written as a C-library, and exported to scripting languages
like Python and Perl via modules, it is extremely fast compared to template
systems written in a script language.

%if_enabled static
%package -n lib%name-devel-static
Summary: Neotonic ClearSilver Devel
Group: Development/Python

%description -n lib%name-devel-static
%endif

%package python
Summary: Neotonic ClearSilver Python Module
Group: Development/Python
#Requires: %name = %version-%release
Provides: python%__python_version(neo_cgi)
Provides: python%__python_version(neo_cs)
Provides: python%__python_version(neo_util)

%description python
The clearsilver-python package provides a python interface to the
clearsilver CGI kit and templating system.



%prep
%setup

%build
%__subst 's,python_versions=".*",python_versions="%__python_version",' configure.in
%__autoconf
%configure --disable-ruby --disable-perl --disable-java --disable-apache --disable-csharp %{subst_enable static}
unset CFLAGS
%make_build OPT="-fPIC $RPM_OPT_FLAGS"
%__subst "s,/usr/local/bin/python,%_bindir/python%__python_version," scripts/document.py

%install
%__mkdir_p %buildroot{%python_sitelibdir,%_docdir/%name-%version}
%makeinstall PYTHON_SITE=%buildroot%python_sitelibdir install

%files
%_bindir/static.cgi
%_bindir/cstest

%if_enabled static
%files -n lib%name-devel-static
%_libdir/libneo_cgi.a
%_libdir/libneo_cs.a
%_libdir/libneo_utl.a
%dir %_includedir/ClearSilver/
%_includedir/ClearSilver/*
%_man3dir/*
%endif

%files python
%python_sitelibdir/neo_cgi.so

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin