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
|
%endif
|
||||||
|
|
||||||
Name: mod_fcgid
|
Name: mod_fcgid
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Apache2 module for high-performance server-side scripting
|
Summary: Apache2 module for high-performance server-side scripting
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -75,6 +75,8 @@ SELinux policy module supporting FastCGI applications with mod_fcgid.
|
|||||||
%{__cp} -p %{SOURCE7} README.SELinux
|
%{__cp} -p %{SOURCE7} README.SELinux
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%{__sed} -i -e 's/\r$//' directives.htm configuration.htm
|
%{__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
|
%build
|
||||||
topdir=$(/usr/bin/dirname $(/usr/sbin/apxs -q exp_installbuilddir))
|
topdir=$(/usr/bin/dirname $(/usr/sbin/apxs -q exp_installbuilddir))
|
||||||
@ -155,6 +157,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 3 2007 Joe Orton <jorton@redhat.com> 2.1-6
|
||||||
- rebuild for fixed 32-bit APR (#254241)
|
- rebuild for fixed 32-bit APR (#254241)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user