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: 20-Nov-2003 16:25:00
Branch: HEAD Handle: 2003112015250000
Modified files:
openpkg-src/as-gui as-gui.spec
Log:
Add x11 runtime dependency, remove other unneeded runtime dependencies
Summary:
Revision Changes Path
1.52 +3 -4 openpkg-src/as-gui/as-gui.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/as-gui/as-gui.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 as-gui.spec
--- openpkg-src/as-gui/as-gui.spec 20 Nov 2003 12:26:00 -0000 1.51
+++ openpkg-src/as-gui/as-gui.spec 20 Nov 2003 15:25:00 -0000 1.52
@@ -45,15 +45,14 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, qt >= 3.2.3-20031120, pkgconfig, make
-PreReq: OpenPKG, openpkg >= 20020206, qt >= 3.2.3-20031120
+BuildPreReq: OpenPKG, openpkg >= 20020206, x11
+PreReq: OpenPKG, openpkg >= 20020206, x11
+BuildPreReq: qt >= 3.2.3-20031120, pkgconfig, make
%if "%{with_mico}" == "yes"
BuildPreReq: mico
-PreReq: mico
%endif
%if "%{with_esoap}" == "yes"
BuildPreReq: easysoap
-PreReq: easysoap
%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]