[Libreoffice] Make RPMs

Caolán McNamara caolanm at redhat.com
Tue Jul 19 02:12:19 PDT 2011


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 --with-gcc-speedup=ccache --prefix=$HOME
> make
> make install
> make dev-install
> 
> will create execution files but I don't know how to create rpms files.
> 
> # It seems that --with-package-format="rpm deb"  doesn't help.

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, distro-configs/LibreOfficeLinux.conf contains the flags used to
build the .rpms that appear on download.libreoffice.org (or at least
that's my understanding, it may be that some extra ones get added to
that, but it should be roughly right anyway)

C.



More information about the LibreOffice mailing list