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

Revision 6774, 2.7 KB checked in by Takemikaduchi, 12 years ago (diff)

libalkimia, libdbi: new package
others: new upstream release

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