Ask Your Question
0

Where are the SRPM files used to build the official LibreOffice RPMs?

asked 2012-09-24 20:46:15 +0200

anonymous user

Anonymous

I'm looking for the SRPM files used to create the RPM files hosted on the LO website. Where are they?

delete close flag offensive retag edit

2 Answers

Sort by » oldest newest most voted
0

answered 2012-09-25 01:36:03 +0200

cloph gravatar image cloph
2802 4 18 43

The vanilla RPMs are created during a build using epm - there is no spec file.

In simple terms the build process creates an intermediate filelist and an tree of files. That intermediate process is processed by epm to generate specific files for rpm and deb that are fed into those tools.

rpmbuild/dpkg is only used to package the binaries that are created during the build, but they are not used to control the build itself. If they were, one would need to run the build twice. One time for the debs, one time for rpms, and this would be a waste. Building and packaging is decoupled.

So if you want to build your own rpms from the vanilla sources, run

  • ./autogen.sh --enable-epm
  • make

If you want packages as they are created by $distro, use the distro's sourcepackage, as in the other answer that points to the fedora srpm as an example.

link delete flag offensive edit
0
link delete flag offensive edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-09-24 20:46:15 +0200

Seen: 37 times

Last updated: Sep 25 '12