SPECS: qemacs.spec - finished - qemacs-nox - rel. 1 (runs)

twittner twittner at pld-linux.org
Thu Nov 1 00:30:46 CET 2007


Author: twittner                     Date: Wed Oct 31 23:30:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- finished
- qemacs-nox
- rel. 1 (runs)

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

---- Diffs:

================================================================
Index: SPECS/qemacs.spec
diff -u SPECS/qemacs.spec:1.1 SPECS/qemacs.spec:1.2
--- SPECS/qemacs.spec:1.1	Tue Oct 30 00:33:56 2007
+++ SPECS/qemacs.spec	Thu Nov  1 00:30:41 2007
@@ -6,10 +6,10 @@
 #Summary(pl.UTF-8):	-
 Name:		qemacs
 Version:	0.3.1
-Release:	%{_cvs}.0.1
+Release:	%{_cvs}.1
 License:	LGPL
 Group:		Applications/Editors
-Source0:	http://ftp.de.debian.org/debian/pool/main/q/%{name}/%{name}_%{version}.%{_cvs}.orig.tar.gz
+Source0:	http://ftp.de.debian.org/debian/pool/main/q/qemacs/%{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
@@ -19,26 +19,29 @@
 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).
+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
 
@@ -48,24 +51,44 @@
 %patch1 -p1
 
 %build
-%configure \
+CFLAGS="%{rpmcflags}" %configure \
+	--cc="%{__cc}" \
+	--disable-x11 \
+	--disable-xv \
+	--disable-xrender \
+	--disable-png
+
+%{__make} -j1 \
+	LDFLAGS="%{rpmldflags}"
+mv -f qe qemacs-nox
+
+CFLAGS="%{rpmcflags}" %configure \
 	--cc="%{__cc}"
 
-%{__make} -j1
+%{__make} -j1 \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/qemacs
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install qe.h config.h cutils.h display.h qestyles.h $RPM_BUILD_ROOT%{_includedir}/qemacs
+install qemacs-nox $RPM_BUILD_ROOT%{_bindir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%doc Changelog README TODO
 %attr(755,root,root) %{_bindir}/*
+%{_datadir}/qe
+%{_mandir}/man1/qemacs.1*
+%dir %{_includedir}/qemacs
+%{_includedir}/qemacs/*.h
 
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -73,23 +96,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/10/31 23:30:41  twittner
+- finished
+- qemacs-nox
+- rel. 1 (runs)
+
 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemacs.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list