X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=GXedit.spec;h=c346528712c9ac34f6d349009bfe0d8a1af8a958;hb=f07e72fb576d7d6ccf9860fc72152c27752b6420;hp=d55adb51307a3d76f06aefa6c96918e648fcd038;hpb=e244962434de627bacc4cdddb156a3a2d905f8bf;p=packages%2FGXedit.git diff --git a/GXedit.spec b/GXedit.spec index d55adb5..c346528 100644 --- a/GXedit.spec +++ b/GXedit.spec @@ -1,72 +1,78 @@ -Summary: A multi-function text editor using GTK+ +Summary: A multi-function text editor using GTK+ +Summary(es): Editor de textos multifunciones que usa GTK+ Summary(pl): Wielofunkcyjny edytor tekstu wykorzystuj±cy GTK+ +Summary(pt): Editor de textos multifunção que usa o GTK+ Name: GXedit Version: 1.23 -Release: 5 +Release: 14 +License: GPL Group: X11/Applications/Editors -Group(pl): X11/Aplikacje/Edytory -Copyright: Freely distributable -URL: http://devplanet.fastethernet.net/gxedit.html +# working: ftp://ibiblio.org/pub/Linux/apps/editors/X/%{name}-%{version}.tar.gz 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 +# Source0-md5: afbd834a2fbb73b598e600f23655c13d +Source1: %{name}.desktop +Patch0: %{name}-config.patch +Patch1: %{name}-makefile.patch +Patch2: %{name}-nobash.patch +Patch3: %{name}-time.patch +BuildRequires: gtk+-devel >= 1.2.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 %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. +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 es +Editor de textos multifunciones que usa GTK+. %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. +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 takich funkcji jak pasek narzêdzi, 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. + +%description -l pt_BR +O GXedit é um editor de textos gráficos com múltiplas funções que +utiliza o GTK+. %prep %setup -n %{name}%{version} -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build sed s^/usr/doc/GXedit/^%{_defaultdocdir}/%{name}-%{version}/^g gxedit.c > gxedit.c.new mv -f gxedit.c.new gxedit.c -make OPTFLAGS="$RPM_OPT_FLAGS -Wall" gxe +%{__make} OPTFLAGS="%{rpmcflags} -Wall" gxe %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},/etc/X11/applnk/Editors} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}} -make install \ +%{__make} install \ SHARE=$RPM_BUILD_ROOT%{_datadir}/ \ INSTALL_DIR=$RPM_BUILD_ROOT%{_bindir}/ -install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Editors - -gzip -9nf docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps \ - README CHANGELOG docs/DEPENDENCIES +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %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 +%doc docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps +%doc README CHANGELOG docs/DEPENDENCIES example.gxeditrc %attr(755,root,root) %{_bindir}/* -/etc/X11/applnk/Editors/GXedit.desktop +%{_desktopdir}/GXedit.desktop %{_datadir}/GXedit