Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
cego
>
lfcxml
> lfcxml.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lfcxml.spec of Package lfcxml (Revision 2)
Currently displaying revision
2
,
show latest
Name: lfcxml Version: 1.0.25 Release: 1 Group: Productivity/Databases Summary: Lemke Foundation Classes XML extension License: GPLv2 Url: http://www.lemke-it.com Source0: http://www.lemke-it.com/%{name}-%{version}.tar.gz Patch0: lfcxml-include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: liblfc-devel %description This C++ library provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. %prep %setup %patch0 %build %configure LDFLAGS=-L%{_libdir} LIBS=-lstdc++ %__make %install %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %changelog