OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 30-Dec-2002 21:38:51
Branch: HEAD Handle: 2002123020384902
Modified files:
openpkg-re/vcheck vc.sablotron
openpkg-src/sablotron sablotron.spec
openpkg-web news.txt
Log:
upgrading package: sablotron 0.96 -> 0.97
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-re/vcheck/vc.sablotron
1.9 +10 -8 openpkg-src/sablotron/sablotron.spec
1.2462 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.sablotron
============================================================================
$ cvs diff -u -r1.3 -r1.4 vc.sablotron
--- openpkg-re/vcheck/vc.sablotron 5 Sep 2002 19:02:38 -0000 1.3
+++ openpkg-re/vcheck/vc.sablotron 30 Dec 2002 20:38:49 -0000 1.4
@@ -2,7 +2,7 @@
}
prog sablotron = {
- version = 0.96
+ version = 0.97
url = http://www.gingerall.com/charlie/ga/xml/d_sab.xml
regex = Sablot-(\d+\.\d+)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sablotron/sablotron.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 sablotron.spec
--- openpkg-src/sablotron/sablotron.spec 20 Dec 2002 19:33:14 -0000 1.8
+++ openpkg-src/sablotron/sablotron.spec 30 Dec 2002 20:38:51 -0000 1.9
@@ -31,9 +31,9 @@
Packager: The OpenPKG Project
Distribution: OpenPKG [PLUS]
Group: SGML
-License: Mozilla Public License 1.1
-Version: 0.96
-Release: 20020905
+License: MPL 1.1
+Version: 0.97
+Release: 20021230
# list of sources
Source0:
http://download-2.gingerall.cz/download/sablot/Sablot-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, expat, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230, expat, gcc
+PreReq: OpenPKG, openpkg >= 20021230
AutoReq: no
AutoReqProv: no
@@ -56,16 +56,18 @@
public and can be used as a base for multi-platform XML applications.
Sablotron is written in C++ and we try to keep it as portable as possible.
- Options: none
+ %options
%prep
%setup -q -n Sablot-%{version}
%build
CC="%{l_cc}" \
+ CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-I%{l_prefix}/include" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ CXXFLAGS="%{l_cxxflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--disable-shared
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2461 -r1.2462 news.txt
--- openpkg-web/news.txt 30 Dec 2002 20:36:38 -0000 1.2461
+++ openpkg-web/news.txt 30 Dec 2002 20:38:50 -0000 1.2462
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<sablotron-0.97-20021230>
30-Dec-2002: Upgraded package: P<txt2pdf-6.3-20021230>
30-Dec-2002: Upgraded package: P<geoip-1.1.4-20021230>
30-Dec-2002: Upgraded package: P<tetex-1.0.7-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]