]> git.pld-linux.org Git - packages/antiword.git/commitdiff
- use __cc for linking master auto/th/antiword-0_37-1 auto/ti/antiword-0_37-1
authorsparky <sparky@pld-linux.org>
Wed, 16 May 2007 20:21:01 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kantiword: use script without #!/bin/bash line as it is POSIX compliant

Changed files:
    antiword.spec -> 1.32

antiword.spec

index dd4b4db9533d5a76fcc06800fbab677ee5576b72..9071d2f6ecdd9b4ae71e19aef6cc29f8196924a5 100644 (file)
@@ -30,6 +30,7 @@ nietkniętą.
 %build
 %{__make} \
        CC="%{__cc}" \
+       LD="%{__cc}" \
        OPT="%{rpmcflags}" \
        LDFLAGS="%{rpmcflags} %{rpmldflags}"
 
@@ -37,7 +38,8 @@ nietkniętą.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/antiword}
 
-install %{name} k%{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install Unix-only/KDE3-only/kantiword.sh $RPM_BUILD_ROOT%{_bindir}/k%{name}
 install Docs/*.1       $RPM_BUILD_ROOT%{_mandir}/man1
 install Resources/*    $RPM_BUILD_ROOT%{_datadir}/antiword
 
This page took 0.088674 seconds and 4 git commands to generate.