SPECS: mono.spec - added script_fixes patch, removed P: for ommite...
freetz
freetz at pld-linux.org
Sun Jul 23 23:37:58 CEST 2006
Author: freetz Date: Sun Jul 23 21:37:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added script_fixes patch, removed P: for ommited provides by broken
script, rel.2 for bootstrap
---- Files affected:
SPECS:
mono.spec (1.180 -> 1.181)
---- Diffs:
================================================================
Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.180 SPECS/mono.spec:1.181
--- SPECS/mono.spec:1.180 Wed Jul 12 22:06:57 2006
+++ SPECS/mono.spec Sun Jul 23 23:37:53 2006
@@ -17,7 +17,7 @@
Summary(pl): Implementacja Common Language Infrastructure
Name: mono
Version: 1.1.16.1
-Release: 1
+Release: 2
License: GPL/LGPL/MIT
Group: Development/Languages
#Source0Download: http://go-mono.com/sources/
@@ -28,6 +28,7 @@
Patch2: %{name}-mint.patch
Patch3: %{name}-sonames.patch
Patch4: %{name}-alpha-atomic.patch
+Patch5: %{name}-script_fixes.patch
URL: http://www.mono-project.com/
BuildRequires: autoconf
BuildRequires: automake
@@ -41,8 +42,6 @@
BuildRequires: xorg-lib-libX11
Requires: binfmt-detector
Requires: libgdiplus >= %{version}
-Provides: mono(mscorlib) = 1.0.5000.0
-Provides: mono(mscorlib) = 2.0.0.0
ExclusiveArch: %{ix86} %{x8664} arm hppa ia64 ppc s390 s390x sparc sparcv9 sparc64
# alpha still broken
# plain i386 is not supported; mono uses cmpxchg/xadd which require i486
@@ -205,9 +204,11 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
-sed -i -e 's at a=`which "$0"`@a="/usr/bin/whatever"@' scripts/mono-find-provides.in
-sed -i -e 's at a=`which "$0"`@a="/usr/bin/whatever"@' scripts/mono-find-requires.in
+# obsolted -> included in script_fixes patch
+#sed -i -e 's at a=`which "$0"`@a="/usr/bin/whatever"@' scripts/mono-find-provides.in
+#sed -i -e 's at a=`which "$0"`@a="/usr/bin/whatever"@' scripts/mono-find-requires.in
%build
cp -f /usr/share/automake/config.sub .
@@ -500,6 +501,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.181 2006/07/23 21:37:53 freetz
+- added script_fixes patch, removed P: for ommited provides by broken
+ script, rel.2 for bootstrap
+
Revision 1.180 2006/07/12 20:06:57 wolf
- 1.1.16.1
- changes in dependency generators cause some problems with mscorlib, so let's
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.180&r2=1.181&f=u
More information about the pld-cvs-commit
mailing list