Update to version 2.2 Make sure docs are encoded as UTF-8
This commit is contained in:
parent
971d4747dd
commit
bfb6f5c72f
@ -1 +1 @@
|
||||
mod_fcgid.2.1.tar.gz
|
||||
mod_fcgid.2.2.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%endif
|
||||
|
||||
Name: mod_fcgid
|
||||
Version: 2.1
|
||||
Release: 6%{?dist}
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Apache2 module for high-performance server-side scripting
|
||||
Group: System Environment/Daemons
|
||||
License: GPL+
|
||||
@ -75,6 +75,8 @@ SELinux policy module supporting FastCGI applications with mod_fcgid.
|
||||
%{__cp} -p %{SOURCE7} README.SELinux
|
||||
%patch0 -p1
|
||||
%{__sed} -i -e 's/\r$//' directives.htm configuration.htm
|
||||
/usr/bin/iconv -f gb2312 -t utf8 < configuration.htm > configuration.htm.utf8
|
||||
%{__mv} -f configuration.htm.utf8 configuration.htm
|
||||
|
||||
%build
|
||||
topdir=$(/usr/bin/dirname $(/usr/sbin/apxs -q exp_installbuilddir))
|
||||
@ -155,6 +157,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 14 2007 Paul Howarth <paul@city-fan.org> 2.2-1
|
||||
- Update to version 2.2
|
||||
- Make sure docs are encoded as UTF-8
|
||||
|
||||
* Mon Sep 3 2007 Joe Orton <jorton@redhat.com> 2.1-6
|
||||
- rebuild for fixed 32-bit APR (#254241)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user