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