Page 1 of 1

How to create rpm of vlc on linux

Posted: 02 Mar 2009 07:37
by sgauravv
Hi,
I have compiled the code on cygwin on that
we use make package-win32-base for complete package.

Now i have compiled code on fedora linux.
Some body may please help me that how can i make rpm package of vlc just like i make in cygwin
Thanks Developer forum

Re: How to create rpm of vlc on linux

Posted: 02 Mar 2009 14:35
by Arite
This is more distribution related than VLC related, so the be place to look for creating RPM packages is e.g. a Fedora/Red Hat forum.

However you might be able to just run:

Code: Select all

make rpm-package
Or something similar. As described here, to build an RPM package a *.spec file is needed, however that was written in 2001 so might be automatic generated/not needed now.

Arite.