diff --git a/clearsilver.spec b/clearsilver.spec index ba268ca..172ead6 100644 --- a/clearsilver.spec +++ b/clearsilver.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: clearsilver -Version: 0.10.3 -Release: 6%{?dist} +Version: 0.10.4 +Release: 1%{?dist} Summary: Fast and powerful HTML templating system Group: Development/Libraries License: Neotonic ClearSilver Software License @@ -11,6 +11,7 @@ Source0: http://www.clearsilver.net/downloads/%{name}-%{version}.tar.gz Patch0: %{name}-0.10.3-fedora.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel +BuildRequires: httpd-devel Provides: %{name}-devel = %{version}-%{release} %description @@ -127,8 +128,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CS_LICENSE INSTALL LICENSE README +%{_bindir}/cs %{_bindir}/cstest -%{_bindir}/static.cgi +%{_bindir}/cs_static.cgi %{_mandir}/man3/* %files devel @@ -165,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Mar 29 2007 Jeffrey C. Ollie - 0.10.4-1 +- Update to 0.10.4 + * Sat Dec 9 2006 Joost Soeterbroek - 0.10.3-5 - Rebuild for python 2.5