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 openpkg$ Date: 23-Jan-2003 14:51:33
Branch: HEAD Handle: 2003012313513102
Modified files:
openpkg-re/vcheck vc.as-gui
openpkg-src/as-gui as-gui.spec
openpkg-web news.txt
Log:
Added options, requirements, and updated 0.5.10-20030117 ->
0.5.20-20030123
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-re/vcheck/vc.as-gui
1.14 +18 -4 openpkg-src/as-gui/as-gui.spec
1.2982 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.as-gui
============================================================================
$ cvs diff -u -r1.4 -r1.5 vc.as-gui
--- openpkg-re/vcheck/vc.as-gui 20 Dec 2002 18:24:34 -0000 1.4
+++ openpkg-re/vcheck/vc.as-gui 23 Jan 2003 13:51:31 -0000 1.5
@@ -2,7 +2,7 @@
}
prog as-gui = {
- version = 0.5.10
+ version = 0.5.20
url = http://as.is.eu.cw.com/source/
regex = as-gui-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/as-gui/as-gui.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 as-gui.spec
--- openpkg-src/as-gui/as-gui.spec 17 Jan 2003 12:53:34 -0000 1.13
+++ openpkg-src/as-gui/as-gui.spec 23 Jan 2003 13:51:33 -0000 1.14
@@ -32,12 +32,15 @@
Distribution: OpenPKG [EVAL]
Group: Editor
License: GPL
-Version: 0.5.10
-Release: 20030117
+Version: 0.5.20
+Release: 20030123
+
+# package options
+%option with_mico no
+%option with_esoap no
# list of sources
Source0: http://as.is.eu.cw.com/source/as-gui-%{version}.tar.gz
-Patch0: as-gui.patch
# build information
Prefix: %{l_prefix}
@@ -46,6 +49,12 @@
PreReq: OpenPKG, openpkg >= 20020206, qt
AutoReq: no
AutoReqProv: no
+%if "%{with_mico}" == "yes"
+BuildPreReq: mico
+%endif
+%if "%{with_esoap}" == "yes"
+BuildPreReq: easysoap
+%endif
%description
Accounting System (AS) is the Cable & Wireless time tracking and
@@ -53,11 +62,16 @@
%prep
%setup -q -n %{name}-%{version}
- %patch -p1
%build
./configure \
--prefix=%{l_prefix} \
+%if "%{with_mico}" == "yes"
+ --with-mico=%{l_prefix} \
+%endif
+%if "%{with_esoap}" == "yes"
+ --with-esoap=%{l_prefix} \
+%endif
--with-qtdir=%{l_prefix}
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2981 -r1.2982 news.txt
--- openpkg-web/news.txt 23 Jan 2003 13:46:20 -0000 1.2981
+++ openpkg-web/news.txt 23 Jan 2003 13:51:32 -0000 1.2982
@@ -1,3 +1,4 @@
+23-Jan-2003: Upgraded package: P<as-gui-0.5.20-20030123>
23-Jan-2003: Upgraded package: P<perl-5.8.0-20030123>
23-Jan-2003: New package: P<cdrecord-2.0-20030123>
23-Jan-2003: Upgraded package: P<easysoap-0.6.1-20030123>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]