rebuilt in %_bindir [release 5.8.1-2mamba;Sun Apr 24 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 20:05:12 +01:00
parent 47fb10d18b
commit 94a1d32ff7
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,4 @@
# zsh # zsh
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. 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.

View File

@ -1,6 +1,6 @@
Name: zsh Name: zsh
Version: 5.8.1 Version: 5.8.1
Release: 1mamba Release: 2mamba
Summary: A shell designed for interactive us Summary: A shell designed for interactive us
Group: Applications/Shells Group: Applications/Shells
Vendor: openmamba Vendor: openmamba
@ -14,18 +14,19 @@ BuildRequires: glibc-devel
BuildRequires: libgdbm-devel BuildRequires: libgdbm-devel
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: /bin/zsh
%description %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. 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.
#% debug_package %debug_package
%prep %prep
%setup -q %setup -q
%build %build
%configure \ %configure \
--bindir=/bin \ --bindir=%{_bindir} \
--with-tcsetpgrp --with-tcsetpgrp
%make %make
@ -39,8 +40,8 @@ Zsh is a shell designed for interactive use, although it is also a powerful scri
%files %files
%defattr(-,root,root) %defattr(-,root,root)
/bin/zsh %{_bindir}/zsh
/bin/zsh-%{version} %{_bindir}/zsh-%{version}
%dir %{_libdir}/zsh/%{version}/zsh %dir %{_libdir}/zsh/%{version}/zsh
%{_libdir}/zsh/%{version}/zsh/*.so %{_libdir}/zsh/%{version}/zsh/*.so
%dir %{_libdir}/zsh/%{version}/zsh/db %dir %{_libdir}/zsh/%{version}/zsh/db
@ -61,6 +62,9 @@ Zsh is a shell designed for interactive use, although it is also a powerful scri
#% doc ChangeLog NEWS README #% doc ChangeLog NEWS README
%changelog %changelog
* Sun Apr 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.8.1-2mamba
- rebuilt in %_bindir
* Mon Feb 14 2022 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba * Mon Feb 14 2022 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
- automatic version update by autodist - automatic version update by autodist