docs and binaries moved from lib to lib-devel package [release 0.9.14-2mamba;Mon Jul 15 2019]
This commit is contained in:
parent
7263c20b23
commit
720aeb6ac4
65
libofx.spec
65
libofx.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libofx
|
Name: libofx
|
||||||
Version: 0.9.10
|
Version: 0.9.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library which provides support for OFX command responses
|
Summary: A library which provides support for OFX command responses
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://libofx.sourceforge.net
|
URL: http://libofx.sourceforge.net
|
||||||
Source: http://downloads.sourceforge.net/libofx/libofx-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/libofx/libofx-%{version}.tar.gz
|
||||||
Patch0: %{name}-0.9.0-gcc43.patch
|
Patch0: %{name}-0.9.0-gcc43.patch
|
||||||
@ -13,9 +13,15 @@ Patch1: libofx-0.9.5-gcc-4.7.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libglibmm-devel
|
||||||
BuildRequires: libosp-devel
|
BuildRequires: libosp-devel
|
||||||
|
BuildRequires: libsigc++-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libxml++2-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -67,38 +73,47 @@ LDFLAGS="-L%{_libdir}"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ofx2qif
|
%{_libdir}/libofx.so.*
|
||||||
#%{_bindir}/ofxconnect
|
|
||||||
%{_bindir}/ofxdump
|
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%dir %{_datadir}/libofx/dtd
|
|
||||||
%{_datadir}/libofx/dtd/*.dtd
|
|
||||||
%{_datadir}/libofx/dtd/opensp.dcl
|
|
||||||
%dir %{_docdir}/libofx
|
|
||||||
%{_docdir}/libofx/totest.txt
|
|
||||||
%{_docdir}/libofx/AUTHORS
|
|
||||||
%{_docdir}/libofx/COPYING
|
|
||||||
%{_docdir}/libofx/ChangeLog
|
|
||||||
%{_docdir}/libofx/INSTALL
|
|
||||||
%{_docdir}/libofx/NEWS
|
|
||||||
%{_docdir}/libofx/README
|
|
||||||
%dir %{_docdir}/libofx/html
|
|
||||||
%{_docdir}/libofx/html/*
|
|
||||||
#%{_mandir}/man1/ofxconnect.1.gz
|
|
||||||
%{_mandir}/man1/ofxdump.1.gz
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ofx2qif
|
||||||
|
%{_bindir}/ofxconnect
|
||||||
|
%{_bindir}/ofxdump
|
||||||
%dir %{_includedir}/libofx
|
%dir %{_includedir}/libofx
|
||||||
%{_includedir}/libofx/libofx.h
|
%{_includedir}/libofx/libofx.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libofx.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libofx.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libofx.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%dir %{_datadir}/libofx/dtd
|
||||||
|
%{_datadir}/libofx/dtd/*.dtd
|
||||||
|
%{_datadir}/libofx/dtd/opensp.dcl
|
||||||
|
%dir %{_docdir}/libofx
|
||||||
|
%{_docdir}/libofx/*
|
||||||
|
%dir %{_docdir}/libofx/html
|
||||||
|
%{_docdir}/libofx/html/*
|
||||||
|
%{_mandir}/man1/ofxconnect.1*
|
||||||
|
%{_mandir}/man1/ofxdump.1*
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 0.9.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user