Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
cego
>
lfc
> liblfcbase.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File liblfcbase.spec of Package lfc (Revision 19)
Currently displaying revision
19
,
show latest
%define pkgname lfcbase %define libname lib%{pkgname} %define soname %{libname}1 Name: %{soname} Version: 1.5.4 Release: 1 Group: Development Summary: Lemke Foundation Classes License: GPLv2 Url: http://www.lemke-it.com Source0: http://www.lemke-it.com/%{pkgname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Provides: liblfc0 Provides: liblfc1 Obsoletes: liblfc Obsoletes: liblfc0 Obsoletes: liblfc1 BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: -post-build-checks %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: Development Summary:Includefiles for lemke foundation classes Requires: %{soname} Provides: liblfc-devel Obsoletes: liblfc-devel %description -n %{libname}-devel 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 -n %{pkgname}-%{version} %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}/liblfcbase.so.1* %files -n %{libname}-devel %defattr(-,root,root) %dir %{_includedir}/lfc %{_libdir}/liblfcbase.a %{_libdir}/liblfcbase.la %{_libdir}/liblfcbase.so %{_includedir}/lfcbase/AESCrypt.h %{_includedir}/lfcbase/AVLTreeT.h %{_includedir}/lfcbase/Base64Coder.h %{_includedir}/lfcbase/BigDecimal.h %{_includedir}/lfcbase/BigInteger.h %{_includedir}/lfcbase/Bitmap.h %{_includedir}/lfcbase/Chain.h %{_includedir}/lfcbase/CommandExecuter.h %{_includedir}/lfcbase/Crypt.h %{_includedir}/lfcbase/Datetime.h %{_includedir}/lfcbase/Exception.h %{_includedir}/lfcbase/File.h %{_includedir}/lfcbase/GetLongOpt.h %{_includedir}/lfcbase/GetOpt.h %{_includedir}/lfcbase/Host.h %{_includedir}/lfcbase/ListT.h %{_includedir}/lfcbase/Logger.h %{_includedir}/lfcbase/Matcher.h %{_includedir}/lfcbase/NanoTimer.h %{_includedir}/lfcbase/Net.h %{_includedir}/lfcbase/NetHandler.h %{_includedir}/lfcbase/Process.h %{_includedir}/lfcbase/Semaphore.h %{_includedir}/lfcbase/SetT.h %{_includedir}/lfcbase/SharedMemory.h %{_includedir}/lfcbase/SigHandler.h %{_includedir}/lfcbase/Sleeper.h %{_includedir}/lfcbase/StackT.h %{_includedir}/lfcbase/Thread.h %{_includedir}/lfcbase/ThreadLock.h %{_includedir}/lfcbase/Timer.h %{_includedir}/lfcbase/Tokenizer.h %{_includedir}/lfcbase/TreeT.h %changelog