]> git.pld-linux.org Git - packages/crossmingw32-pcre.git/commitdiff
- updated to 5.0, removed obsolete shared patch (use winshared target instead) auto/ac/crossmingw32-pcre-5_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Sep 2004 19:06:06 +0000 (19:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-pcre.spec -> 1.6

crossmingw32-pcre.spec

index d2cb2b01ebcb7a99cd0d6635575ec73c23b67b48..b9f1b0609eb4102120d7b5ebbbda006d6b9ee1c9 100644 (file)
@@ -2,13 +2,12 @@
 Summary:       Perl-Compatible Regular Expression library - Mingw32 cross version
 Summary(pl):   Biblioteka perlowych wyra¿eñ regularnych - wersja skro¶na dla Mingw32
 Name:          crossmingw32-%{realname}
-Version:       4.5
-Release:       2
-License:       Free to use (see LICENCE)
+Version:       5.0
+Release:       1
+License:       BSD (see LICENCE)
 Group:         Libraries
 Source0:       ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{realname}-%{version}.tar.bz2
-# Source0-md5: c51bd34197008b128046f0799d2242e4
-Patch0:                %{name}-shared.patch
+# Source0-md5: 813850808894d99fb5b1c41ec6335d4f
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: crossmingw32-gcc
@@ -55,7 +54,6 @@ Group:                Applications/Emulators
 
 %prep
 %setup -q -n %{realname}-%{version}
-%patch0 -p1
 
 %build
 CC=%{target}-gcc ; export CC
@@ -82,8 +80,7 @@ TARGET="%{target}" ; export TARGET
 cc -c %{rpmcflags} -I. dftables.c
 cc %{rpmcflags} -I. -I. -o dftables dftables.o
 
-%{__make}
-%{__make} pcre.dll
+%{__make} winshared
 
 %if 0%{!?debug:1}
 %{target}-strip .libs/*.dll
This page took 0.839485 seconds and 4 git commands to generate.