]> git.pld-linux.org Git - packages/szip.git/commitdiff
- new URLs, up to 2.1.1 master auto/th/szip-2.1.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Mar 2018 20:23:26 +0000 (21:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Mar 2018 20:23:26 +0000 (21:23 +0100)
- removed outdated linking patch

szip-linking.patch [deleted file]
szip.spec

diff --git a/szip-linking.patch b/szip-linking.patch
deleted file mode 100644 (file)
index 0ef61fb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur szip-2.1-orig/examples/Makefile.am szip-2.1/examples/Makefile.am
---- szip-2.1-orig/examples/Makefile.am 2004-11-17 21:54:43.000000000 +0100
-+++ szip-2.1/examples/Makefile.am      2009-09-10 10:29:32.000000000 +0200
-@@ -11,7 +11,7 @@
- noinst_PROGRAMS = burst_szip example
- burst_szip_SOURCES = burst_szip.c
--burst_szip_LDADD =  ../test/libmcgill.la ../src/libsz.la
-+burst_szip_LDADD =  ../test/libmcgill.la ../src/libsz.la -lm
- burst_szip_DEPENDENCIES = ../test/libmcgill.la ../src/libsz.la
index d591e1772d500c5a925d9b901e2a5a1bec3290b6..b57d7c9c7cf4ef73b404c1427c507f71e8c8f33c 100644 (file)
--- a/szip.spec
+++ b/szip.spec
@@ -5,19 +5,18 @@
 Summary:       SZIP - Science Data Lossless Compression library
 Summary(pl.UTF-8):     SZIP - biblioteka bezstratnej kompresji danych naukowych
 Name:          szip
-Version:       2.1
-Release:       3
+Version:       2.1.1
+Release:       1
 %if %{with encoder}
 License:       free for use in HDF software (decoder), free for non-commercial, scientific use only in HDF software (encoder)
 %else
 License:       free for use in HDF software
 %endif
 Group:         Libraries
-Source0:       ftp://ftp.hdfgroup.org/lib-external/szip/%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: 63894a65bc470011fd2049f3ca65d2bf
+Source0:       https://support.hdfgroup.org/ftp/lib-external/szip/%{version}/src/%{name}-%{version}.tar.gz
+# Source0-md5: 5addbf2a5b1bf928b92c47286e921f72
 Patch0:                %{name}-opt.patch
-Patch1:                %{name}-linking.patch
-URL:           http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
+URL:           https://support.hdfgroup.org/doc_resource/SZIP/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1:1.7
 BuildRequires: libtool >= 1:1.4.2-9
@@ -70,7 +69,6 @@ Statyczna biblioteka SZIP.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.4153 seconds and 4 git commands to generate.