From b0ad00c94c22f3e91b0ad8f6436d2242795f3327 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 28 Aug 2007 19:39:09 +0000 Subject: [PATCH 1/1] - updated to 7.3 - removed obsolete dll patch - spec cleanup Changed files: crossmingw32-pcre.spec -> 1.24 --- crossmingw32-pcre.spec | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/crossmingw32-pcre.spec b/crossmingw32-pcre.spec index 1938fde..9a9cf79 100644 --- a/crossmingw32-pcre.spec +++ b/crossmingw32-pcre.spec @@ -2,13 +2,12 @@ Summary: Perl-Compatible Regular Expression library - Mingw32 cross version Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych - wersja skrośna dla Mingw32 Name: crossmingw32-%{realname} -Version: 7.2 +Version: 7.3 Release: 1 License: BSD (see LICENCE) Group: Development/Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{realname}-%{version}.tar.bz2 -# Source0-md5: 53305db73855f1ff155dcd2c05d448d3 -Patch0: %{realname}-dll.patch +# Source0-md5: 08b48bf97ff84a9dea07d6be518f0046 URL: http://www.pcre.org/ BuildRequires: autoconf BuildRequires: automake @@ -22,7 +21,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define target i386-mingw32 %define target_platform i386-pc-mingw32 -%define arch %{_prefix}/%{target} %define _prefix /usr/%{target} %define _pkgconfigdir %{_prefix}/lib/pkgconfig @@ -72,19 +70,8 @@ Requires: wine %prep %setup -q -n %{realname}-%{version} -%patch0 -p1 %build -CC=%{target}-gcc ; export CC -CXX=%{target}-g++ ; export CXX -LD=%{target}-ld ; export LD -AR=%{target}-ar ; export AR -AS=%{target}-as ; export AS -CROSS_COMPILE=1 ; export CROSS_COMPILE -CPPFLAGS="-I%{arch}/include" ; export CPPFLAGS -RANLIB=%{target}-ranlib ; export RANLIB -TARGET="%{target}" ; export TARGET - %{__libtoolize} %{__aclocal} %{__autoconf} -- 2.44.0