This commit is contained in:
parent
2bc617313e
commit
58861e0669
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 30 12:33:28 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- add ncurses-devel BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 14 14:58:53 CEST 2006 - mskibbe@suse.de
|
Fri Jul 14 14:58:53 CEST 2006 - mskibbe@suse.de
|
||||||
|
|
||||||
|
12
zsh.spec
12
zsh.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zsh (Version 4.3.2)
|
# spec file for package zsh (Version 4.3.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,10 +12,11 @@
|
|||||||
|
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.3.2
|
Version: 4.3.2
|
||||||
Release: 1
|
Release: 42
|
||||||
License: Other License(s), see package
|
License: Other uncritical OpenSource License
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
%if %suse_version > 1000
|
%if %suse_version > 1000
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
%else
|
%else
|
||||||
@ -105,7 +106,6 @@ groff Doc/intro.ms > intro.txt
|
|||||||
%{__rm} -f Etc/Makefile* Etc/*.yo
|
%{__rm} -f Etc/Makefile* Etc/*.yo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
%makeinstall install.info VERSION="%{version}"
|
%makeinstall install.info VERSION="%{version}"
|
||||||
# install SUSE configuration
|
# install SUSE configuration
|
||||||
%{__install} -m 0755 -Dd %{buildroot}/{etc,bin}
|
%{__install} -m 0755 -Dd %{buildroot}/{etc,bin}
|
||||||
@ -139,7 +139,9 @@ groff Doc/intro.ms > intro.txt
|
|||||||
%{_infodir}/zsh.info*.gz
|
%{_infodir}/zsh.info*.gz
|
||||||
%{_mandir}/man1/zsh*.1.gz
|
%{_mandir}/man1/zsh*.1.gz
|
||||||
|
|
||||||
%changelog -n zsh
|
%changelog
|
||||||
|
* Fri Mar 30 2007 - rguenther@suse.de
|
||||||
|
- add ncurses-devel BuildRequires.
|
||||||
* Fri Jul 14 2006 - mskibbe@suse.de
|
* Fri Jul 14 2006 - mskibbe@suse.de
|
||||||
- merged in patches from poeml (mruecker@suse.de)
|
- merged in patches from poeml (mruecker@suse.de)
|
||||||
- rediffed patches for -p0 (mruecker@suse.de)
|
- rediffed patches for -p0 (mruecker@suse.de)
|
||||||
|
Loading…
Reference in New Issue
Block a user