source: projects/specs/branches/6/lib/libo/libofx/libofx-vl.spec @ 1992

Revision 1992, 2.6 KB checked in by owa, 14 years ago (diff)

rebuilt

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