]> git.pld-linux.org Git - packages/libofx.git/commitdiff
- updated to 0.6.6, rebuild ac/am/lt auto/ac/libofx-0_6_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Apr 2004 22:16:35 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libofx.spec -> 1.3

libofx.spec

index 43773d53b71c5e5c3b9bf8aec37305da29276417..55c5ec4fc061046e6f3956025d3e79deb19b821e 100644 (file)
@@ -1,14 +1,17 @@
 Summary:       LibOFX library that allows applications to support OFX command responses
 Summary(pl):   Biblioteka LibOFX pozwalaj±ca aplikacjom obs³ugiwaæ odpowiedzi na polecenia OFX
 Name:          libofx
-Version:       0.6.5
+Version:       0.6.6
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libofx/%{name}-%{version}.tar.gz
-# Source0-md5: 685749c235518af6e7ee3c01122a306d
+# Source0-md5: bf086f12ead5b19b7dc20badd396d87b
 URL:           http://libofx.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: opensp-devel
+BuildRequires: libtool >= 2:1.4d
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,10 +37,10 @@ spos
 nag³ówkowego.
 
 %package devel
-Summary:        Header files for LibOFX library
+Summary:       Header files for LibOFX library
 Summary(pl):   Pliki nag³ówkowe biblioteki LibOFX
-Group:          Development/Libraries
-Requires:       %{name} = %{version}
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
 Requires:      opensp-devel
 
 %description devel
@@ -47,10 +50,10 @@ Header files for developing programs using LibOFX.
 Pliki nag³ówkowe do tworzenia programów z u¿yciem LibOFX.
 
 %package static
-Summary:        Static version LibOFX library
-Summary(pl):    Biblioteka statyczna LibOFX
-Group:          Development/Libraries
-Requires:       %{name}-devel = %{version}
+Summary:       Static version LibOFX library
+Summary(pl):   Biblioteka statyczna LibOFX
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static LibOFX library.
@@ -62,6 +65,11 @@ Statyczna biblioteka LibOFX.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.070203 seconds and 4 git commands to generate.