165 lines
5.1 KiB
RPMSpec
165 lines
5.1 KiB
RPMSpec
Name: libofx
|
|
Version: 0.10.5
|
|
Release: 1mamba
|
|
Summary: A library which provides support for OFX command responses
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://libofx.sourceforge.net/
|
|
Source: https://github.com/libofx/libofx.git/%{version}/libofx-%{version}.tar.bz2
|
|
Patch1: libofx-0.9.5-gcc-4.7.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libe2fs-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglibmm24-devel
|
|
BuildRequires: libkrb5-devel
|
|
BuildRequires: libosp-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libsigc++2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libxml++2-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: gengetopt
|
|
|
|
%description
|
|
libofx is a library providing a API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Static libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
libofx is a library providing a API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions.
|
|
This package provides libraries to use libofx.
|
|
|
|
%package tools
|
|
Group: Applications/Scientific
|
|
Summary: Static libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
libofx is a library providing a API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions.
|
|
This package provides the tools provided with libofx.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch 1 -p1
|
|
./autogen.sh
|
|
|
|
%build
|
|
%configure
|
|
%make \
|
|
%ifarch x86_64
|
|
LDFLAGS="-L%{_libdir}"
|
|
%endif
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libofx.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/libofx
|
|
%{_includedir}/libofx/libofx.h
|
|
%{_libdir}/libofx.a
|
|
%{_libdir}/libofx.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%dir %{_datadir}/libofx/dtd
|
|
%{_datadir}/libofx/dtd/*.dtd
|
|
%{_datadir}/libofx/dtd/opensp.dcl
|
|
%dir %{_docdir}/libofx
|
|
%{_docdir}/libofx/*
|
|
%doc ChangeLog NEWS README
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/ofx2qif
|
|
%{_bindir}/ofxconnect
|
|
%{_bindir}/ofxdump
|
|
%{_mandir}/man1/ofxconnect.1*
|
|
%{_mandir}/man1/ofxdump.1*
|
|
|
|
%changelog
|
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.5-1mamba
|
|
- update to 0.10.5
|
|
|
|
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.3-1mamba
|
|
- update to 0.10.3
|
|
|
|
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 25 2020 Automatic Build System <autodist@mambasoft.it> 0.9.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.14-2mamba
|
|
- docs and binaries moved from lib to lib-devel package
|
|
|
|
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 0.9.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 12 2018 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 0.9.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 0.9.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 0.9.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 15 2013 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Apr 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 31 2013 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 09 2012 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 02 2011 Automatic Build System <autodist@mambasoft.it> 0.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 20 2011 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Feb 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1mamba
|
|
- update to 0.9.1
|
|
|
|
* Tue Jul 08 2008 gil <puntogil@libero.it> 0.9.0-1mamba
|
|
- package created by autospec
|
|
Installed (but unpackaged) file(s) found:
|