[packages/szip] - new URLs, up to 2.1.1 - removed outdated linking patch
qboosh
qboosh at pld-linux.org
Fri Mar 2 21:20:53 CET 2018
commit 4762f42900cfc86d65de049a5e94cd4fc5032efb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Mar 2 21:23:26 2018 +0100
- new URLs, up to 2.1.1
- removed outdated linking patch
szip-linking.patch | 12 ------------
szip.spec | 12 +++++-------
2 files changed, 5 insertions(+), 19 deletions(-)
---
diff --git a/szip.spec b/szip.spec
index d591e17..b57d7c9 100644
--- 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}
diff --git a/szip-linking.patch b/szip-linking.patch
deleted file mode 100644
index 0ef61fb..0000000
--- a/szip-linking.patch
+++ /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
-
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/szip.git/commitdiff/4762f42900cfc86d65de049a5e94cd4fc5032efb
More information about the pld-cvs-commit
mailing list