- Rebuild for FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=631197
- Remove deprecated PreReq, the packages aren't needed at runtime and they're already in Requires(post,preun,etc): lines.
This commit is contained in:
parent
bb35e3c108
commit
4a912ff7e6
12
zsh.spec
12
zsh.spec
@ -1,9 +1,9 @@
|
|||||||
# this file is encoded in UTF-8 -*- coding: utf-8 -*-
|
# this file is encoded in UTF-8 -*- coding: utf-8 -*-
|
||||||
|
|
||||||
Summary: A powerful interactive shell
|
Summary: Powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.3.10
|
Version: 4.3.10
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://zsh.sunsite.dk/
|
URL: http://zsh.sunsite.dk/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -16,14 +16,13 @@ Source5: zshenv.rhs
|
|||||||
Source6: dotzshrc
|
Source6: dotzshrc
|
||||||
Source7: zshprompt.pl
|
Source7: zshprompt.pl
|
||||||
# Give me better tools or die!
|
# Give me better tools or die!
|
||||||
%define _default_patch_fuzz 2
|
%global _default_patch_fuzz 2
|
||||||
Patch0: zsh-serial.patch
|
Patch0: zsh-serial.patch
|
||||||
#Patch1: zsh-4.0.6-make-test-fail.patch
|
#Patch1: zsh-4.0.6-make-test-fail.patch
|
||||||
#Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch
|
#Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch
|
||||||
Patch4: zsh-4.3.6-8bit-prompts.patch
|
Patch4: zsh-4.3.6-8bit-prompts.patch
|
||||||
Patch5: zsh-test-C02-dev_fd-mock.patch
|
Patch5: zsh-test-C02-dev_fd-mock.patch
|
||||||
Patch6: zsh-4.3.6-hack-a01grammar-test-select-off.patch
|
Patch6: zsh-4.3.6-hack-a01grammar-test-select-off.patch
|
||||||
Prereq: fileutils grep /sbin/install-info
|
|
||||||
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
|
BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
|
||||||
BuildRequires: texinfo tetex texi2html gawk /bin/hostname
|
BuildRequires: texinfo tetex texi2html gawk /bin/hostname
|
||||||
@ -175,6 +174,11 @@ fi
|
|||||||
%doc Doc/*.html
|
%doc Doc/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 7 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 4.3.10-6
|
||||||
|
- Rebuild for FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=631197
|
||||||
|
- Remove deprecated PreReq, the packages aren't needed at runtime and they're
|
||||||
|
already in Requires(post,preun,etc): lines.
|
||||||
|
|
||||||
* Mon Mar 22 2010 James Antill <james@fedoraproject.org> - 4.3.10-5
|
* Mon Mar 22 2010 James Antill <james@fedoraproject.org> - 4.3.10-5
|
||||||
- Add pathmunge to our /etc/zshrc, for profile.d compat.
|
- Add pathmunge to our /etc/zshrc, for profile.d compat.
|
||||||
- Resolves: bug#548960
|
- Resolves: bug#548960
|
||||||
|
Loading…
Reference in New Issue
Block a user