libofx-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. Summary: A library for supporting Open Financial Exchange (OFX)
  2. Summary(ja): Open Finalcial Exchange (OFX) をサポートするためのライブラリ
  3. Name: libofx
  4. Version: 0.9.14
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: GPLv2
  8. URL: https://github.com/libofx/libofx
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Source0: https://github.com/libofx/libofx/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: curl-devel >= 7.9.7
  14. BuildRequires: gengetopt
  15. BuildRequires: help2man
  16. BuildRequires: libxml++-devel >= 2.6.0
  17. BuildRequires: openjade >= 1.3.1
  18. BuildRequires: opensp-devel
  19. Requires: openjade >= 1.3.1
  20. Requires(post,postun): /sbin/ldconfig
  21. %description
  22. This is the LibOFX library. It is a API designed to allow applications to
  23. very easily support OFX command responses, usually provided by financial
  24. institutions. See http://www.ofx.net/ofx/default.asp for details and
  25. specification.
  26. %package devel
  27. Summary: Development files needed for accessing OFX data.
  28. Summary(ja): OFX データのアクセスに必要な開発用ファイル
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release}
  31. %description devel
  32. The libofx-devel contains the header files and libraries necessary
  33. for building applications that use libofx.
  34. %prep
  35. %setup -q
  36. ./autogen.sh
  37. %build
  38. %configure --with-opensp-libs=%{_libdir}
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. %makeinstall
  43. rm -rf $RPM_BUILD_ROOT/%{_libdir}/*a $RPM_BUILD_ROOT/%{_datadir}/doc
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46. %post -p /sbin/ldconfig
  47. %postun -p /sbin/ldconfig
  48. %files
  49. %defattr(-,root,root)
  50. %license COPYING
  51. %doc AUTHORS ChangeLog NEWS README* totest.txt
  52. %{_bindir}/*
  53. %{_libdir}/*.so.*
  54. %{_datadir}/libofx/dtd
  55. %{_mandir}/man1/ofxconnect.1.gz
  56. %{_mandir}/man1/ofxdump.1.gz
  57. %files devel
  58. %defattr(-,root,root)
  59. %doc doc/html doc/ofx_sample_files
  60. %{_includedir}/*
  61. %{_libdir}/*.so
  62. %{_libdir}/pkgconfig/*.pc
  63. %changelog
  64. * Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.14-1
  65. - new upstream release.
  66. * Tue Apr 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.10-2
  67. - revamped release no.
  68. * Sun Mar 8 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.10-1
  69. - updated to 0.9.10
  70. - added BR: curl-devel, help2man and libxml++-devel
  71. - added Japanese summary
  72. - added URL
  73. * Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
  74. - update to 0.9.5
  75. - remove Patch0 (libofx-0.9.0-glibc-headers.patch)
  76. * Mon Oct 04 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.0-2
  77. - rebuilt with rpm-4.8.1 for pkg-config
  78. - added libofx-0.9.0-glibc-headers.patch
  79. * Thu Sep 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.0-1
  80. - new upstream release
  81. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.8.3-0vl1
  82. - new upstream release
  83. - dropped Patch: libofx-0.7.0-gcc4.patch
  84. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.0-0vl3
  85. - add BuildRequires: opensp-devel
  86. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0vl2
  87. - rebuild with new environment
  88. * Sun Oct 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.0-0vl1
  89. - new upstream release
  90. * Mon May 23 2005 Bill Nottingham <notting@redhat.com> 0.7.0-3
  91. - remove static libs
  92. * Tue Mar 8 2005 Bill Nottingham <notting@redhat.com> 0.7.0-2
  93. - fix build with gcc4
  94. * Wed Feb 9 2005 Bill Nottingham <notting@redhat.com> 0.7.0-1
  95. - update to 0.7.0
  96. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 0.6.6-2
  97. - rebuilt
  98. - Add gcc 3.4 patch
  99. * Fri Mar 12 2004 Bill Nottingham <notting@redhat.com> 0.6.6-1
  100. - split off from gnucash, adapt upstream spec, add -devel package