Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37601866
en ru br
ALT Linux repos
S:0.10.9-alt1
5.0: 0.9.0-alt2
4.1: 0.8.3-alt1
4.0: 0.8.3-alt1
3.0: 0.7.0-alt3

Group :: System/Libraries
RPM: libofx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libofx
Version: 0.9.0
Release: alt2
Summary: The OFX parser library
Group: System/Libraries
License: GPLv2

Packager: Andrey Cherepanov <cas at altlinux.ru>
URL: http://libofx.sourceforge.net
Source: http://download.sourceforge.net/libofx/%name-%version.tar.gz
BuildRequires: libOpenSP-devel gcc-c++ libcurl-devel

%description
This is the LibOFX library.  It is a API designed to allow applications to very
easily support OFX command responses, usually provided by financial
institutions. See http://www.ofx.net/ for details and specification.

%package devel
Summary: The OFX parser development library
Group: Development/C++
Requires: %name = %version-%release

%description devel
This is the LibOFX library.  It is a API designed to allow applications to very
easily support OFX command responses, usually provided by financial
institutions.  See http://www.ofx.net/ for details and specification. LibOFX is
based on the excellent OpenSP library written by James Clark, and now part of
the OpenJADE http://openjade.sourceforge.net/ project.  OpenSP by itself is not
widely distributed.  OpenJADE 1.3.1 includes a version on OpenSP that will
link, however, it has some major problems with LibOFX and isn't recommended.
Since LibOFX uses the generic interface to OpenSP, it should be compatible with
all recent versions of OpenSP (It has been developed with OpenSP-1.5pre5).
LibOFX is written in C++, but provides a C style interface usable transparently
from both C and C++ using a single include file.

%package docs
Summary: The OFX library documentation
Group: Development/C++
Requires: %name = %version-%release

%description docs
This is the LibOFX library.  It is a API designed to allow applications to very
easily support OFX command responses, usually provided by financial
institutions.  See http://www.ofx.net/ for details and specification. LibOFX is
based on the excellent OpenSP library written by James Clark, and now part of
the OpenJADE http://openjade.sourceforge.net/ project.  OpenSP by itself is not
widely distributed.  OpenJADE 1.3.1 includes a version on OpenSP that will
link, however, it has some major problems with LibOFX and isn't recommended.
Since LibOFX uses the generic interface to OpenSP, it should be compatible with
all recent versions of OpenSP (It has been developed with OpenSP-1.5pre5).
LibOFX is written in C++, but provides a C style interface usable transparently
from both C and C++ using a single include file.

%prep
%setup -q

%build
%configure
%make_build

%install
%makeinstall

#%%post -p %%post_ldconfig

#%%postun -p %%postun_ldconfig

%files
%_bindir/*
%_libdir/*.so.*
%_datadir/%name

%files devel
%_libdir/*.so
%_includedir/*
%_pkgconfigdir/%name.pc


%files docs
%dir %_docdir/%name
%_docdir/%name/*
#%%_docdir/%%name/* AUTHORS COPYING INSTALL ChangeLog NEWS README totest.txt

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin