Page 1 of 1

How to make rpm package?

Posted: 25 Mar 2013 04:27
by sntshkmr60
Before asking this question I looked into INSTALL file in the root of source directory, which says:
To build RPM packages, copy a spec file from extra/package/rpm and:

rpm -ba vlc.spec
But there isn't even any directory named rpm in extra/package.

Re: How to make rpm package?

Posted: 25 Mar 2013 17:10
by RĂ©mi Denis-Courmont
Refer to the Unix compilation guide on the wiki.

Re: How to make rpm package?

Posted: 25 Mar 2013 17:32
by sntshkmr60
Refer to the Unix compilation guide on the wiki.
Are you talking about this page? http://wiki.videolan.org/UnixCompile
I read whole page but can't find it.