|
|
|
@ -31,9 +31,9 @@ Vendor: Ginger Alliance |
|
|
|
Packager: The OpenPKG Project |
|
|
|
Packager: The OpenPKG Project |
|
|
|
Distribution: OpenPKG [PLUS] |
|
|
|
Distribution: OpenPKG [PLUS] |
|
|
|
Group: SGML |
|
|
|
Group: SGML |
|
|
|
License: Mozilla Public License 1.1 |
|
|
|
License: MPL 1.1 |
|
|
|
Version: 0.96 |
|
|
|
Version: 0.97 |
|
|
|
Release: 20020905 |
|
|
|
Release: 20021230 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: http://download-2.gingerall.cz/download/sablot/Sablot-%{version}.tar.gz |
|
|
|
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 |
|
|
|
# build information |
|
|
|
Prefix: %{l_prefix} |
|
|
|
Prefix: %{l_prefix} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, expat, gcc |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021230, expat, gcc |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
PreReq: OpenPKG, openpkg >= 20021230 |
|
|
|
AutoReq: no |
|
|
|
AutoReq: no |
|
|
|
AutoReqProv: no |
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
|
|
@ -56,16 +56,18 @@ AutoReqProv: no |
|
|
|
public and can be used as a base for multi-platform XML applications. |
|
|
|
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. |
|
|
|
Sablotron is written in C++ and we try to keep it as portable as possible. |
|
|
|
|
|
|
|
|
|
|
|
Options: none |
|
|
|
%options |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q -n Sablot-%{version} |
|
|
|
%setup -q -n Sablot-%{version} |
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
%build |
|
|
|
CC="%{l_cc}" \ |
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
|
|
|
CXX="%{l_cxx}" \ |
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
CPPFLAGS="-I%{l_prefix}/include" \ |
|
|
|
CXXFLAGS="%{l_cxxflags -O}" \ |
|
|
|
LDFLAGS="-L%{l_prefix}/lib" \ |
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
./configure \ |
|
|
|
./configure \ |
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
--disable-shared |
|
|
|
--disable-shared |
|
|
|
|