Revision: 3611 http://geany.svn.sourceforge.net/geany/?rev=3611&view=rev Author: eht16 Date: 2009-02-27 14:07:20 +0000 (Fri, 27 Feb 2009)
Log Message: ----------- Update the Packager tag due to Dominic's various contributions. Update description and feature list. Change Source tag to the gzip'ed tarball to be in sync with the Makefile target (thanks to Wolfgang Ocker for reporting).
Modified Paths: -------------- trunk/ChangeLog trunk/geany.spec.in
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-02-27 14:07:06 UTC (rev 3610) +++ trunk/ChangeLog 2009-02-27 14:07:20 UTC (rev 3611) @@ -18,6 +18,11 @@ * plugins/splitwindow.c: Fix possible crash on non-32-bit systems (patch by Wolfgang Ocker, thanks). + * geany.spec.in: + Update the Packager tag due to Dominic's various contributions. + Update description and feature list. + Change Source tag to the gzip'ed tarball to be in sync with the + Makefile target (thanks to Wolfgang Ocker for reporting).
2009-02-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/geany.spec.in =================================================================== --- trunk/geany.spec.in 2009-02-27 14:07:06 UTC (rev 3610) +++ trunk/geany.spec.in 2009-02-27 14:07:20 UTC (rev 3611) @@ -4,26 +4,36 @@ Release: 1 License: GPL2 Group: Development/Tools -Vendor: Enrico Tröger enrico.troeger@uvena.de -Packager: Enrico Tröger enrico.troeger@uvena.de -Source: http://files.uvena.de/geany/%%7Bname%7D-%%7Bversion%7D.tar.bz2 +Vendor: The Geany developer team info@geany.org +Packager: Dominic Hopf dmaphy@gmail.com +Source: http://download.geany.org/%%7Bname%7D-%%7Bversion%7D.tar.gz URL: http://www.geany.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: glib2, gtk2, pango BuildRequires: glib2-devel, gtk2-devel, pango-devel
%description -Geany is a small and fast editor with basic features of an integrated development environment. +Geany is a small and lightweight Integrated Development Environment. It +was developed to provide a small and fast IDE, which has only a few +dependencies from other packages. Another goal was to be as independent +as possible from a special Desktop Environment like KDE or GNOME - +Geany only requires the GTK2 runtime libraries.
-Some features: -- syntax highlighting -- code completion -- code folding -- call tips -- folding -- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal -- symbol lists +Some basic features of Geany:
+- Syntax highlighting +- Code folding +- Symbol name auto-completion +- Construct completion/snippets +- Auto-closing of XML and HTML tags +- Call tips +- Many supported filetypes including C, Java, PHP, HTML, Python, Perl, Pascal, and others +- Symbol lists +- Code navigation +- Build system to compile and execute your code +- Simple project management +- Plugin interface + %prep %setup -q
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.