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

Revision 12538, 3.6 KB checked in by tomop, 3 years ago (diff)

updated 7 packages

aqbanking-6.2.8-1

gnucash-4.4-1

gwenhywfar-5.6.0-1

libofx-0.10.1-1

libxml++-2.42.0-1

openjade-1.3.2-34

opensp-1.5.2-11

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