rebuilt in /usr/bin; added debug_package [release 6.22.04-2mamba;Wed Apr 28 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 18:21:56 +01:00
parent 04951e4e73
commit 922bd858a2

View File

@ -1,53 +1,50 @@
Name: tcsh Name: tcsh
Version: 6.22.04 Version: 6.22.04
Release: 1mamba Release: 2mamba
Summary: An enhanced version of csh, the C shell Summary: An enhanced version of csh, the C shell
Group: Applications/Shells Group: Applications/Shells
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.primate.wisc.edu/software/csh-tcsh-book/ URL: https://www.tcsh.org/
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
%description %description
Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcsh is an enhanced but completely compatible version of csh, the C shell.
Tcsh is a command language interpreter which can be used both as an interactive login shell and as a shell script command processor. Tcsh is a command language interpreter which can be used both as an interactive login shell and as a shell script command processor.
Tcsh includes a command line editor, programmable word completion, spelling correction, a history mechanism, job control and a C language like syntax. Tcsh includes a command line editor, programmable word completion, spelling correction, a history mechanism, job control and a C language like syntax.
%prep %debug_package
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%prep
%setup -q -n tcsh-%{version} %setup -q -n tcsh-%{version}
%build %build
%configure \ %configure \
--bindir=/bin \
--enable-encryption --enable-encryption
# --prefix=%{_prefix} \
# --mandir=%{_mandir} \
# --infodir=%{_infodir} \
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
#mkdir -p %{buildroot}%{_mandir}/man1
#cp tcsh.man %{buildroot}%{_mandir}/man1/tcsh.1 ln -s tcsh %{buildroot}%{_bindir}/csh
ln -s tcsh %{buildroot}/bin/csh #mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_bindir} #ln -s /bin/tcsh %{buildroot}%{_bindir}/tcsh
ln -s /bin/tcsh %{buildroot}%{_bindir}/tcsh
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
/bin/csh %{_bindir}/csh
/bin/tcsh
%{_bindir}/tcsh %{_bindir}/tcsh
%{_mandir}/man1/*
%lang(C) %{_datadir}/locale/C/LC_MESSAGES/tcsh.cat %lang(C) %{_datadir}/locale/C/LC_MESSAGES/tcsh.cat
%lang(de) %{_datadir}/locale/de/LC_MESSAGES/tcsh.cat %lang(de) %{_datadir}/locale/de/LC_MESSAGES/tcsh.cat
%lang(es) %{_datadir}/locale/es/LC_MESSAGES/tcsh.cat %lang(es) %{_datadir}/locale/es/LC_MESSAGES/tcsh.cat
@ -60,8 +57,12 @@ ln -s /bin/tcsh %{buildroot}%{_bindir}/tcsh
%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/tcsh.cat %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/tcsh.cat
%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/tcsh.cat %lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/tcsh.cat
%lang(ru_UA) %{_datadir}/locale/ru_UA/LC_MESSAGES/tcsh.cat %lang(ru_UA) %{_datadir}/locale/ru_UA/LC_MESSAGES/tcsh.cat
%{_mandir}/man1/*
%changelog %changelog
* Wed Apr 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.22.04-2mamba
- rebuilt in /usr/bin; added debug_package
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 6.22.04-1mamba * Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 6.22.04-1mamba
- automatic version update by autodist - automatic version update by autodist