From 866aa8cd86298771b5846bb6ea66d93900019c93 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 30 Dec 2002 20:38:51 +0000 Subject: [PATCH] upgrading package: sablotron 0.96 -> 0.97 --- sablotron/sablotron.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/sablotron/sablotron.spec b/sablotron/sablotron.spec index 17aa6d7a48..a76af6b800 100644 --- a/sablotron/sablotron.spec +++ b/sablotron/sablotron.spec @@ -31,9 +31,9 @@ Vendor: Ginger Alliance 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 @@ Source0: http://download-2.gingerall.cz/download/sablot/Sablot-%{version}.t # 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 @@ AutoReqProv: no 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