Summary: A chat program for multiple users. Name: ytalk Version: 3.1.1 Release: 2 License: IBM_ILA Group: Applications/Internet Source: ftp://quatramaran.ens.fr/pub/orabidoo/ytalk/ytalk-%{version}.tar.gz Source1: IBM_ILA Source2: ytalk.txt Url: http://www.iagora.com/~espel/ytalk/ytalk.html BuildRoot: %{_tmppath}/%{name}-root Prefix: %{_prefix} %description The YTalk program is essentially a chat program for multiple users. YTalk works just like the UNIX talk program and even communicates with the same talk daemon(s), but YTalk allows for multiple connections (unlike UNIX talk). YTalk also supports redirection of program output to other users as well as an easy-to-use menu of commands. Install the ytalk package if you need a chat program for multiple users. %define stdlib lib %define liblink ../.. %define DIRS . %define DEFCC cc %prep %setup -q # Add license info cat $RPM_SOURCE_DIR/IBM_ILA > LICENSE cat $RPM_SOURCE_DIR/ytalk.txt >> LICENSE %build # Use the default compiler for this platform - gcc otherwise if [[ -z "$CC" ]] then if test "X`type %{DEFCC} 2>/dev/null`" != 'X'; then export CC=%{DEFCC} else export CC=gcc fi fi if [[ "$CC" != "gcc" ]] then export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's:-fsigned-char::'` fi export CFLAGS=$RPM_OPT_FLAGS %configure make %install %makeinstall ( cd $RPM_BUILD_ROOT /usr/bin/strip .%{prefix}/bin/* || : mkdir -p usr/bin cd usr/bin ln -sf ../..%{prefix}/bin/* . cd - ) %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc LICENSE %{_bindir}/* %{_mandir}/*/* /usr/bin/ytalk %changelog * Fri Nov 22 2002 David Clissold - Add IBM ILA license. * Tue Aug 14 2001 David Clissold - Initial release for AIX Toolbox * Tue Feb 27 2001 Preston Brown - don't own manpage dir * Thu Jul 13 2000 Prospector - automatic rebuild * Sun Jun 18 2000 Than Ngo - rebuilt in the new build environment - FHS packaging. * Sat May 27 2000 Ngo Than - update to 3.1.1 - put man pages to correct place - cleanup specfile * Wed Apr 5 2000 Bill Nottingham - rebuild against current ncurses/readline * Mon Feb 07 2000 Preston Brown - rebuild to gzip man page * Thu Sep 09 1999 Cristian Gafton - rebuild for 6.1 to get rod of bswap polution for i386 * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 3) * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Sun Nov 22 1998 Preston Brown - upgrade to ytalk 3.1 * Sat Oct 10 1998 Cristian Gafton - strip binary * Sun Aug 16 1998 Jeff Johnson - build root * Fri Apr 24 1998 Prospector System - translations modified for de, fr, tr * Wed Apr 15 1998 Erik Troan - built against new ncurses * Thu Jul 31 1997 Erik Troan - built against glibc