Re: [Libreoffice] Make RPMs

2011-07-21 Thread Caolán McNamara
On Wed, 2011-07-20 at 07:46 +0700, Nguyen Vu Hung (KiEi) wrote: Executive summary: By adding --enable-epm, I got an error: rpm -bb: option not found. It tried rpm -bb (old-style) because rpmbuild wasn't found. Install rpmbuild. I decommission my RHEL-5 box last week or so, but rpmbuild was

Re: [Libreoffice] Make RPMs

2011-07-19 Thread Caolán McNamara
On Tue, 2011-07-19 at 04:20 +0700, Nguyen Vu Hung (KiEi) wrote: Hello all, How can I build *rpm installation set under CentOS 5.6? I know that ./autogen.sh --with-distro=LibreOfficeLinux --with-lang=vi --with-max-jobs=20 --with-num-cpus=5 --with-package-format=rpm deb --without-junit

Re: [Libreoffice] Make RPMs

2011-07-19 Thread Nguyen Vu Hung (KiEi)
Hello, (2011/07/19 16:12), Caolán McNamara wrote: If you use --enable-epm (you can drop the explicit --with-package-format=rpm deb), then when you do a make there should them be rpms created under instsetoo_native/unxlng*/some/sub/dir/use/find/to/find/them FWIW,

[Libreoffice] Make RPMs

2011-07-18 Thread Nguyen Vu Hung (KiEi)
Hello all, How can I build *rpm installation set under CentOS 5.6? I know that ./autogen.sh --with-distro=LibreOfficeLinux --with-lang=vi --with-max-jobs=20 --with-num-cpus=5 --with-package-format=rpm deb --without-junit --with-gcc-speedup=ccache --prefix=$HOME make make install make