SPECS: qt4.spec - fix amd64 linking.
pluto
pluto at pld-linux.org
Fri Nov 18 03:28:40 CET 2005
Author: pluto Date: Fri Nov 18 02:28:40 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix amd64 linking.
---- Files affected:
SPECS:
qt4.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.43 SPECS/qt4.spec:1.44
--- SPECS/qt4.spec:1.43 Wed Nov 16 21:50:32 2005
+++ SPECS/qt4.spec Fri Nov 18 03:28:35 2005
@@ -35,7 +35,7 @@
Name: qt4
Version: 4.0.1
#Release: 1.%{_snap}.0.1
-Release: 1
+Release: 1.1
License: GPL/QPL
Group: X11/Libraries
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-%{version}.tar.gz
@@ -651,7 +651,7 @@
fi
if [ "%{_lib}" != "lib" ] ; then
- ln -s lib "%{_lib}"
+ ln -sf lib "%{_lib}"
fi
# pass OPTFLAGS to build qmake itself with optimization
@@ -676,6 +676,7 @@
-docdir %{_docdir}/%{name}-doc \
-headerdir %{_includedir}/qt4 \
-libdir %{_libdir} \
+ -L%{_libdir} \
-bindir %{_bindir} \
-plugindir %{_libdir}/qt4/plugins \
-datadir %{_datadir}/qt4 \
@@ -1130,6 +1131,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2005/11/18 02:28:35 pluto
+- fix amd64 linking.
+
Revision 1.43 2005/11/16 20:50:32 pluto
- -DQT_COMPAT removed, sqlite2 files excluded from sqlite3 package.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list