SPECS: Regina.spec - gcc hacks not needed, use normal %configure
undefine
undefine at pld-linux.org
Sat Jan 19 00:41:38 CET 2008
Author: undefine Date: Fri Jan 18 23:41:38 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- gcc hacks not needed, use normal %configure
---- Files affected:
SPECS:
Regina.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/Regina.spec
diff -u SPECS/Regina.spec:1.15 SPECS/Regina.spec:1.16
--- SPECS/Regina.spec:1.15 Fri Jan 18 16:05:16 2008
+++ SPECS/Regina.spec Sat Jan 19 00:41:33 2008
@@ -118,16 +118,13 @@
%setup -q
%patch0 -p0
-# hacks for weak tests for gcc
-sed -i -e 's/gcc)/*gcc)/;s/= "gcc"/= "%{__cc}"/' configure
# unnecessary libs
sed -i -e 's/nsl nsl_s socket//' configure
# set soname
sed -i -e 's/\$(ABI) -shared/$(ABI) -Wl,-soname=${SHLPRE}${SHLFILE}${SHLPST}.\\$(ABI) -shared/' configure
%build
-cp -f /usr/share/automake/config.* .
-%configure2_13
+%configure
%{__make} -j 1 \
CC="%{__cc}" \
CFLAGS="%{rpmcflags}"
@@ -190,6 +187,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2008-01-18 23:41:33 undefine
+- gcc hacks not needed, use normal %configure
+
Revision 1.15 2008-01-18 15:05:16 undefine
- small patch to fix build on amd64
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Regina.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list