]> git.pld-linux.org Git - packages/libofx.git/commitdiff
- updated to 0.9.4 auto/th/libofx-0_9_4-1 auto/ti/libofx-0_9_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Apr 2011 18:08:40 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libxml++-devel, ofxconnect is now built again

Changed files:
    libofx.spec -> 1.19

libofx.spec

index 81220bc40b94bf01524333de0278726648559e7c..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.9.2
+Version:       0.9.4
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
-# Source0-md5: cb72fce95e0d59bef78ba0601fbc91f3
+# 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)
 
@@ -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,10 +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.109508 seconds and 4 git commands to generate.