Browse Source

Upgraded to qt-x11-free-3.0.2-20020226. Note the name change.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
9ac20e0155
  1. 18
      qt/qt.spec

18
qt/qt.spec

@ -24,19 +24,19 @@
##
# package information
Name: qt
Name: qt-x11-free
Summary: The Qt Toolkit
URL: http://www.trolltech.com/products/qt/
Vendor: TrollTech
URL: http://www.trolltech.com/products/qt/x11.html
Vendor: TrollTech AS
Packager: The OpenPKG Project
Distribution: OpenPKG [EXP]
Group: X11
License: GPL
Version: 2.3.1
Release: 20020206
Version: 3.0.2
Release: 20020226
# list of sources
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-%{version}.tar.gz
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@ -66,9 +66,9 @@ AutoReqProv: no
PATH="%{l_prefix}/bin:$PATH"; export PATH
echo "yes" | ./configure \
-release -shared \
-sm -no-opengl -no-nas-sound -no-thread \
-gif -system-jpeg -system-libpng -system-zlib -no-mng \
-I%{l_prefix}/include -L%{l_prefix}/lib -R%{l_prefix}/lib -ljpeg -lpng -lz
-sm -no-nas-sound -no-thread -qt-gif -system-libjpeg \
-system-libpng -system-zlib -I%{l_prefix}/include \
-L%{l_prefix}/lib -R%{l_prefix}/lib -ljpeg -lpng -lz
%{l_make} %{l_mflags -O} \
MAKE="%{l_make} %{l_mflags -O}" \
symlinks src-moc sub-src sub-tools

Loading…
Cancel
Save