source: projects/specs/trunk/lib/libo/libofx/libofx-vl.spec @ 9523

Revision 9523, 3.3 KB checked in by inagaki, 9 years ago (diff)

2015-04-21 Ryoichi INAGAKI <ryo1@…>

  • libnjb, orc, xfce4-{diskperf, notes, time-out}-plugin: updated
  • libofx: revumped release


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