SPECS: geany.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Mon Nov 21 06:52:12 CET 2005
Author: aredridel Date: Mon Nov 21 05:52:12 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
geany.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/geany.spec
diff -u /dev/null SPECS/geany.spec:1.1
--- /dev/null Mon Nov 21 06:52:12 2005
+++ SPECS/geany.spec Mon Nov 21 06:52:07 2005
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with tests # build with tests
+%bcond_without tests # build without tests
+#
+Summary: GTK Programmer's Editor
+Name: geany
+Version: 0.3
+Release: 1
+License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group: Applications
+Source0: http://geany.uvena.de/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 64bc92e6d0582bc3594537da5fa7cf91
+URL: http://geany.uvena.de/
+BuildRequires: gtk+2-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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. So it uses only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany.
+
+Basic features of Geany
+- syntax highlighting
+- code completion
+- auto completion of often used constructs like if, for and while
+- auto completion of XML and HTML tags
+- call tips
+- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
+- symbol lists
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README THANKS TODO doc
+%attr(755,root,root) %{_bindir}/geany
+%{_desktopdir}/geany.desktop
+%{_datadir}/%{name}
+%{_pixmapsdir}/geany.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/11/21 05:52:07 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list