]> git.pld-linux.org Git - packages/cln.git/commitdiff
- updated to 1.1.8, added info,link patches, -devel deps AC-branch AC-STABLE auto/ac/cln-1_1_8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Aug 2004 22:36:46 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cln.spec -> 1.5

cln.spec

index 50bf14377e205dd973eca0081d2fe223c377a85f..8a733a55a0e5f3265745a811b58a8160309ab160 100644 (file)
--- a/cln.spec
+++ b/cln.spec
@@ -1,16 +1,20 @@
 Summary:       C++ Class Library for Numbers
 Summary(pl):   Biblioteka klas C++ dla liczb
 Name:          cln
-Version:       1.1.7
+Version:       1.1.8
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftpthep.physik.uni-mainz.de/pub/gnu/%{name}-%{version}.tar.bz2
-# Source0-md5: b4a0ab4415281d2143edd44f2c8de136
+# Source0-md5: 490dd0697b3d16b2ba6a843829228cba
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-link.patch
 URL:           http://www.ginac.de/CLN/
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: gmp-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
 Obsoletes:     libcln2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +32,8 @@ Summary:      Development files for programs using the CLN library
 Summary(pl):   Pliki do programowania z u¿yciem biblioteki CLN
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      gmp-devel
+Requires:      libstdc++-devel
 Obsoletes:     libcln2-devel
 
 %description devel
@@ -52,8 +58,17 @@ Statyczna biblioteka CLN.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+
+# kill AC_PROG_LIBTOOL
+head -n 423 autoconf/aclocal.m4 > acinclude.m4
+tail -n +4045 autoconf/aclocal.m4 >> acinclude.m4
 
 %build
+%{__libtoolize}
+%{__aclocal} -I . -I m4
+%{__autoconf}
 %configure
 %{__make}
 
This page took 0.103683 seconds and 4 git commands to generate.