Re: [CentOS] build rpm from tar.xz tarball

2012-02-29 Thread Frank Cox
On Wed, 29 Feb 2012 20:52:09 +0100 fakessh @ wrote: > any idees My "idee" would be to de-archive your xz file and create a new tar.gz (or tar.bz) file using the result, then use that to build the rpm. unxz gnutls-3.0.9.tar.xz bzip2 gnutls-3.0.9.tar Now you have a gnutls-3.0.9.tar.bz2 -- MELVI

Re: [CentOS] build rpm from tar.xz tarball

2012-02-29 Thread fakessh @
Le mercredi 29 février 2012 à 10:18 +0300, Mihamina Rakotomandimby a écrit : > On 02/29/2012 04:11 AM, fakessh @ wrote: > > What is the correct procedure to build an rpm with this type of package > > tar.xz > > the standard package rebuilding, I guess. > just have to change the decompression utili

Re: [CentOS] build rpm from tar.xz tarball

2012-02-29 Thread Marc Deop
On Wednesday 29 February 2012 02:11:25 fakessh @ wrote: > What is the correct procedure to build an rpm with this type of package > tar.xz AFAIK the %setup macro should be able to handle the decompression. If not, just do it yourself within the %prep section Regards PS: there's an rpm-list ( rp

Re: [CentOS] build rpm from tar.xz tarball

2012-02-28 Thread Mihamina Rakotomandimby
On 02/29/2012 04:11 AM, fakessh @ wrote: > What is the correct procedure to build an rpm with this type of package > tar.xz the standard package rebuilding, I guess. just have to change the decompression utility call -- RMA. ___ CentOS mailing list Cen

[CentOS] build rpm from tar.xz tarball

2012-02-28 Thread fakessh @
hello centos list hello guys hello master of "Fu" how to create a rpm package for centos 5 with an archive tar.xz. I possess a source rpm of gnutls http://ns.fakessh.eu/rpms/gnutls-2.12.16-1.el5.src.rpm and I would try to compile the latest version of gnutls What is the correct procedure to bu