- Move to upstream 4.3.4, the stable non-stable release
This commit is contained in:
parent
2cc004c0f3
commit
104f9d30f0
@ -1 +1 @@
|
|||||||
zsh-4.2.6.tar.bz2
|
zsh-4.3.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2cefebf742c190cbc611baded825db64 zsh-4.2.6.tar.bz2
|
acc4fc85d18d7f914bb6705775c45bf2 zsh-4.3.4.tar.gz
|
||||||
|
18
zsh.spec
18
zsh.spec
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Summary: A powerful interactive shell
|
Summary: A powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.2.6
|
Version: 4.3.4
|
||||||
Release: 6%{?dist}
|
Release: 0%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://zsh.sunsite.dk/
|
URL: http://zsh.sunsite.dk/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
|
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.gz
|
||||||
Source1: zlogin.rhs
|
Source1: zlogin.rhs
|
||||||
Source2: zlogout.rhs
|
Source2: zlogout.rhs
|
||||||
Source3: zprofile.rhs
|
Source3: zprofile.rhs
|
||||||
@ -51,9 +51,6 @@ This package contains the Zsh manual in html format.
|
|||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .serial
|
%patch0 -p1 -b .serial
|
||||||
#%patch1 -p1 -b .fail
|
|
||||||
#%%patch3 -p0 -b .bckgrnd
|
|
||||||
## patch3 touches zshconfig.ac
|
|
||||||
#autoconf
|
#autoconf
|
||||||
|
|
||||||
cp -p %SOURCE7 .
|
cp -p %SOURCE7 .
|
||||||
@ -80,7 +77,9 @@ make all html
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall install.info \
|
%makeinstall install.info \
|
||||||
fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
|
fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
|
||||||
sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions
|
sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions \
|
||||||
|
scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
|
||||||
|
sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/scripts
|
||||||
|
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
|
rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
@ -148,9 +147,12 @@ fi
|
|||||||
|
|
||||||
%files html
|
%files html
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Doc/zsh/*.html
|
%doc Doc/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 25 2007 James Antill <jantill@redhat.com> - 4.3.4-0
|
||||||
|
- Move to upstream 4.3.4, the stable non-stable release
|
||||||
|
|
||||||
* Mon Mar 5 2007 James Antill <james@and.org> - 4.2.6-6
|
* Mon Mar 5 2007 James Antill <james@and.org> - 4.2.6-6
|
||||||
- Move requires to be scriptlet specific
|
- Move requires to be scriptlet specific
|
||||||
- chmod functions, to shut rpmlint up (false positive warning)
|
- chmod functions, to shut rpmlint up (false positive warning)
|
||||||
|
Loading…
Reference in New Issue
Block a user