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)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: clearsilver
|
Name: clearsilver
|
||||||
Version: 0.10.3
|
Version: 0.10.4
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast and powerful HTML templating system
|
Summary: Fast and powerful HTML templating system
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: Neotonic ClearSilver Software License
|
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
|
Patch0: %{name}-0.10.3-fedora.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: httpd-devel
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -127,8 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CS_LICENSE INSTALL LICENSE README
|
%doc CS_LICENSE INSTALL LICENSE README
|
||||||
|
%{_bindir}/cs
|
||||||
%{_bindir}/cstest
|
%{_bindir}/cstest
|
||||||
%{_bindir}/static.cgi
|
%{_bindir}/cs_static.cgi
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -165,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 9 2006 Joost Soeterbroek <joost.soeterbroek@gmail.com> - 0.10.3-5
|
||||||
- Rebuild for python 2.5
|
- Rebuild for python 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user