From 0f254ba9479ecd6461506ad010563572f31d79d7 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 22 Jun 2000 22:05:13 +0000 Subject: [PATCH] - update to 3.9.5 (release 8 for allow upgrade from RH 6.2), - merged patches from rawhide, - spec adapterized, - new Source url. Changed files: screen.spec -> 1.27 --- screen.spec | 68 +++++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/screen.spec b/screen.spec index 51e42eb..43265e2 100644 --- a/screen.spec +++ b/screen.spec @@ -4,22 +4,24 @@ Summary(fr): screen - g Summary(pl): Screen - Program zarz±dzaj±cy sesjami na jednym terminalu Summary(tr): Bir uçbirimde birden fazla oturumu düzenler Name: screen -Version: 3.9.4 -Release: 5 -Copyright: GPL +Version: 3.9.5 +Release: 8 +License: GPL Group: Utilities/Terminal Group(pl): Narzêdzia/Terminal -Source: ftp://ftp.gnu.org/pub/gnu/screen/%{name}-%{version}.tar.gz +Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/%{name}-%{version}.tar.gz Patch0: screen-info.patch Patch1: screen-tty.patch -Patch2: screen-pty.patch -Patch3: screen-notmp.patch -Patch4: screen-compat21.patch -Patch5: screen-DESTDIR.patch -Patch6: screen-doc_fixes.patch -Patch7: screen-texinfo_doc_fixes.patch -Patch8: screen-ncurses.patch -Patch9: screen-home_etc.patch +Patch2: screen-notmp.patch +Patch3: screen-compat21.patch +Patch4: screen-DESTDIR.patch +Patch5: screen-doc_fixes.patch +Patch6: screen-texinfo_doc_fixes.patch +Patch7: screen-ncurses.patch +Patch8: screen-home_etc.patch +Patch9: screen-md5.patch +Patch10: screen-ia64.patch +Patch11: screen-jbj.patch BuildRequires: ncurses-devel >= 5.0 BuildRequires: utempter-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,37 +29,39 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc %description -Screen is a program that allows you to have multiple logins on one terminal. -It is useful in situations where you are telnetted into a machine or -connected via a dumb terminal and want more than just one login. +Screen is a program that allows you to have multiple logins on one +terminal. It is useful in situations where you are telnetted into a +machine or connected via a dumb terminal and want more than just one +login. %description -l de Screens ist ein Programm, das Ihnen erlaubt, sich auf einem Terminal -mehrfach einzuloggen - was nützlich sein kann, wenn Sie über ein dummes -Terminal eine Telnetverbindung zu einem Rechner haben und mehr als ein Login -benötigen. +mehrfach einzuloggen - was nützlich sein kann, wenn Sie über ein +dummes Terminal eine Telnetverbindung zu einem Rechner haben und mehr +als ein Login benötigen. %description -l fr -Screen est un programme permettant plusieurs connexions sur un terminal. Il -est utile pour ouvrir plusieurs sessions à la fois, si vous voulez ouvrir -une session telnet sur une autre machine et voulez plus d'une connexion. +Screen est un programme permettant plusieurs connexions sur un +terminal. Il est utile pour ouvrir plusieurs sessions à la fois, si +vous voulez ouvrir une session telnet sur une autre machine et voulez +plus d'une connexion. %description -l pl -Screen jest programem, który umo¿liwia otworzenie wielu sesji na jednym -terminalu. Jest to bardzo przydatne, przy po³±czeniach z terminali nie -umo¿liwiaj±cych otwarcia kilku sesji w systemie. Screen umo¿liwia ponadto -powrót do otwartych sesji w przypadku przerwania po³±czenia z terminalem. +Screen jest programem, który umo¿liwia otworzenie wielu sesji na +jednym terminalu. Jest to bardzo przydatne, przy po³±czeniach z +terminali nie umo¿liwiaj±cych otwarcia kilku sesji w systemie. Screen +umo¿liwia ponadto powrót do otwartych sesji w przypadku przerwania +po³±czenia z terminalem. %description -l tr -Screen, ayný uçbirimde birden fazla oturum olanaðý saðlayan bir programdýr. -Bir makinaya telnet programý ile ya da programlanamaz bir uçbirim üzerinden -baðlantý kurduðunuz durumlarda kullanýþlýdýr. +Screen, ayný uçbirimde birden fazla oturum olanaðý saðlayan bir +programdýr. Bir makinaya telnet programý ile ya da programlanamaz bir +uçbirim üzerinden baðlantý kurduðunuz durumlarda kullanýþlýdýr. %prep %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 @@ -65,6 +69,8 @@ ba %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 %build LDFLAGS="-s"; export LDFLAGS @@ -80,7 +86,7 @@ install -d $RPM_BUILD_ROOT/{etc/skel,%{_bindir},%{_mandir}/man1,%{_infodir}} install -s screen $RPM_BUILD_ROOT%{_bindir} install doc/screen.1 $RPM_BUILD_ROOT%{_mandir}/man1 install doc/screen.info* $RPM_BUILD_ROOT%{_infodir} -install etc/etcscreenrc $RPM_BUILD_ROOT/etc/screenrc +install etc/etcscreenrc $RPM_BUILD_ROOT%{_sysconfdir}/screenrc install etc/screenrc $RPM_BUILD_ROOT/etc/skel/.screenrc gzip -9nf $RPM_BUILD_ROOT/{%{_infodir}/screen.info*,%{_mandir}/man1/*} \ @@ -98,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz -%config(noreplace) %verify(not md5 mtime size) /etc/screenrc +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/screenrc %attr(755,root,root) %{_bindir}/screen %{_mandir}/man1/* %{_infodir}/screen.info* -- 2.44.0