Name: libofx Summary: Open Financial Exchange Version: 0.7.0 Release: rh9_comedownhere License: GPL/LGPL/GFDL Group: Applications/Productivity Source: http://prdownloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root ExclusiveArch: i386 %description libofx is a financial exchange library used by programs like gnucash %prep %setup %build #cd %{name}-%{version} %configure --with-opensp-libs=%{_libdir} make %{?_smp_mflags} %install [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool %clean rm -rf $RPM_BUILD_ROOT %post %postun %files %defattr(-,root,root,755) %{_bindir}/* %{_libdir}/* %{_datadir}/libofx %{_includedir}/libofx /usr/share %changelog * Mon Feb 22 2005 Blair Lowe - create 0.7.0_rh9_comedownhere