From 458b4e9e551c9851e5f312373c311915831732a8 Mon Sep 17 00:00:00 2001 From: undefine Date: Wed, 31 Jul 2002 23:29:15 +0000 Subject: [PATCH] - split Eterm to Eterm and terminfo-Eterm. now on server Eterm (and X...) isn't needed when on workstation is Eterm in use Changed files: Eterm.spec -> 1.45 --- Eterm.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Eterm.spec b/Eterm.spec index 53c5ee5..501b164 100644 --- a/Eterm.spec +++ b/Eterm.spec @@ -4,7 +4,7 @@ Summary(es): Eterm versi Summary(pt_BR): Eterm versão %{version} Name: Eterm Version: 0.9.1 -Release: 8 +Release: 9 License: GPL Group: X11/Applications Source0: http://www.eterm.org/download/Eterm-0.9.1.tar.gz @@ -21,6 +21,7 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: ncurses # for /usr/bin/tic +Requires: terminfo-Eterm = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _terminfodir /usr/share/terminfo @@ -57,6 +58,17 @@ terminal integrado com o Enlightenment, ou simplesmente queiram algo mais agradável para os olhos. O Eterm usa a Imlib para trabalhar com gráficos. +%package -n terminfo-%{name} +Summary: Terminfo entry for Eterm +Summary(pl): Wpis terminfo dla Eterm-a +Group: Applications/Terminal + +%description -n terminfo-%{name} +Terminfo entry for Eterm. + +%description -n terminfo-%{name} -l pl +Wpis terminfo dla Eterma. + %prep %setup -q -a1 %patch0 -p1 @@ -109,4 +121,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %{_datadir}/Eterm %{_applnkdir}/Terminals/* + +%files -n terminfo-%{name} +%defattr(644,root,root,755) %{_terminfodir}/*/* -- 2.44.0