CentOS 3.4重新编译firefox1.02,thunderbird 1.02 srpms

发表于:2007-07-04来源:作者:点击数: 标签:
自己动手backport 到低本系统中,系统CentOS 3.4,适用redhat 9,rhel 3 1.从rhel 4 srpms 源 中下载srpms 文件 firefox-1.0.2-1.4.1.src.rpm thunderbird-1.0.2-1.4.1.src.rpm 安装srpms . [h ant sy@localhost hantsy]rpm -ivh firefox-1.0.2-1.4.1.src.rpm
自己动手backport 到低本系统中,系统CentOS 3.4,适用redhat 9,rhel 3

1.从rhel 4 srpms 源 中下载srpms 文件
firefox-1.0.2-1.4.1.src.rpm
thunderbird-1.0.2-1.4.1.src.rpm
安装srpms .
[hantsy@localhost hantsy]$rpm -ivh firefox-1.0.2-1.4.1.src.rpm thunderbird-1.0.2-1.4.1.src.rpm
2.下载我的specs(参见前面的文章)
3.下载firefly 中文增强补丁(字体中文名称显示,下划线的修正).
mozilla.patch.tar.gz
假设下载后文件位于个人目录下:
[hantsy@localhost hantsy]$cd rpmbuild/SOURCE
[hantsy@localhost hantsy]$tar xzvf ../../mozilla.patch.tar.gz
4.重新编译
[hantsy@localhost hantsy]$cd rpmbuild/SPECS
[hantsy@localhost hantsy]sudo rpmbuild -ba firefox-1.0.2.spec
[hantsy@localhost hantsy]sudo rpmbuild -ba thunderbird-1.0.2.spec
这两包编译时间比较长,根据机器不同大概2-4个小时,另外不要同时编译。

原文转自:http://www.ltesting.net