libofx-vl.spec 3.3 KB

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