SPECS: qemacs.spec (NEW) - initial, NFY (just I'm saving my work)

twittner twittner at pld-linux.org
Tue Oct 30 00:34:01 CET 2007


Author: twittner                     Date: Mon Oct 29 23:34:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, NFY (just I'm saving my work)

---- Files affected:
SPECS:
   qemacs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qemacs.spec
diff -u /dev/null SPECS/qemacs.spec:1.1
--- /dev/null	Tue Oct 30 00:34:01 2007
+++ SPECS/qemacs.spec	Tue Oct 30 00:33:56 2007
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+#
+%define		_cvs	cvs.20050713
+#
+Summary:	A small heavy featured editor
+#Summary(pl.UTF-8):	-
+Name:		qemacs
+Version:	0.3.1
+Release:	%{_cvs}.0.1
+License:	LGPL
+Group:		Applications/Editors
+Source0:	http://ftp.de.debian.org/debian/pool/main/q/%{name}/%{name}_%{version}.%{_cvs}.orig.tar.gz
+# http://ftp.de.debian.org/debian/pool/main/q/qemacs/qemacs_0.3.1.cvs.20050713-5.diff.gz
+Patch0:		%{name}-html2png-libpng.patch
+Patch1:		%{name}-Makefile.patch
+URL:		http://fabrice.bellard.free.fr/qemacs/
+BuildRequires:	libpng-devel
+#BuildRequires:	tons of xorgs-foo-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QEmacs (for Quick Emacs) is a very small but powerful editor with an Emacs look and feel. Its features include: 
+ * "All" Emacs common features,
+ * Works on any VT100 terminals without termcap,
+ * X11 support, with multiple simultaneous proportional fonts. Xft extension
+   supported for anti aliased font display.
+ * Highly optimized handling of huge files,
+ * Full UTF8 support, including Unicode-conformant bidirectional editing,
+   with Arabic and Indic scripts handling (in progress),
+ * WYSIWYG HTML/XML/CSS2 mode graphical editing, with lynx-like rendering
+   for VT100 terminals,
+ * WYSIWYG DocBook mode based on XML/CSS2 renderer,
+ * C mode with coloring with immediate update and emacs-like auto-indent,
+ * Interactive-shell mode using colorized VT100 emulation,
+ * Compile mode with next/prev error,
+ * Input methods for most languages (from the Yudit editor) including Chinese,
+ * X Input methods,
+ * Hexadecimal editing mode with insertion and block commands,
+ * Unicode hexa editing of UTF8 files,
+ * UTF8 VT100 support with double width glyphs,
+ * Small (full version is 150KB big).
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
+
+%build
+%configure \
+	--cc="%{__cc}"
+
+%{__make} -j1
+
+%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 AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+
+%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  2007/10/29 23:33:56  twittner
+- initial, NFY (just I'm saving my work)
+
+Revision 1.6  2007/07/01 14:38:10  spider
+- added gpl3
+
+Revision 1.5  2007/02/12 22:09:17  glen
+- tabs in preamble
+
+Revision 1.4  2007/02/12 01:06:34  baggins
+- converted to UTF-8
+
+Revision 1.3  2006/12/26 22:35:56  qboosh
+- killed spaces at eol
+
+Revision 1.2  2006/03/09 11:16:26  qboosh
+- tabs
+
+Revision 1.1  2006/03/05 09:12:27  spider
+- for simple programs, which needs to work only, configure, make, make install
================================================================


More information about the pld-cvs-commit mailing list