rebuilt in %_bindir [release 5.8.1-2mamba;Sun Apr 24 2022]
This commit is contained in:
parent
47fb10d18b
commit
94a1d32ff7
@ -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.
|
||||
|
||||
|
14
zsh.spec
14
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user