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

Comparing COMP/CMSDIST/protobuf.spec (file contents):
Revision 1.1 by eulisse, Fri Jun 17 10:33:47 2011 UTC vs.
Revision 1.2 by eulisse, Fri Jun 17 10:48:08 2011 UTC

# Line 6 | Line 6 | Requires: zlib
6   %setup -n protobuf-%realversion
7  
8   %build
9 < ./configure --prefix %{i} \
9 > ./configure --prefix %{i} --disable-static \
10      CXXFLAGS="-I$ZLIB_ROOT/include" \
11      CFLAGS="-I$ZLIB_ROOT/include" \
12      LDFLAGS="-L$ZLIB_ROOT/lib"
# Line 14 | Line 14 | make %{makeprocesses}
14  
15   %install
16   make install
17 + rm -rf %i/lib/pkgconfig

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines