OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Mar-2006 13:34:26
Branch: HEAD Handle: 2006031112342600
Modified files:
openpkg-src/mono mono.spec
Log:
requires GNU bison and adjust substitution to again apply correctly
Summary:
Revision Changes Path
1.28 +3 -3 openpkg-src/mono/mono.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mono/mono.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 mono.spec
--- openpkg-src/mono/mono.spec 2 Mar 2006 07:58:35 -0000 1.27
+++ openpkg-src/mono/mono.spec 11 Mar 2006 12:34:26 -0000 1.28
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20060302
+Release: 20060311
# list of sources
Source0:
http://go-mono.com/sources/mono-%{V_major}/mono-%{version}.tar.gz
@@ -46,7 +46,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig, perl
+BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig, perl, bison
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: glib2, glib2::with_threads = yes
PreReq: glib2, glib2::with_threads = yes
@@ -83,7 +83,7 @@
echo "ac_cv_lib_sunmath_aintl=no"
) >config.cache
%{l_shtool} subst \
- -e 's;trunc(0\.0);notexisting();' \
+ -e 's/trunc;/notexisting;/' \
configure
# configure program
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]