]> git.pld-linux.org Git - packages/libofx.git/blobdiff - libofx.spec
- updated to 0.9.4
[packages/libofx.git] / libofx.spec
index 37ed849b33a7608e1de63ac84684a8f1ea5139a3..ae22ab1a111a6f0c442afe5ec09222c52ca3ddff 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       LibOFX library that allows applications to support OFX command responses
 Summary(pl.UTF-8):     Biblioteka LibOFX pozwalająca aplikacjom obsługiwać odpowiedzi na polecenia OFX
 Name:          libofx
-Version:       0.8.3
+Version:       0.9.4
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/libofx/%{name}-%{version}.tar.gz
-# Source0-md5: 26ef343ebf93dc6351c889a402e10d89
+Source0:       http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
+# Source0-md5: f2419bf8d01c0cff74efe7084e0a26c5
 Patch0:                %{name}-system-wide-treehh.patch
 URL:           http://libofx.sourceforge.net/
 BuildRequires: autoconf
@@ -14,6 +14,7 @@ BuildRequires:        automake
 BuildRequires: curl-devel >= 7.9.7
 BuildRequires: libtool >= 2:1.4d
 BuildRequires: opensp-devel
+BuildRequires: libxml++-devel >= 2.6
 BuildRequires: tree.hh
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -71,7 +72,7 @@ rm -f lib/tree.hh
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -86,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -rf $RPM_BUILD_ROOT%{_docdir}/libofx
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/libofx
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -98,9 +99,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/ofx2qif
+%attr(755,root,root) %{_bindir}/ofxconnect
 %attr(755,root,root) %{_bindir}/ofxdump
 %attr(755,root,root) %{_libdir}/libofx.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libofx.so.4
 %{_datadir}/libofx
+%{_mandir}/man1/ofxconnect.1*
+%{_mandir}/man1/ofxdump.1*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.407624 seconds and 4 git commands to generate.