auto-import changelog data from tcsh-6.12-4.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 6.12-3 - Merge changes from 8.0-hammer Tue Nov 19 2002 Nalin Dahyabhai <nalin@redhat.com> 6.12-3 - rebuild
This commit is contained in:
parent
e592de34f4
commit
fdf4155f36
15
tcsh.spec
15
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: 2
|
Release: 4
|
||||||
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
|
||||||
@ -72,6 +72,10 @@ done
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cp /usr/share/libtool/config.{sub,guess} .
|
cp /usr/share/libtool/config.{sub,guess} .
|
||||||
|
%ifarch x86_64
|
||||||
|
# Workaround for problem with gcc-3.2.1-1 as of 2002-12-05 -ECL
|
||||||
|
export CFLAGS="-O1 -fPIC"
|
||||||
|
%endif
|
||||||
%configure
|
%configure
|
||||||
make all
|
make all
|
||||||
%{__perl} tcsh.man2html
|
%{__perl} tcsh.man2html
|
||||||
@ -133,6 +137,15 @@ fi
|
|||||||
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh*
|
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 6.12-3
|
||||||
|
- Merge changes from 8.0-hammer
|
||||||
|
|
||||||
|
* Tue Nov 19 2002 Nalin Dahyabhai <nalin@redhat.com> 6.12-3
|
||||||
|
- rebuild
|
||||||
|
|
||||||
* Thu Aug 08 2002 Phil Knirsch <pknirsch@redhat.com> 6.12-2
|
* Thu Aug 08 2002 Phil Knirsch <pknirsch@redhat.com> 6.12-2
|
||||||
- Added csh.1 symlink to manpages.
|
- Added csh.1 symlink to manpages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user