2024-01-05 20:05:12 +01:00
|
|
|
Name: zsh
|
2024-01-05 20:05:12 +01:00
|
|
|
Version: 5.8.1
|
2024-01-05 20:05:12 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 20:05:12 +01:00
|
|
|
Summary: A shell designed for interactive us
|
|
|
|
Group: Applications/Shells
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:05:12 +01:00
|
|
|
URL: https://www.zsh.org/
|
2024-01-05 20:05:12 +01:00
|
|
|
Source: https://downloads.sourceforge.net/project/zsh/zsh/%{version}/zsh-%{version}.tar.xz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgdbm-devel
|
|
|
|
BuildRequires: libncurses-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 20:05:12 +01:00
|
|
|
Provides: /bin/zsh
|
2024-01-05 20:05:12 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Zsh is a shell designed for interactive use, although it is also a powerful scripting language. More information can be found on the "Zsh Web Pages" sites.
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
%debug_package
|
2024-01-05 20:05:12 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2024-01-05 20:05:12 +01:00
|
|
|
--bindir=%{_bindir} \
|
2024-01-05 20:05:12 +01:00
|
|
|
--with-tcsetpgrp
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 20:05:12 +01:00
|
|
|
%{_bindir}/zsh
|
|
|
|
%{_bindir}/zsh-%{version}
|
2024-01-05 20:05:12 +01:00
|
|
|
%dir %{_libdir}/zsh/%{version}/zsh
|
|
|
|
%{_libdir}/zsh/%{version}/zsh/*.so
|
|
|
|
%dir %{_libdir}/zsh/%{version}/zsh/db
|
|
|
|
%{_libdir}/zsh/%{version}/zsh/db/*.so
|
|
|
|
%dir %{_libdir}/zsh/%{version}/zsh/net
|
|
|
|
%{_libdir}/zsh/%{version}/zsh/net/*.so
|
|
|
|
%dir %{_libdir}/zsh/%{version}/zsh/param
|
|
|
|
%{_libdir}/zsh/%{version}/zsh/param/*.so
|
|
|
|
%dir %{_datadir}/zsh/%{version}
|
|
|
|
%dir %{_datadir}/zsh/%{version}/functions
|
|
|
|
%{_datadir}/zsh/%{version}/functions/*
|
|
|
|
%dir %{_datadir}/zsh/%{version}/help
|
|
|
|
%{_datadir}/zsh/%{version}/help/*
|
|
|
|
%dir %{_datadir}/zsh/%{version}/scripts
|
|
|
|
%{_datadir}/zsh/%{version}/scripts/*
|
|
|
|
%{_mandir}/man1/zsh*.1*
|
|
|
|
%doc LICENCE
|
|
|
|
#% doc ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:05:12 +01:00
|
|
|
* Sun Apr 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.8.1-2mamba
|
|
|
|
- rebuilt in %_bindir
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Mon Feb 14 2022 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Tue Feb 25 2020 Automatic Build System <autodist@mambasoft.it> 5.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Mon Feb 04 2019 Automatic Build System <autodist@mambasoft.it> 5.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Sun Sep 16 2018 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Fri Sep 14 2018 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Thu Apr 19 2018 Automatic Build System <autodist@mambasoft.it> 5.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Fri Apr 13 2018 Automatic Build System <autodist@mambasoft.it> 5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:05:12 +01:00
|
|
|
* Thu Nov 30 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.2-1mamba
|
|
|
|
- package created using the webbuild interface
|