RE: [Cooker] licq cvs rpms

2000-05-14 Thread Geoffrey Lee

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, May 14, 2000 12:50 PM
 
 could someone point me to the way to do this easily in the spec file?

do something like

%define rname licq
%define rversion (whatever vesrion)
%define cvsdate

Name: hack%{rname}
Version: %{version}-%{cvsdate}



something like that.

you'd need to do 

%setup -n %{rname}-%{rversion} of course ...



 
 ie for the dirs etc
 


huh ..? for dir ...? i don't get it ...?


// GEoff




Re: [Cooker] licq cvs rpms

2000-05-14 Thread John Grange

Geoffrey Lee wrote:

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, May 14, 2000 12:50 PM
 
  could someone point me to the way to do this easily in the spec file?

 do something like

 %define rname licq
 %define rversion (whatever vesrion)
 %define cvsdate

 Name: hack%{rname}
 Version: %{version}-%{cvsdate}

 something like that.

 you'd need to do

 %setup -n %{rname}-%{rversion} of course ...

 
  ie for the dirs etc
 

 huh ..? for dir ...? i don't get it ...?

 // GEoff

I was talking about that in the tar files is the dir "licq-cvsdate"

DarkWlf




RE: [Cooker] licq cvs rpms

2000-05-13 Thread Geoffrey Lee


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, May 14, 2000 7:17 AM
 To: Linux-cooker
 Subject: [Cooker] licq cvs rpms
 
 
 here are the rpms promised for licq and gtk cvs copies, there are no
 rpms for the extra stuff that is included in the main .81 package I saw
 no need.
 
ftp://wolvesden.dhs.org/RPM/RPMS


you left out the pub directory ...

anyways, using the CVS snap date would probably have been better.


// Geoff

-DarkWlf




Re: [Cooker] licq cvs rpms

2000-05-13 Thread John Grange

Geoffrey Lee wrote:

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, May 14, 2000 7:17 AM
  To: Linux-cooker
  Subject: [Cooker] licq cvs rpms
 
 
  here are the rpms promised for licq and gtk cvs copies, there are no
  rpms for the extra stuff that is included in the main .81 package I saw
  no need.
 
 ftp://wolvesden.dhs.org/RPM/RPMS

 you left out the pub directory ...

 anyways, using the CVS snap date would probably have been better.

 // Geoff

 -DarkWlf

could someone point me to the way to do this easily in the spec file?

ie for the dirs etc