auto-import changelog data from tcsh-6.12-8.src.rpm
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Feb 10 2004 Nalin Dahyabhai <nalin@redhat.com> 6.12-7 - remove declaration of setpgrp() which conflicts with libc's (#115185)
This commit is contained in:
parent
d6fc2287d6
commit
a0c3df2255
12
tcsh.spec
12
tcsh.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: An enhanced version of csh, the C shell.
|
Summary: An enhanced version of csh, the C shell.
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.12
|
Version: 6.12
|
||||||
Release: 6
|
Release: 8
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
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
|
Patch6: tcsh-6.10.00-glibc_compat.patch
|
||||||
Patch7: tcsh-6.10.00-dspmbyte.patch
|
Patch7: tcsh-6.10.00-dspmbyte.patch
|
||||||
Patch8: tcsh-6.11.00-termcap.patch
|
Patch8: tcsh-6.11.00-termcap.patch
|
||||||
|
Patch9: tcsh-6.12.00-setpgrp.patch
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
Prereq: fileutils, grep
|
Prereq: fileutils, grep
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
@ -44,6 +45,7 @@ like syntax.
|
|||||||
%patch6 -p1 -b .glibc_compat
|
%patch6 -p1 -b .glibc_compat
|
||||||
%patch7 -p1 -b .mbyte
|
%patch7 -p1 -b .mbyte
|
||||||
%patch8 -p1 -b .termcap
|
%patch8 -p1 -b .termcap
|
||||||
|
%patch9 -p1 -b .setpgrp
|
||||||
nroff -me eight-bit.me > eight-bit.txt
|
nroff -me eight-bit.me > eight-bit.txt
|
||||||
autoreconf
|
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
|
# Workaround for problem with gcc-3.2.1-1 as of 2002-12-05 -ECL
|
||||||
export CFLAGS="-O1 -fPIC"
|
export CFLAGS="-O1 -fPIC"
|
||||||
%endif
|
%endif
|
||||||
%configure
|
%configure --without-hesiod
|
||||||
make all
|
make all
|
||||||
%{__perl} tcsh.man2html
|
%{__perl} tcsh.man2html
|
||||||
make -C nls catalogs
|
make -C nls catalogs
|
||||||
@ -138,6 +140,12 @@ fi
|
|||||||
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh*
|
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Feb 10 2004 Nalin Dahyabhai <nalin@redhat.com> 6.12-7
|
||||||
|
- remove declaration of setpgrp() which conflicts with libc's (#115185)
|
||||||
|
|
||||||
* Fri Nov 21 2003 Nalin Dahyabhai <nalin@redhat.com> 6.12-6
|
* Fri Nov 21 2003 Nalin Dahyabhai <nalin@redhat.com> 6.12-6
|
||||||
- add missing buildprereqs on groff, libtermcap-devel (#110599)
|
- add missing buildprereqs on groff, libtermcap-devel (#110599)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user