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 10)
Currently displaying revision
10
,
show latest
%define pkgname lfcxml %define libname lib%{pkgname} %define soname %{libname}0 Name: %{soname} Version: 1.1.1 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/%{pkgname}-%{version}.tar.bz2 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. %package -n %{libname}-devel Group: Productivity/Databases Summary: Development files for lfcxml Requires: %{libname} Requires: liblfc-devel %description -n %{libname}-devel This package contains development files for lfcxml. %prep %setup -n %{pkgname}-%{version} %patch0 %build %configure %__make %install %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/liblfcxml.so.0* %files -n %{libname}-devel %defattr(-,root,root) %{_includedir}/lfc/Attribute.h %{_includedir}/lfc/Document.h %{_includedir}/lfc/Element.h %{_includedir}/lfc/XML.h %{_includedir}/lfc/XMLEscaper.h %{_includedir}/lfc/XMLInStream.h %{_includedir}/lfc/XMLOutStream.h %{_includedir}/lfc/XMLSuite.h %{_libdir}/liblfcxml.a %{_libdir}/liblfcxml.la %{_libdir}/liblfcxml.so %changelog