]> git.pld-linux.org Git - packages/cln.git/commitdiff
- updated to 1.3.3 auto/th/cln-1.3.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Sep 2013 17:01:53 +0000 (19:01 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Sep 2013 17:01:53 +0000 (19:01 +0200)
cln.spec

index 793a7240cfd8375638c544350c344f9ef166310a..4b6cea940e80664e8fae02d0e858356223dce7cd 100644 (file)
--- a/cln.spec
+++ b/cln.spec
@@ -1,12 +1,12 @@
 Summary:       C++ Class Library for Numbers
 Summary(pl.UTF-8):     Biblioteka klas C++ dla liczb
 Name:          cln
-Version:       1.3.2
+Version:       1.3.3
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftpthep.physik.uni-mainz.de/pub/gnu/%{name}-%{version}.tar.bz2
-# Source0-md5: d897cce94d9c34d106575ed4ec865d71
+# Source0-md5: 9871c401133a12182ad6a3bed89fb3c4
 Patch0:                %{name}-info.patch
 URL:           http://www.ginac.de/CLN/
 BuildRequires: autoconf >= 2.59
@@ -70,12 +70,12 @@ Statyczna biblioteka CLN.
 %setup -q
 %patch0 -p1
 
-rm -f m4/libtool.m4
-
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.072805 seconds and 4 git commands to generate.