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