123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- %define name clearsilver
- %define version 0.10.5
- %define release 8%{_dist_release}
- Summary: A fast, powerful, and language-neutral HTML template system.
- Summary(ja): 高速、パワフルで言語中立なHTMLテンプレートシステム
- Name: %{name}
- Version: %{version}
- Release: %{release}
- Source0: http:
- Patch0: clearsilver-0.10.5-conf.patch
- Patch1: clearsilver-0.10.5-regression.patch
- Patch2: clearsilver-0.10.5-CVE-2011-4357.patch
- Patch3: clearsilver-ruby-1.9.patch
- License: Neotonic ClearSilver Software License
- Group: Applications/Documentation
- URL: http:
- BuildRequires: perl
- BuildRequires: ruby, ruby-devel >= 1.9.3
- BuildRequires: python-devel, zlib-devel
- Provides: ruby(clearsilver)
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- ClearSilver is a fast, powerful, and language-neutral template system.
- It is designed to make it easy to create template driven static or
- dynamic websites.
- %description -l ja
- Clearsilver は高速、強力で言語中立なテンプレートシステムです。
- テンプレート駆動の静的あるいは動的な Web サイトの構築を
- 容易にすることを目指して設計されています。
- %prep
- %setup -q
- %patch0 -p1 -b .conf
- %patch1 -p1
- %patch2 -p1
- %patch3 -p1
- touch configure
- perl -pi -e 's/python_versions="2\.5/python_versions="2.7 2.6 2.5/' configure
- sed -i 's|/neo/opt/bin/python|%{__python}|' python/examples
- *.gz
- %changelog
- * Sun Dec 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.5-8
- - rebuilt with ruby-2.0.0.353.
- * Thu Oct 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.5-7
- - rebuild with ruby-1.9.3
- - add patch3 to build with ruby-1.9
- - add patch2 for CVE-2011-4357
- * Sat Feb 25 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.5-6
- - rebuilt with python-2.7.
- * Sun May 15 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.5-5
- - rebuilt with perl-5.12.3 and python-2.6.
- * Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 0.10.5-4
- - applied new versioning policy, spec in utf-8
- * Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.10.5-3
- - rebuilt with python-2.5.2
- - added clearsilver-0.10.5-conf.patch
- * Tue Apr 29 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 0.10.5-2
- - rebuilt with perl-5.10.0.
- * Mon Apr 28 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 0.10.5-1
- - x86_64: make to skip testing.
- * Fri Nov 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.10.5-0vl4
- - add --disable-csharp for configure script
- * Tue Aug 28 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.10.5-0vl2
- - initial build for Vine Linux
|