Summary: Mono IDE Summary(pl): IDE dla Mono Name: monodevelop Version: 0.5 Release: 1 License: GPL Group: Development/Tools Source0: http://mono2.ximian.com/archive/1.0/%{name}-%{version}.tar.gz # Source0-md5: 91d1eb4fe7a52ac1b55fd78dec34bfc1 Patch0: %{name}-MOZILLA_FIVE_HOME.patch Patch1: %{name}-mint.patch Patch2: %{name}-libdir.patch URL: http://www.monodevelop.com/ BuildRequires: ORBit2-devel >= 2.8.3 BuildRequires: autoconf BuildRequires: automake >= 1.7 BuildRequires: dotnet-gtk-sharp-devel >= 1.0 BuildRequires: dotnet-gtksourceview-sharp-devel >= 0.5 BuildRequires: libtool BuildRequires: mono-csharp >= 1.0 BuildRequires: monodoc >= 1.0 BuildRequires: dotnet-gecko-sharp-devel >= 0.5 BuildRequires: sed >= 4.0 BuildRequires: shared-mime-info Requires: mono Requires: monodoc Requires: mozilla-embedded Requires: dotnet-gtksourceview-sharp Requires: dotnet-gecko-sharp Requires: dotnet-gtk-sharp Requires(post,postun): shared-mime-info Obsoletes: MonoDevelop BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Mono IDE, in the very early stages of development right now, and progressing quickly. MonoDevelop has many features. Some of these include: - Class Management MonoDevelop has a class viewer which allows you to list the classes in your project, their methods, and properties. Your namespaces are also kept track of to keep the classes separated. When you add something to your project, it will automatically be added to the class viewer, even if they're namespaces, classes, methods, or even variables. - Code Completion With the .NET and Gtk# frameworks put together, it can be challenging to remember all the classes, methods, or properties that are at your disposal. MonoDevelop's intelligent code completion attempts to complete what you're typing. If it finds a match, just hit tab and MonoDevelop will do the typing for you. - Project Support MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application. %description -l pl MonoDevelop to IDE (zintegrowane środowisko programisty) dla Mono we wczesnym, ale szybko postępującym stadium rozwoju. Ma wiele możliwości, a wśród nich: - zarządzanie klasami MonoDevelop ma przeglądarkę klas pozwalającą wyświetlać klasy w projekcie, ich metody oraz własności. Przestrzenie nazw są uwzględniane, aby zachować separację klas. Przy dodawaniu czegoś do projektu jest to automatycznie dodawane do przeglądarki klas, nawet jeśli są to przestrzenie nazw, klasy, metody, a nawet zmienne. - dopełnianie kodu Przy połączeniu szkieletów .NET i Gtk# pamiętanie samemu wszystkich klas, metod i własności mogłoby być nie lada wyzwaniem. MonoDevelop w sposób inteligentny próbuje dopełniać to, co się pisze. Jeśli znajdzie dopasowanie, wystarczy nacisnąć tabulację, aby dokończył pisać za nas. - obsługa projektów MonoDevelop przychodzi z wbudowanymi projektami, pomagającymi zacząć tworzyć aplikacje konsolowe, Gnome# albo Gtk#. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 # ignore errors from it sed -e 's/update-mime-database/-&/' -i Makefile.am %build rm -rf autom4te.cache %{__libtoolize} %{__aclocal} %{__autoheader} %{__automake} %{__autoconf} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post update-mime-database %{_datadir}/mime %postun update-mime-database %{_datadir}/mime %files -f %{name}.lang %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/* %{_libdir}/%{name} %{_datadir}/mime/packages/* %{_desktopdir}/* %{_pixmapsdir}/*