|
@@ -1,6 +1,6 @@
|
|
|
%define name clearsilver
|
|
|
%define version 0.10.5
|
|
|
-%define release 4%{_dist_release}
|
|
|
+%define release 5%{_dist_release}
|
|
|
%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
|
|
|
|
|
|
Summary: A fast, powerful, and language-neutral HTML template system.
|
|
@@ -14,7 +14,7 @@ License: Neotonic ClearSilver Software License
|
|
|
Group: Applications/Documentation
|
|
|
URL: http://clearsilver.net/
|
|
|
|
|
|
-BuildRequires: perl, ruby-devel, python-devel, zlib-devel
|
|
|
+BuildRequires: perl, ruby, ruby-devel, python-devel, zlib-devel
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Vendor: Project Vine
|
|
@@ -34,6 +34,8 @@ Clearsilver は高速、強力で言語中立なテンプレートシステム
|
|
|
%setup -q
|
|
|
%patch0 -p1 -b .conf
|
|
|
|
|
|
+perl -pi -e 's/python_versions="2\.5/python_versions="2.6 2.5/' configure
|
|
|
+
|
|
|
%build
|
|
|
%configure --disable-csharp
|
|
|
|
|
@@ -67,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_mandir}/man*/*.gz
|
|
|
|
|
|
%changelog
|
|
|
+* 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
|
|
|
|