]> git.pld-linux.org Git - packages/monodevelop.git/blame - monodevelop.spec
- added patch update-mime-database
[packages/monodevelop.git] / monodevelop.spec
CommitLineData
9c1247a6 1%define monoversion 1.1.5
6b471955 2Summary: Mono IDE
3Summary(pl): IDE dla Mono
4Name: monodevelop
2d2b7c29 5Version: 0.6
6Release: 1
6b471955 7License: GPL
8Group: Development/Tools
5d4fe8a0 9Source0: http://mono2.ximian.com/archive/%{monoversion}/%{name}-%{version}.tar.gz
dd100f3f 10# Source0-md5: 0cf7524360913394ea7fa1bc434b7f0c
6b471955 11Patch0: %{name}-MOZILLA_FIVE_HOME.patch
5d4fe8a0 12Patch1: %{name}-locale_names.patch
464f846a 13#Patch2: %{name}-libdir.patch
34cc7e74 14Patch3: %{name}-desktop.patch
464f846a 15Patch4: %{name}-install.patch
6b471955 16URL: http://www.monodevelop.com/
17BuildRequires: ORBit2-devel >= 2.8.3
18BuildRequires: autoconf
bf2e1bfb 19BuildRequires: automake >= 1:1.7
464f846a 20BuildRequires: dotnet-gecko-sharp-devel >= 0.7
21BuildRequires: dotnet-gtk-sharp-devel >= 1.9.2
22BuildRequires: dotnet-gtksourceview-sharp-devel >= 0.7
7cbee276 23BuildRequires: intltool
6b471955 24BuildRequires: libtool
464f846a 25BuildRequires: mono-csharp >= 1.1
4a9e8acc 26BuildRequires: monodoc >= 1.0
ed84cb0c 27BuildRequires: sed >= 4.0
515a83a9 28BuildRequires: shared-mime-info
6455ccbd
MK
29Requires: mono
30Requires: monodoc
31Requires: mozilla-embedded
c90eabad 32Requires: dotnet-gtksourceview-sharp
6455ccbd
MK
33Requires: dotnet-gecko-sharp
34Requires: dotnet-gtk-sharp
515a83a9 35Requires(post,postun): shared-mime-info
6b471955 36Obsoletes: MonoDevelop
8a5abee8 37ExcludeArch: alpha
6b471955 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41Mono IDE, in the very early stages of development right now, and
42progressing quickly. MonoDevelop has many features. Some of these
43include:
44- Class Management
45 MonoDevelop has a class viewer which allows you to list the classes
46 in your project, their methods, and properties. Your namespaces are
47 also kept track of to keep the classes separated. When you add
48 something to your project, it will automatically be added to the
49 class viewer, even if they're namespaces, classes, methods, or even
50 variables.
51- Code Completion
52 With the .NET and Gtk# frameworks put together, it can be
53 challenging to remember all the classes, methods, or properties that
54 are at your disposal. MonoDevelop's intelligent code completion
55 attempts to complete what you're typing. If it finds a match, just
56 hit tab and MonoDevelop will do the typing for you.
57- Project Support
58 MonoDevelop comes with built in projects that help get you started
59 with your console, Gnome# or Gtk# application.
60
61%description -l pl
62