]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- adapterized (avoid macros with /usr/include/{ncurses,freetype}*) zsh-4_2_6-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2005 18:01:47 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.123

zsh.spec

index 267d688513f58ab91717d05b3a969c38adfd0412..b78765aa945ed71bf5165d020953e5ea90146b20 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -20,10 +20,10 @@ URL:                http://www.zsh.org/
 Source0:       ftp://ftp.zsh.org/pub/%{name}-%{version}.tar.bz2
 # Source0-md5: 2cefebf742c190cbc611baded825db64
 Source1:       %{name}.1.pl
-Source2:       http://zsh.sunsite.dk/Guide/zshguide.pdf
+Source2:       http://zsh.sunsite.dk/Guide/%{name}guide.pdf
 # Source2-md5: 0d80ba1ef39052c512cfabf368f3bf20
 Source3:       zprofile
-Source4:       zshrc
+Source4:       %{name}rc
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-addons.patch
 Patch2:                %{name}-paths.patch
@@ -40,7 +40,9 @@ BuildRequires:        texinfo
 Requires(post,preun):  grep
 Requires(preun):       fileutils
 Requires:      findutils
-Obsoletes:     zsh-doc-html, zsh-doc-ps, zsh-doc-dvi
+Obsoletes:     zsh-doc-html
+Obsoletes:     zsh-doc-ps
+Obsoletes:     zsh-doc-dvi
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -149,7 +151,7 @@ install %{SOURCE2} .
 %build
 cp -f /usr/share/automake/config.sub .
 %{__autoconf}
-CPPFLAGS="-I%{_includedir}/ncurses"
+CPPFLAGS="-I/usr/include/ncurses"
 
 %if %{with static}
 LDFLAGS="%{rpmldflags} -static"
This page took 0.030146 seconds and 4 git commands to generate.