]> git.pld-linux.org Git - packages/hspell.git/commitdiff
- rel 2; fix awk call; fix fPIC AC-branch AC-STABLE auto/ac/hspell-0_9-2 auto/th/hspell-0_9-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Nov 2005 14:21:31 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hspell.spec -> 1.5

hspell.spec

index 14c3a8a0b3a8d3dfafb609dd6b7d3973a30fab0a..2106a2cbe2d7affa87cbc8f80ef7a43c9fc3fec3 100644 (file)
@@ -3,14 +3,16 @@ Summary:      Hspell - a free Hebrew spell checker
 Summary(pl):   Hspell - wolnodostêpny program do kontroli pisowni hebrajskiej
 Name:          hspell
 Version:       0.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Text
 # Source0Download: http://ivrix.org.il/projects/spell-checker/download.html
 Source0:       http://ivrix.org.il/projects/spell-checker/%{name}-%{version}.tar.gz
 # Source0-md5: 6ebae9cfe721c6563075095fa73f69ac
 URL:           http://ivrix.org.il/projects/spell-checker/
+BuildRequires: awk
 BuildRequires: rpm-perlprov
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,13 +47,14 @@ pisowni w j
 
 %prep
 %setup -q
+sed -i -e 's|#!.*|#!/bin/awk -f|g' wzip
 
 %build
 %configure
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -DDICTIONARY_BASE=\\\"%{_datadir}/hebrew.wgz\\\"" \
-       LDFLAGS="-fPIC %{rpmldflags}"
+       CFLAGS="%{rpmcflags} -fPIC -DDICTIONARY_BASE=\\\"%{_datadir}/hebrew.wgz\\\"" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.081006 seconds and 4 git commands to generate.