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

Revision 12202, 3.5 KB checked in by tomop, 5 years ago (diff)

updated gnucash and friends

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