Convert cygwin packages to RPM

2008-06-16 Thread SJ Kissane
Hi all I've become interested in making a Cygwin distribution based on RPM. My main reasons for doing this: (1) I come from a RHEL/OEL/Fedora background, so I'd rather use yum than setup.exe (2) I like the fact that rpm has a proper database of which file owns which package, so I can do things

Re: Convert cygwin packages to RPM

2008-06-16 Thread Reini Urban
2008/6/16 SJ Kissane: Please find attached cyg2rpm.pl, which converts Cygwin binary packages into RPMs. Of course, this is just a hacky first attempt, but it shows where I'm going. Example of usage: $ ./cyg2rpm.pl http://mirror.aarnet.edu.au/pub/cygwin/ work I prefer working with a local

Re: Convert cygwin packages to RPM

2008-06-16 Thread Larry Hall (Cygwin)
SJ Kissane wrote: Hi all I've become interested in making a Cygwin distribution based on RPM. My main reasons for doing this: (1) I come from a RHEL/OEL/Fedora background, so I'd rather use yum than setup.exe (2) I like the fact that rpm has a proper database of which file owns which package,