>>> On 9/23/2010 at 05:53 PM, in message <[email protected]>, David 
>>> Ashley
<[email protected]> wrote: 
  > All -
>  
> Although not yet commited, I am playing around with the RPM spec file for  
> ooRexx. I have added some new macros to the file that create additional  
> information in the name of the RPM. A typical RPM name produced by these  
> macros  
> looks like this: 
>  
>      ooRexx-4.2.0-6212.fedora13.x86_64.rpm 
>  
> The format is: 
>  
>      ooRexx-<version>-<svn revision>.<os name & version>.<architecture>.rpm 
>  

Very nice, this makes things much easier to manage. Are you using something 
similar to this? 

%define _rel 5896
%define _release %{_rel}

%if 0%{?suse_version}
%define _suse_prefix %(grep -q "SUSE Linux Enterprise Server" /etc/SuSE-release 
&& echo sles || echo suse)
%define _release %{_rel}.%{_suse_prefix}%{suse_version}
%endif

See the patch I submitted previously.





------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to