aqbanking-vl.spec 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. Name: aqbanking
  2. Summary: A library for online banking functions and financial data import/export
  3. Version: 5.0.25
  4. Release: 2%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: GPLv2 or GPLv3
  7. URL: http://www.aquamaniac.de/aqbanking/
  8. Source: http://download.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz
  9. Patch3: aqbanking-2.1.0-conflict.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. # qbanking
  12. BuildRequires: gwenhywfar-devel >= 3.10.0
  13. BuildRequires: gmp-devel
  14. BuildRequires: gettext
  15. BuildRequires: libtool
  16. Requires(post): /sbin/ldconfig
  17. Requires(postun): /sbin/ldconfig
  18. Obsoletes: aqhbci <= 1.0.3
  19. Obsoletes: g2banking < 3.7.2-1
  20. Obsoletes: python-aqbanking
  21. Obsoletes: qbanking < 5.0.0
  22. Obsoletes: q4banking < 5.0.0
  23. %description
  24. The intention of AqBanking is to provide a middle layer between the
  25. program and the various Online Banking libraries (e.g. AqHBCI). The
  26. first backend which is already supported is AqHBCI, a library which
  27. implements a client for the German HBCI (Home Banking Computer
  28. Interface) protocol. Additionally, Aqbanking provides various plugins
  29. to simplify import and export of financial data. Currently there are
  30. import plugins for the following formats: DTAUS (German financial
  31. format), SWIFT (MT940 and MT942).
  32. %package devel
  33. Summary: Development headers for Aqbanking
  34. Group: Development/Libraries
  35. Requires: %{name} = %{version}-%{release}
  36. Requires: pkgconfig
  37. # for %{_datadir}/aclocal
  38. Requires: automake
  39. Obsoletes: aqhbci-devel <= 1.0.3
  40. Obsoletes: g2banking-devel < %{version}
  41. Obsoletes: qbanking-devel < 5.0.0
  42. Obsoletes: q4banking-devel < 5.0.0
  43. %description devel
  44. This package contains aqbanking-config and header files for writing and
  45. compiling programs using Aqbanking.
  46. %prep
  47. %setup -q
  48. %patch3 -p1 -b .conflict
  49. # hack to nuke rpaths, slighly less ugly than using overriding LIBTOOL below
  50. %if "%{_libdir}" != "/usr/lib"
  51. sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
  52. %endif
  53. %build
  54. %configure --disable-static \
  55. # not smp_mflags safe
  56. make
  57. %install
  58. rm -rf $RPM_BUILD_ROOT
  59. make DESTDIR=$RPM_BUILD_ROOT install
  60. find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
  61. find $RPM_BUILD_ROOT -name *.a -exec rm -f {} \;
  62. cd tutorials
  63. make clean
  64. rm -rf .deps
  65. rm -f Makefile*
  66. cd ..
  67. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
  68. mv $RPM_BUILD_ROOT/%{_datadir}/doc/{aqbanking,aqhbci} $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
  69. cp AUTHORS README COPYING ChangeLog NEWS $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
  70. %find_lang %{name}
  71. %clean
  72. rm -rf $RPM_BUILD_ROOT
  73. %post -p /sbin/ldconfig
  74. %postun -p /sbin/ldconfig
  75. %files -f %{name}.lang
  76. %defattr(-,root,root)
  77. %doc %{_datadir}/doc/%{name}-%{version}
  78. %{_libdir}/libaq*.so.*
  79. %{_libdir}/aqbanking/plugins/*/bankinfo/
  80. %{_libdir}/aqbanking/plugins/*/imexporters/
  81. %{_libdir}/aqbanking/plugins/*/providers/
  82. %{_libdir}/gwenhywfar/plugins/*/dbio/*
  83. %{_datadir}/aqbanking/backends/
  84. %{_datadir}/aqbanking/bankinfo/
  85. %{_datadir}/aqbanking/dialogs/
  86. %{_datadir}/aqbanking/imexporters/
  87. %{_bindir}/aqbanking-cli
  88. %{_bindir}/aqhbci-tool4
  89. %files devel
  90. %defattr(-,root,root)
  91. %doc doc/0[12]* tutorials
  92. %{_bindir}/hbcixml3
  93. %{_bindir}/aqbanking-config
  94. %{_libdir}/libaq*.so
  95. %{_includedir}/aq*/
  96. %{_libdir}/pkgconfig/aqbanking.pc
  97. %{_datadir}/aclocal/aqbanking.m4
  98. %{_datadir}/aqbanking/aqbanking/typemaker2/
  99. %{_datadir}/aqbanking/typemaker2/
  100. %changelog
  101. * Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.ac.jp> 5.0.25-2
  102. - rebuilt with gmp 5.1.3
  103. * Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.25-1
  104. - new upstream release
  105. - remove Patch2 (aqbanking-4.2.4-pkgconfig.patch)
  106. - remove Patch4 (aqbanking-4.2.4-q4banking_remove_qt3.patch)
  107. - remove qbanking, qbanking-devel q4banking, q4banking-devel subpackages (based on Fedora)
  108. * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 4.2.4-2
  109. - rebuilt with rpm-4.8.1 for pkg-config
  110. * Mon Sep 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.2.4-1
  111. - update to 4.2.4
  112. - added q4banking subpackage
  113. - obsoletes python-aqbanking subpackage
  114. * Sat Oct 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.7.1-1
  115. - update to 3.7.2
  116. - obsolete the no-longer-existing g2banking/kbanking packages
  117. * Mon Jan 21 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.3-0vl1
  118. - update to 2.3.3
  119. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.2-2vl1
  120. - modify and build for VineSeed
  121. * Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 2.3.2-2
  122. - Rebuild for selinux ppc32 issue.
  123. - fix build with current glibc/headers
  124. * Fri Aug 3 2007 Bill Nottingham <notting@redhat.com>
  125. - tweak license tag
  126. * Wed Jul 11 2007 Bill Nottingham <notting@redhat.com> - 2.3.2-1
  127. - update to 2.3.2
  128. * Mon Jun 25 2007 Bill Nottingham <notting@redhat.com> - 2.2.9-3
  129. - fix some build bogosity
  130. * Wed Jun 20 2007 Bill Nottingham <notting@redhat.com> - 2.2.9-2
  131. - add a dist tag
  132. * Mon Mar 19 2007 Bill Nottingham <notting@redhat.com> - 2.2.9-1
  133. - update to 2.2.9
  134. * Wed Jan 17 2007 Bill Nottingham <notting@redhat.com> - 2.1.0-14
  135. - fix docdir, obsoletes for aqhbci-devel, and %%clean
  136. * Tue Jan 16 2007 Bill Nottingham <notting@redhat.com> - 2.1.0-13
  137. - fix docs
  138. - add PyXML buildreq
  139. * Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> - 2.1.0-12
  140. - fix missing %%defattrs
  141. - fix %%excludes
  142. - other cleanups from review
  143. - use %%{_python_sitelib}
  144. - require automake
  145. - twiddle aqhbci obsoletes
  146. * Sat Jan 13 2007 Bill Nottingham <notting@redhat.com> - 2.1.0-11
  147. - split into a variety of packages
  148. * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 2.1.0-10
  149. - rebuild for python 2.5
  150. * Thu Sep 7 2006 Bill Nottingham <notting@redhat.com> - 2.1.0-9
  151. - rebuild for fixed debuginfo (#205248)
  152. * Fri Sep 1 2006 Bill Nottingham <notting@redhat.com> - 2.1.0-8
  153. - fix multilib conficts (#205204)
  154. * Mon Aug 28 2006 Bill Nottingham <notting@redhat.com> - 2.1.0-4
  155. - rebuild against latest libofx
  156. * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> - 2.1.0-3
  157. - reenable visibility
  158. * Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 2.1.0-2
  159. - port *-config to pkgconfig
  160. - don't use -fvisibility=hidden
  161. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1.0-1.1
  162. - rebuild
  163. * Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.1.0-1
  164. - update to 2.1.0
  165. * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> - 1.8.1beta-5
  166. - buildreq autoconf, libtool
  167. * Tue May 30 2006 Bill Nottingham <notting@redhat.com> - 1.8.1beta-4
  168. - add gettext buildreq (#193348)
  169. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.1beta-3.1
  170. - bump again for double-long bug on ppc(64)
  171. * Tue Feb 07 2006 Karsten Hopp <karsten@redhat.de> 1.8.1beta-3
  172. - buildrequire libofx-devel instead of libofx (pulls in libofx)
  173. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.1beta-2.1
  174. - rebuilt for new gcc4.1 snapshot and glibc changes
  175. * Sun Jan 22 2006 Bill Nottingham <notting@redhat.com> 1.8.1beta-2
  176. - add an obsolete (#178554)
  177. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  178. - rebuilt
  179. * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 1.0.4beta-2
  180. - rebuild
  181. * Wed Feb 9 2005 Bill Nottingham <notting@redhat.com> 1.0.4beta-1
  182. - initial packaging, adopt upstream specfile