Update to 0.10.4
This commit is contained in:
parent
25b4cf5f45
commit
6084a0a2ce
@ -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 <jeff@ocjtech.us> - 0.10.4-1
|
||||
- Update to 0.10.4
|
||||
|
||||
* Sat Dec 9 2006 Joost Soeterbroek <joost.soeterbroek@gmail.com> - 0.10.3-5
|
||||
- Rebuild for python 2.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user