ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/bz2lib.spec
(Generate patch)

Comparing COMP/CMSDIST/bz2lib.spec (file contents):
Revision 1.5 by eulisse, Thu Jul 6 13:08:38 2006 UTC vs.
Revision 1.7 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external bz2lib 1.0.2
2 + Requires: gcc-wrapper
3   # Build system patches by Lassi A. Tuura <lat@iki.fi>
4   Source: ftp://sources.redhat.com/pub/bzip2/v%(echo %v | tr -d .)/bzip2-%v.tar.gz
5 + %define cpu %(echo %cmsplatf | cut -f2 -d_)
6   Provides: libbz2.so.1
7 + %if "%cpu" == "amd64"
8 + Provides: libbz2.so.1()(64bit)
9 + %endif
10  
11   %prep
12   %setup -n bzip2-%v
# Line 11 | Line 16 | sed -e 's/ -shared/ -dynamiclib/' \
16      < Makefile-libbz2_so > Makefile-libbz2_dylib
17  
18   %build
19 + ## IMPORT gcc-wrapper
20   case $(uname) in Darwin ) so=dylib ;; * ) so=so ;; esac
21   make %makeprocesses -f Makefile-libbz2_$so
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines