OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jan-2003 17:41:42
Branch: HEAD Handle: 2003011716414200
Modified files:
openpkg-src/mico mico.spec
Log:
Wrote a compromise solution to v2.3.7 + Qt 3.1.X incompatability
Summary:
Revision Changes Path
1.16 +4 -10 openpkg-src/mico/mico.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 mico.spec
--- openpkg-src/mico/mico.spec 17 Jan 2003 15:19:35 -0000 1.15
+++ openpkg-src/mico/mico.spec 17 Jan 2003 16:41:42 -0000 1.16
@@ -38,12 +38,11 @@
# package options
%option with_ssl no
%option with_qt no
-%option with_gtk no
-%option with_tcl no
# list of sources
Source0: http://www.mico.org/mico-%{version}.tar.gz
-Source1: rc.mico
+Source1: qtmico.cc
+Source2: rc.mico
Patch0: mico.patch
# build information
@@ -55,13 +54,7 @@
BuildPreReq: openssl
%endif
%if "%{with_qt}" == "yes"
-BuildPreReq: qt <= 3.0.6
-%endif
-%if "%{with_gtk}" == "yes"
-BuildPreReq: gtk
-%endif
-%if "%{with_tcl}" == "yes"
-BuildPreReq: tcl
+BuildPreReq: qt
%endif
AutoReq: no
AutoReqProv: no
@@ -109,6 +102,7 @@
%endif
--disable-mini-stl \
--disable-shared
+ cp -f %{SOURCE qtmico.cc} auxdir/
%{l_make} %{l_mflags}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]