Name: libpcre0 Version: 8.13 Release: 3mamba Summary: PCRE is a Perl-compatible regular expression library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.pcre.org Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libbzip2-devel BuildRequires: libpcre-devel BuildRequires: libreadline-devel BuildRequires: libz-devel BuildRequires: pkg-config ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description PCRE has its own native API, but a set of "wrapper" functions that are based on the POSIX API are also supplied in the library libpcreposix. Note that this just provides a POSIX calling interface to PCRE: the regular expressions themselves still follow Perl syntax and semantics. The header file for the POSIX-style functions is called pcreposix.h. The official POSIX name is regex.h, but I didn't want to risk possible problems with existing files of that name by distributing it that way. To use it with an existing program that uses the POSIX API, it will have to be renamed or pointed at by a link. %package devel Summary: Development for PCRE libraries Group: Development/Libraries Requires: %{name} = %{version} %description devel Development files needed to build software that makes use of PCRE libraries. %debug_package %prep %setup -q -n pcre-%{version} %build %configure \ --enable-utf8 \ --enable-unicode-properties \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 \ --enable-pcretest-libreadline \ --disable-cpp %make CC_FOR_BUILD=gcc %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall rm -f %{buildroot}%{_docdir}/pcre/{AUTHORS,COPYING,ChangeLog,LICENCE,NEWS,README} rm -f %{buildroot}%{_libdir}/libpcreposix.* rm -f %{buildroot}%{_libdir}/pkgconfig/libpcreposix.pc %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libpcre.so.* %doc AUTHORS LICENCE %files devel %defattr(-,root,root) %{_bindir}/pcregrep %{_bindir}/pcretest %{_bindir}/pcre-config %{_includedir}/* %{_libdir}/libpcre.a %{_libdir}/libpcre.la %{_libdir}/libpcre.so %{_libdir}/pkgconfig/libpcre.pc %{_mandir}/man1/* %{_mandir}/man3/* %{_docdir}/pcre/html/*.html %{_docdir}/pcre/*.txt %doc ChangeLog NEWS README %changelog * Sun May 27 2012 Silvan Calarco 8.13-3mamba - disable c++ support and remove libpcrepositx (same soname as non leygacy libpcre package) - enabled: unicode-properties pcregrep-libz pcregrep-libbz2 pcretest-libreadline * Sat May 26 2012 Silvan Calarco 8.13-2mamba - rebuilt as legacy package * Tue Aug 16 2011 Automatic Build System 8.13-1mamba - automatic version update by autodist * Thu Jan 20 2011 Automatic Build System 8.12-1mamba - automatic update by autodist * Sat Dec 11 2010 Automatic Build System 8.11-1mamba - automatic update by autodist * Tue Jun 29 2010 Automatic Build System 8.10-1mamba - automatic update by autodist * Tue Jun 22 2010 Automatic Build System 8.02-1mamba - automatic update by autodist * Tue Jan 26 2010 Automatic Build System 8.01-1mamba - automatic update by autodist * Mon Oct 26 2009 Automatic Build System 8.00-1mamba - automatic update by autodist * Sat May 23 2009 Automatic Build System 7.9-1mamba - automatic update by autodist * Fri Dec 19 2008 Silvan Calarco 7.8-1mamba - automatic update by autodist * Thu Jul 17 2008 gil 7.7-1mamba - update to 7.7 * Thu Oct 18 2007 Silvan Calarco 7.4-1mamba - update to 7.4 * Thu Apr 13 2006 Alessandro Ramazzina 6.4-2qilnx - added UTF8 support * Tue Sep 13 2005 Silvan Calarco 6.4-1qilnx - update to version 6.4 by autospec * Tue Aug 30 2005 Davide Madrisan 6.3-1qilnx - update to version 6.3 by autospec * Sun May 25 2003 Silvan Calarco 4.3-2qilnx - removed package pcre (bins moved to libpcre) * Sun May 25 2003 Silvan Calarco 4.3-1qilnx - first build