]> git.pld-linux.org Git - packages/cln.git/commitdiff
- updated to 1.1.9
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Nov 2004 17:38:49 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cln.spec -> 1.8

cln.spec

index 9c2c97f7979a7a8a7f6619cd688781fa864950f8..a1d88422b7321b9cac1f7e25e5f070aae683c7f1 100644 (file)
--- a/cln.spec
+++ b/cln.spec
@@ -1,12 +1,12 @@
 Summary:       C++ Class Library for Numbers
 Summary(pl):   Biblioteka klas C++ dla liczb
 Name:          cln
-Version:       1.1.8
+Version:       1.1.9
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftpthep.physik.uni-mainz.de/pub/gnu/%{name}-%{version}.tar.bz2
-# Source0-md5: 490dd0697b3d16b2ba6a843829228cba
+# Source0-md5: 76fbeeeeac1559e482b404b4674915e2
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
 URL:           http://www.ginac.de/CLN/
@@ -65,13 +65,12 @@ Statyczna biblioteka CLN.
 %patch0 -p1
 %patch1 -p1
 
-# kill AC_PROG_LIBTOOL
-head -n 423 autoconf/aclocal.m4 > acinclude.m4
-tail -n +4045 autoconf/aclocal.m4 >> acinclude.m4
+# kill m4/libtool.m4 inclusion
+head -n 871 autoconf/aclocal.m4 > acinclude.m4
 
 %build
 %{__libtoolize}
-%{__aclocal} -I . -I m4
+%{__aclocal}
 %{__autoconf}
 %configure
 %{__make}
This page took 0.067386 seconds and 4 git commands to generate.