SPECS: szip.spec - fixed linking of examples - rel. 2
wrobell
wrobell at pld-linux.org
Thu Dec 14 00:51:51 CET 2006
Author: wrobell Date: Wed Dec 13 23:51:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed linking of examples
- rel. 2
---- Files affected:
SPECS:
szip.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/szip.spec
diff -u SPECS/szip.spec:1.1 SPECS/szip.spec:1.2
--- SPECS/szip.spec:1.1 Sun Feb 27 22:30:14 2005
+++ SPECS/szip.spec Thu Dec 14 00:51:46 2006
@@ -7,7 +7,7 @@
Summary(pl): SZIP - biblioteka bezstratnej kompresji danych naukowych
Name: szip
Version: 2.0
-Release: 1
+Release: 2
%if %{with encoder}
License: free for non-commercial, scientific use only in HDF software
%else
@@ -17,8 +17,11 @@
Source0: ftp://ftp.ncsa.uiuc.edu/HDF/szip/2.0/src/%{name}-%{version}.tar
# Source0-md5: 60f5247d9948fda493042fc42c5ca655
Patch0: %{name}-opt.patch
+Patch1: %{name}-link.patch
URL: http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/
-BuildRequires: automake
+BuildRequires: autoconf >= 2.54
+BuildRequires: automake >= 1:1.7
+BuildRequires: libtool >= 1:1.4.2-9
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -68,9 +71,15 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
cp -f /usr/share/automake/config.* bin
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
%configure \
%{!?with_encoder:--disable-encoding}
%{__make}
@@ -108,6 +117,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/12/13 23:51:46 wrobell
+- fixed linking of examples
+- rel. 2
+
Revision 1.1 2005/02/27 21:30:14 qboosh
- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/szip.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list