]> git.pld-linux.org Git - packages/monodevelop.git/commitdiff
- moved from MonoDevelop.spec and updated to 0.1
authorgrzegol <grzegol@pld-linux.org>
Fri, 5 Mar 2004 16:45:30 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monodevelop.spec -> 1.1

monodevelop.spec [new file with mode: 0644]

diff --git a/monodevelop.spec b/monodevelop.spec
new file mode 100644 (file)
index 0000000..0a5af64
--- /dev/null
@@ -0,0 +1,96 @@
+Summary:       Mono IDE
+Summary(pl):   IDE dla Mono
+Name:          monodevelop
+Version:       0.1
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://go-mono.com/archive/%{name}-%{version}.tar.gz
+# Source0-md5: f7c036aaa4aae667662b9aa0229d4c95
+Patch0:                %{name}-MOZILLA_FIVE_HOME.patch
+URL:           http://www.monodevelop.com/
+BuildRequires: ORBit2-devel >= 2.8.3
+BuildRequires: autoconf
+BuildRequires: automake >= 1.7
+BuildRequires: gtk-sharp-devel >= 0.17
+BuildRequires: gtksourceview-sharp-devel
+BuildRequires: libtool
+BuildRequires: mono-csharp
+BuildRequires:  mono-devel
+BuildRequires: mozilla-devel
+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
+
+%build
+rm -rf autom4te.cache
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc KNOWN_ISSUES README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/%{name}
+%{_datadir}/application-registry/*
+%{_datadir}/mime-info/*
+%{_desktopdir}/*
+%{_pixmapsdir}/*
This page took 0.03462 seconds and 4 git commands to generate.