|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
[taprobane] Packaging RPMsHi all,
Those who are working on building RPMs will find the following two documents useful: http://www-128.ibm.com/developerworks/library/l-rpm1/ http://www-128.ibm.com/developerworks/library/l-rpm2/ Anuradha -- http://www.linux.lk/~anuradha/ http://anuradha-ratnaweera.blogspot.com N�HY隊X���'���u���[������� ަ�k��!���W�~�鮆�zk��C� 塧m����@^ǚ��^��z�Z�f�z�j�!�x2�������ɫ,���a{��,�H��4�m�����Z��jY�w��ǥrg�y$��~7ٸ��}8�Z�6��k���z�z������x%��mj��m�ށ�ޭ�e��l���q���z�m��?�X���(��~��zw��X�����b��?��k���z�z�� |
|
|
[taprobane] Re: Packaging RPMsOn 2/9/06, Anuradha Ratnaweera <gnu.slash.linux@...> wrote:
> Hi all, > > Those who are working on building RPMs will find the following two > documents useful: > > http://www-128.ibm.com/developerworks/library/l-rpm1/ > http://www-128.ibm.com/developerworks/library/l-rpm2/ ... and part 3: http://www-128.ibm.com/developerworks/library/l-rpm3/ Anuradha -- http://www.linux.lk/~anuradha/ http://anuradha-ratnaweera.blogspot.com N�HY隊X���'���u���[������� ަ�k��!���W�~�鮆�zk��C� 塧m����@^ǚ��^��z�Z�f�z�j�!�x2�������ɫ,���a{��,�H��4�m�����Z��jY�w��ǥrg�y$��~7ٸ��}8�Z�6��k���z�z������x%��mj��m�ށ�ޭ�e��l���q���z�m��?�X���(��~��zw��X�����b��?��k���z�z�� |
|
|
|
|
|
|
|
|
|
|
|
Re: [taprobane] Packaging RPMsPresently I don't simply care about writing spec files to create rpms
thanks to 'checkinstall' which can also generate deb packages. You
simply type:
1. ./configure 2. make 3. su 4. checkinstall (instead of 'make install' or 'checkinstall install.sh' instead of './install.sh') Checkinstall: http://asic-linux.com.mx/~izto/checkinstall/ Anyway, in a deb based system one can do the following to get the software inside an rpm file and then proceed (may be use checkinstall...): rpm2cpio mypkg-1.0.rpm | cpio -idv On 2/9/06, Kosala Atapattu <kosalaa@...> wrote: > > http://www-128.ibm.com/developerworks/library/l-rpm1/ -- Kamal Wickramanayake Technical Trainer Virtusa (Pvt) Ltd http://sky.freeshell.org/ |
|
|
|
|
|
Re: [taprobane] Packaging RPMsKosala Atapattu wrote:
> In my Debian systems I simply do "rpm -i --nodeps ", for packages that > has only RPMs (like open office). I have a touch of LFS, so I tend to > compile most of the packages, but now as a guide line I have defined > what I'm gonna compile and what I'm not gonna compile. AFAIK having Saegiri in RPM form does not mean you mix distros dependencies in Taprobane. All it means is that you can build Debian based Taprobane within an RPM based distro. BTW checkinstall and alien might be a better way to install RPMs into Debian. -- chamindra http://www.linux.lk/~chamindra ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ taprobane-general mailing list taprobane-general@... https://lists.sourceforge.net/lists/listinfo/taprobane-general |
|
|
Re: [taprobane] Packaging RPMsKamal Wickramanayake wrote:
> Presently I don't simply care about writing spec files to create rpms > thanks to 'checkinstall' which can also generate deb packages. You > simply type: > > 1. ./configure > 2. make > 3. su > 4. checkinstall (instead of 'make install' or 'checkinstall install.sh' > instead of './install.sh') > > Checkinstall: http://asic-linux.com.mx/~izto/checkinstall/ > > Anyway, in a deb based system one can do the following to get the > software inside an rpm file and then proceed (may be use checkinstall...): > cool how it works. " Installwatch is an extremely simple utility I wrote to keep track of created and modified files during the installation of a new program. It's fast and easy to use. It doesn't require a ``pre-install'' phase because it monitors processes while they run. Installwatch works with every dynamically linked ELF program, overriding system calls that cause file system alterations. Some of such system calls are open(2) and unlink(2). " Ref: http://asic-linux.com.mx/~izto/checkinstall/installwatch.html -- chamindra http://www.linux.lk/~chamindra ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ taprobane-general mailing list taprobane-general@... https://lists.sourceforge.net/lists/listinfo/taprobane-general |
| Free embeddable forum powered by Nabble | Forum Help |