1 Summary: The mono CIL runtime
, suitable
for running .NET code
6 Group: System Environment
/Base
7 # the original file is in .gz format but I want to save a few bytes
8 Source0: http
://go
-mono.com
/archive
/mono
-@VERSION@.tar.gz
9 URL: http
://go
-mono.com
/
10 BuildRoot: %{_tmppath}/%{name}-root
11 Requires: /sbin
/ldconfig
, libxml2
, libxslt
12 BuildRequires
: libgc
-devel
14 Packager: Miguel de Icaza
<miguel@ximian.com
>
15 Requires: mono
-classes
18 The Mono runtime implements a JIT engine
for the ECMA CLI virtual machine
(as
19 well as a byte code interpreter
, the class loader
, the garbage collector
, threading system and
20 metadata access libraries.
23 Summary: Files and programs needed
for mono development
24 Group: Development
/Tools
25 PreReq
: %{name} = %{version}-%{release}
28 Header files
, programs and documentation needed to develop programs with
29 the Mono .NET implementation
45 %post -p
/sbin
/ldconfig
47 %postun -p
/sbin
/ldconfig
50 %defattr(-, root
, root
)
51 %doc AUTHORS COPYING.LIB ChangeLog NEWS README
55 %{_mandir}/man1
/mono.
*
56 %{_mandir}/man1
/mint.
*
60 %defattr(-, root
, root
)
66 %{_libdir}/pkgconfig
/*
68 %{_mandir}/man1
/monodis.
*
69 %{_mandir}/man1
/monostyle.
*
70 %{_mandir}/man1
/monoburg.
*
75 * Wed Aug
21 2002 Miguel de Icaza
<miguel@ximian.com
>
76 Few touches
, check into cvs
78 * Mon Aug
19 2002 Daniel Resare
<noa@resare.com
>
79 - Initial RPM release.