OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 17-Jan-2003 16:19:35
Branch: HEAD Handle: 2003011715193401
Modified files:
openpkg-src/mico mico.spec
openpkg-web news.txt
Log:
Correctly determine build requirements.
Summary:
Revision Changes Path
1.15 +13 -1 openpkg-src/mico/mico.spec
1.2913 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 mico.spec
--- openpkg-src/mico/mico.spec 16 Jan 2003 15:42:59 -0000 1.14
+++ openpkg-src/mico/mico.spec 17 Jan 2003 15:19:35 -0000 1.15
@@ -33,7 +33,7 @@
Group: System
License: LGPL/GPL
Version: 2.3.7
-Release: 20030116
+Release: 20030117
# package options
%option with_ssl no
@@ -51,6 +51,18 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make
PreReq: OpenPKG, openpkg >= 20030103
+%if "%{with_ssl}" == "yes"
+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
+%endif
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2912 -r1.2913 news.txt
--- openpkg-web/news.txt 17 Jan 2003 14:54:30 -0000 1.2912
+++ openpkg-web/news.txt 17 Jan 2003 15:19:34 -0000 1.2913
@@ -1,3 +1,4 @@
+17-Jan-2003: Upgraded package: P<mico-2.3.7-20030117>
17-Jan-2003: Upgraded package: P<tomcat4-adapter-4.1.18-20030117>
17-Jan-2003: Upgraded package: P<coreutils-4.5.4-20030117>
17-Jan-2003: New package: P<perl-conv-20030117-20030117>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]