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

Comparing COMP/CMSDIST/apt.spec (file contents):
Revision 1.1 by ratnik, Wed Aug 2 23:48:14 2006 UTC vs.
Revision 1.3 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1 <
2 < ### RPM external  apt 0.5.15cnc6
3 < #Requires: beecrypt-devel
4 < Source: http://www.uscms.org/SoftwareComputing/CMSSoftware/download/apt_%v.tar.gz
5 <
6 < %prep
7 < %setup -q -n %v
8 <
9 < ./configure --prefix=%{i} --exec-prefix=%{i} --disable-nls --disable-dependency-tracking
1 > ### RPM external apt 0.5.15lorg3.2
2 > Requires: gcc-wrapper
3 > Source:  http://apt-rpm.org/releases/%n-%v.tar.bz2
4 > Requires: libxml2 beecrypt rpm zlib bz2lib
5  
6   %build
7 < make
7 > ## IMPORT gcc-wrapper
8 > export CFLAGS="-I$BEECRYPT_ROOT/include -I$RPM_ROOT/include"
9 > export LDFLAGS="-L$BEECRYPT_ROOT/lib -L$RPM_ROOT/lib"
10 > export LIBS="$LDFLAGS"
11 > export LIBDIR="$LIBS"
12 > export LIBXML2_CFLAGS="-I$LIBXML2_ROOT/include/libxml2 -I$BEECRYPT_ROOT/include -I$RPM_ROOT/include"
13 > export LIBXML2_LIBS="-lxml2 -L$LIBXML2_ROOT/lib -L$BEECRYPT_ROOT/lib -L$RPM_ROOT/lib"
14  
15 < %install
16 < make install
15 > ./configure --prefix=%{i} --exec-prefix=%{i} \
16 >                            --disable-nls \
17 >                            --disable-dependency-tracking \
18 >                            --without-libintl-prefix \
19 >                            --disable-rpath
20 > make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines