Summary: A multi-function text editor using GTK+ Summary(pl): Wielofunkcyjny edytor tekstu wykorzystujący GTK+ Name: GXedit Version: 1.23 Release: 3 Group: X11/Applications/Editors Group(pl): X11/Aplikacje/Edytory Copyright: Freely distributable URL: http://devplanet.fastethernet.net/gxedit.html Source0: %{name}%{version}.tar.gz Source1: GXedit.desktop Patch0: GXedit-config.patch Patch1: GXedit-makefile.patch BuildPrereq: gtk+-devel >= 1.2.0 BuildPrereq: glib-devel >= 1.2.0 BuildPrereq: XFree86-devel Buildroot: /tmp/%{name}-%{version}-root %description Here is a fast, easy-to-use editor which is both network- oriented and very secure. GXedit is a graphical text editor which features a toolbar, network bar and tooltips, spell checking, inline help, the ability to send text as e-mail, macros and more. GXedit was designed to balance these and many other features without becoming too bloated. %description -l pl Oto szybki, łatwy w obsłudze edytor, który jest nastawiony na pracę w sieci, a przy tym bardzo bezpieczny. GXedit jest graficznym edytorem tekstu, który dostarcza takie funkcje jak pasek narzędziowy, sprawdzanie pisowni, możliwość wysyłania tekstu pocztą elektroniczną, makra i wiele innych. GXedit został zaprojektowany tak, aby obecność tych i wielu innych funkcji nie wpływała zbytnio na objętość samego programu. %prep %setup -n %{name}%{version} -q %patch0 -p1 %patch1 -p1 %build sed s^/usr/doc/GXedit/^/usr/doc/GXedit-%{version}/^g gxedit.c > gxedit.c.new mv gxedit.c.new gxedit.c make OPTFLAGS="$RPM_OPT_FLAGS -Wall" gxe %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,share/gnome/apps/Applications} make install \ SHARE=$RPM_BUILD_ROOT/usr/X11R6/share \ INSTALL_DIR=$RPM_BUILD_ROOT/usr/X11R6/bin/ install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/gnome/apps/Applications gzip -9nf docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps \ README CHANGELOG docs/DEPENDENCIES %clean rm -r $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {docs/manual.txt,docs/manual.ps,docs/quickref.txt,docs/quickref.ps}.gz %doc {README,CHANGELOG,docs/DEPENDENCIES}.gz example.gxeditrc %attr(755,root,root) /usr/X11R6/bin/* /usr/X11R6/share/gnome/apps/Applications/GXedit.desktop /usr/X11R6/share/GXedit %changelog * Tue Apr 27 1999 Piotr Czerwiński [1.23-3] - cleaned up sepec file for PLD use, - added pl translation, - added new GXedit.desktop file with translation modified for es fr no pl pt, - added GXedit-config.patch instead of gxedit-config.h, - added new GXedit-makefile.patch, - recompiled on rpm 3. * Thu Apr 01 1999 Michael Fulbright - version 1.23 * Fri Mar 19 1999 Michael Fulbright - strip binaries * Sun Mar 06 1999 Michael Fulbright - version 1.22 * Wed Jan 27 1998 Michael Fulbright - first attempt at spec file