|
|
@@ -33,8 +33,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
-Version: 1.1.2
|
|
|
-Release: 20041104
|
|
|
+Version: 1.0.5
|
|
|
+Release: 20050201
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.go-mono.com/archive/%{version}/mono-%{version}.tar.gz
|
|
|
@@ -49,6 +49,7 @@ BuildPreReq: glib2, glib2::with_threads = yes
|
|
|
PreReq: glib2, glib2::with_threads = yes
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
+Conflicts: pnet
|
|
|
|
|
|
%description
|
|
|
The Mono project is an open source effort to create a free Unix
|
|
|
@@ -60,7 +61,7 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog mono = {
|
|
|
- comment = "ms: 1.3 monoburg Fatal error 'Spinlock called when not threaded.'"
|
|
|
+ comment = "tho: 1.1.x is development tree; stay with 1.0.x until 1.2"
|
|
|
version = %{version}
|
|
|
url = http://www.go-mono.com/download.html
|
|
|
regex = mono-(__VER__)\.tar\.gz
|
|
|
@@ -100,6 +101,11 @@ AutoReqProv: no
|
|
|
%{l_make} %{l_mflags -O}
|
|
|
|
|
|
%install
|
|
|
+ # use a working install to create subdirs
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;\$(mkdir_p);%{l_prefix}/bin/ginstall -d;' \
|
|
|
+ Makefile */Makefile */*/Makefile
|
|
|
+
|
|
|
# install program
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
|