Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37432375
en ru br
Репозитории ALT
S:0.10.9-alt1
5.1: 0.9.0-alt2
4.1: 0.8.3-alt1
4.0: 0.8.3-alt1
3.0: 0.7.0-alt3
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libofx

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libofx
Version: 0.8.3
Release: alt1
Summary: The OFX parser library
Group: System/Libraries
License: GPL
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/*

%files docs
%doc doc/html doc/ofx_sample_files
%doc AUTHORS ChangeLog NEWS README totest.txt

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin