diff --git a/tcsh.spec b/tcsh.spec index b82ebbb..2425824 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.12 -Release: 6 +Release: 8 License: distributable Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -16,6 +16,7 @@ Patch5: tcsh-6.09.00-locale.patch Patch6: tcsh-6.10.00-glibc_compat.patch Patch7: tcsh-6.10.00-dspmbyte.patch Patch8: tcsh-6.11.00-termcap.patch +Patch9: tcsh-6.12.00-setpgrp.patch Provides: csh = %{version} Prereq: fileutils, grep URL: http://www.tcsh.org/ @@ -44,6 +45,7 @@ like syntax. %patch6 -p1 -b .glibc_compat %patch7 -p1 -b .mbyte %patch8 -p1 -b .termcap +%patch9 -p1 -b .setpgrp nroff -me eight-bit.me > eight-bit.txt autoreconf @@ -77,7 +79,7 @@ cp /usr/share/libtool/config.{sub,guess} . # Workaround for problem with gcc-3.2.1-1 as of 2002-12-05 -ECL export CFLAGS="-O1 -fPIC" %endif -%configure +%configure --without-hesiod make all %{__perl} tcsh.man2html make -C nls catalogs @@ -138,6 +140,12 @@ fi %lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh* %changelog +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Tue Feb 10 2004 Nalin Dahyabhai 6.12-7 +- remove declaration of setpgrp() which conflicts with libc's (#115185) + * Fri Nov 21 2003 Nalin Dahyabhai 6.12-6 - add missing buildprereqs on groff, libtermcap-devel (#110599)