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

Comparing COMP/CMSDIST/pcre.spec (file contents):
Revision 1.1 by eulisse, Fri Feb 17 13:03:16 2006 UTC vs.
Revision 1.8 by elmer, Thu Dec 27 20:28:33 2007 UTC

# Line 1 | Line 1
1 < ### RPM external pcre 4.4
2 < Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%n/%n-%v.tar.bz2
1 > ### RPM external pcre 4.4-CMS19
2 > Source: http://downloads.sourceforge.net/%n/%n-%{realversion}.tar.bz2
3 >
4 > %prep
5 > %setup -n %n-%{realversion}
6 >
7 > %install
8 > make install
9 > # SCRAM ToolBox toolfile
10 > mkdir -p %i/etc/scram.d
11 > cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
12 > <doc type=BuildSystem::ToolDoc version=1.0>
13 > <Tool name=%n version=%v>
14 > <info url="http://www.pcre.org"></info>
15 > <lib name=pcre>
16 > <Client>
17 > <Environment name=PCRE_BASE default="%i"></Environment>
18 > <Environment name=LIBDIR default="$PCRE_BASE/lib"></Environment>
19 > <Environment name=INCLUDE default="$PCRE_BASE/include"></Environment>
20 > </Client>
21 > </Tool>
22 > EOF_TOOLFILE
23 >
24 > %post
25 > %{relocateConfig}bin/pcre-config
26 > %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines