|
@@ -1,11 +1,18 @@
|
|
Summary: A library for supporting Open Financial Exchange (OFX)
|
|
Summary: A library for supporting Open Financial Exchange (OFX)
|
|
|
|
+Summary(ja): Open Finalcial Exchange (OFX) をサポートするためのライブラリ
|
|
Name: libofx
|
|
Name: libofx
|
|
-Version: 0.9.5
|
|
+Version: 0.9.10
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Source: http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
|
|
+Group: System Environment/Libraries
|
|
-Group: System Environment/Libraries
|
|
+License: GPLv2
|
|
-License: GPL
|
|
+URL: http://libofx.sourceforge.net/
|
|
|
|
+
|
|
|
|
+Source0: http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: curl-devel >= 7.9.7
|
|
|
|
+BuildRequires: help2man
|
|
|
|
+BuildRequires: libxml++-devel >= 2.6.0
|
|
BuildRequires: openjade >= 1.3.1
|
|
BuildRequires: openjade >= 1.3.1
|
|
BuildRequires: opensp-devel
|
|
BuildRequires: opensp-devel
|
|
Requires: openjade >= 1.3.1
|
|
Requires: openjade >= 1.3.1
|
|
@@ -19,6 +26,7 @@ specification.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files needed for accessing OFX data.
|
|
Summary: Development files needed for accessing OFX data.
|
|
|
|
+Summary(ja): OFX データのアクセスに必要な開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
@@ -31,8 +39,7 @@ for building applications that use libofx.
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --with-opensp-libs=%{_libdir}
|
|
%configure --with-opensp-libs=%{_libdir}
|
|
-#make %{?_smp_mflags}
|
|
+make %{?_smp_mflags}
|
|
-make
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -54,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
%{_datadir}/libofx/dtd
|
|
%{_datadir}/libofx/dtd
|
|
|
|
+%{_mandir}/man1/ofxconnect.1.gz
|
|
%{_mandir}/man1/ofxdump.1.gz
|
|
%{_mandir}/man1/ofxdump.1.gz
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -64,6 +72,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 8 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.10-1
|
|
|
|
+- updated to 0.9.10
|
|
|
|
+- added BR: curl-devel, help2man and libxml++-devel
|
|
|
|
+- added Japanese summary
|
|
|
|
+- added URL
|
|
|
|
+
|
|
* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
|
|
* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
|
|
- update to 0.9.5
|
|
- update to 0.9.5
|
|
- remove Patch0 (libofx-0.9.0-glibc-headers.patch)
|
|
- remove Patch0 (libofx-0.9.0-glibc-headers.patch)
|