]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pcre/pcre.nm
pcre: Update to 8.34.
[people/ms/ipfire-3.x.git] / pcre / pcre.nm
index f51e459aafd54eabea167beaef122f7492ed3f64..f25f1304de9d7e37010baadf6c85e3464b2fa675 100644 (file)
@@ -4,8 +4,10 @@
 ###############################################################################
 
 name       = pcre
-version    = 8.13
-release    = 1
+version    = 8.34
+release    = 2
+
+compat_version = 8.21
 
 groups     = System/Libraries
 url        = http://www.pcre.org/
@@ -19,27 +21,46 @@ description
 end
 
 source_dl  = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+sources   += %{name}-%{compat_version}.tar.gz
 
 build
        requires
                bzip2-devel
                gcc-c++
-               pkg-config
                readline-devel
                zlib-devel
        end
 
        configure_options += \
+               --disable-static \
                --docdir=/usr/share/doc/pcre-%{version} \
-               --enable-utf8 \
-               --enable-pcregrep-libz \
-               --enable-pcregrep-libbz2 \
-               --enable-unicode-properties
+               --enable-jit \
+               --enable-pcre8 \
+               --enable-pcre16 \
+               --enable-pcre32 \
+               --enable-utf \
+               --enable-unicode-properties \
+               --enable-pcretest-libreadline
+
+       build_cmds
+               cd %{DIR_SRC}/%{name}-%{compat_version}
+               ./configure \
+                       %{configure_options}
+
+               make %{PARALLELISMFLAGS}
+       end
+
+       test
+               make check
+
+               cd %{DIR_SRC}/%{name}-%{compat_version}
+               make check
+       end
 
        install_cmds
-               mkdir -pv %{BUILDROOT}/{,usr/}lib
-               mv -v %{BUILDROOT}/usr/lib/libpcre.so.* %{BUILDROOT}/lib/
-               ln -v -sf ../../lib/libpcre.so.0 %{BUILDROOT}/usr/lib/libpcre.so
+               cd %{DIR_SRC}/%{name}-%{compat_version}
+               install -m 755 .libs/libpcre.so.0.0.1 %{BUILDROOT}%{libdir}
+               ln -svf libpcre.so.0.0.1 %{BUILDROOT}%{libdir}/libpcre.so.0
        end
 end
 
@@ -49,4 +70,16 @@ packages
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-compat
+               summary = Compat libraries of %{thisapp}.
+
+               files
+                       %{libdir}/libpcre.so.0*
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end