]> git.pld-linux.org Git - packages/mono.git/blame - mono.spec
- mono-compiler doesn't require ilasm
[packages/mono.git] / mono.spec
Content-type: text/html ]> git.pld-linux.org Git - packages/mono.git/blame - mono.spec


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 175.
This page took 0.03075 seconds and 4 git commands to generate.
CommitLineData
728c2265 1Summary: Common Language Infrastructure implementation
5b38e393 2Summary(pl): Implementacja Common Language Infrastructure
728c2265 3Name: mono
5b38e393 4Version: 0.26
6ec58c77 5Release: 2
2affc12a 6License: LGPL
728c2265 7Group: Development/Languages
728c2265 8Source0: http://www.go-mono.com/archive/%{name}-%{version}.tar.gz
5b38e393 9# Source0-md5: 6821b1e8e4493109d9d42a90a631223a
803d9b0d 10Source1: http://www.go-mono.com/archive/mcs-%{version}.tar.gz
5b38e393 11# Source1-md5: 4ccc74667ff4d79ba08b341d2e684921
0eeed8fb 12Patch0: %{name}-nolibs.patch
728c2265 13URL: http://www.go-mono.com/
8aa3dace 14BuildRequires: autoconf
15BuildRequires: automake
3c4b0944 16BuildRequires: bison
fdd46781 17BuildRequires: gc-devel >= 6.0-3
2affc12a 18BuildRequires: glib2-devel
8aa3dace 19BuildRequires: libtool
2affc12a 20BuildRequires: pkgconfig
728c2265
AM
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24The Common Language Infrastructure platform. Microsoft has created a
25new development platform. The highlights of this new development
26platform are:
27- A runtime environment that provides garbage collection, threading
28 and a virtual machine specification (The Virtual Execution System,
8aa3dace 29 VES),
30- A comprehensive class library,
728c2265 31- A new language, C#. Very similar to Java, C# allows programmers to
8aa3dace 32 use all the features available on the .NET runtime,
728c2265
AM
33- A language specification that compilers can follow if they want to
34 generate classes and code that can interoperate with other programming
8aa3dace 35 languages (The Common Language Specification: CLS).
728c2265
AM
36
37%description -l pl
38