]> git.pld-linux.org Git - packages/arpack.git/commitdiff
- updated automake_support patch to use --tag=F77, dropped old libtool compat hacks
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Dec 2004 17:45:24 +0000 (17:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- strict internal deps

Changed files:
    arpack.spec -> 1.11

arpack.spec

index bae0797a1e15d89923b3015eb95e3a0a9ab9ee47..24933100727ab0c646421d9f00a61c6f7829a32b 100644 (file)
@@ -21,8 +21,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: gcc-g77
 BuildRequires: blas-devel
-BuildRequires: libtool >= 1:1.4.2-9
-BuildRequires: which
+BuildRequires: libtool >= 2:1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,7 +49,7 @@ dodatkowa pami
 Summary:       ARPACK development files
 Summary(pl):   Pliki programistyczne ARPACK
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      blas-devel
 
 %description devel
@@ -63,7 +62,7 @@ Pliki programistyczne ARPACK.
 Summary:       Static ARPACK library
 Summary(pl):   Statyczna biblioteka ARPACK
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static ARPACK library.
@@ -86,12 +85,7 @@ cp %{SOURCE4} .
 %{__automake}
 %configure
 
-# libtool 1.4d requires --tag for g77, libtool 1.4.2 fails when --tag is passed
-LTTAG=""
-grep -q -e '--tag' `which libtool` && LTTAG="--tag=F77"
-
-%{__make} \
-       LTTAG="$LTTAG"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.07913 seconds and 4 git commands to generate.