SPECS: antiword.spec - use __cc for linking - kantiword: use scrip...

sparky sparky at pld-linux.org
Wed May 16 22:21:08 CEST 2007


Author: sparky                       Date: Wed May 16 20:21:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use __cc for linking
- kantiword: use script without #!/bin/bash line as it is POSIX compliant

---- Files affected:
SPECS:
   antiword.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/antiword.spec
diff -u SPECS/antiword.spec:1.31 SPECS/antiword.spec:1.32
--- SPECS/antiword.spec:1.31	Wed May 16 22:15:05 2007
+++ SPECS/antiword.spec	Wed May 16 22:21:01 2007
@@ -31,6 +31,7 @@
 %build
 %{__make} \
 	CC="%{__cc}" \
+	LD="%{__cc}" \
 	OPT="%{rpmcflags}" \
 	LDFLAGS="%{rpmcflags} %{rpmldflags}"
 
@@ -38,7 +39,8 @@
 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
 
@@ -58,6 +60,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2007/05/16 20:21:01  sparky
+- use __cc for linking
+- kantiword: use script without #!/bin/bash line as it is POSIX compliant
+
 Revision 1.31  2007/05/16 20:15:05  sparky
 - also use rpmcflags when linking (-O2, -m32/-m64)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/antiword.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list