packages: szip/szip.spec - new Source URL and tarball - encoder enabled by ...

qboosh qboosh at pld-linux.org
Sun Jun 26 06:16:23 CEST 2011


Author: qboosh                       Date: Sun Jun 26 04:16:23 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new Source URL and tarball
- encoder enabled by default
- release 2

---- Files affected:
packages/szip:
   szip.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/szip/szip.spec
diff -u packages/szip/szip.spec:1.8 packages/szip/szip.spec:1.9
--- packages/szip/szip.spec:1.8	Thu Sep 10 10:34:56 2009
+++ packages/szip/szip.spec	Sun Jun 26 06:16:18 2011
@@ -1,21 +1,21 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	encoder		# build with encoder (may require license)
+%bcond_without	encoder		# build with encoder (using may require license)
 #
 Summary:	SZIP - Science Data Lossless Compression library
 Summary(pl.UTF-8):	SZIP - biblioteka bezstratnej kompresji danych naukowych
 Name:		szip
 Version:	2.1
-Release:	1
+Release:	2
 %if %{with encoder}
-License:	free for non-commercial, scientific use only in HDF software
+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}/%{name}-%{version}.tar.gz
-# Source0-md5:	9cc9125a58b905a4148e4e2fda3fabc6
+Source0:	ftp://ftp.hdfgroup.org/lib-external/szip/%{version}/src/%{name}-%{version}.tar.gz
+# Source0-md5:	63894a65bc470011fd2049f3ca65d2bf
 Patch0:		%{name}-opt.patch
 Patch1:		%{name}-linking.patch
 URL:		http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
@@ -97,7 +97,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING RELEASE.txt
+%doc COPYING HISTORY.txt RELEASE.txt
 %attr(755,root,root) %{_libdir}/libsz.so.2.*.*
 %attr(755,root,root) %ghost %{_libdir}/libsz.so.2
 
@@ -105,7 +105,9 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsz.so
 %{_libdir}/libsz.la
-%{_includedir}/*.h
+%{_includedir}/ricehdf.h
+%{_includedir}/szip_adpt.h
+%{_includedir}/szlib.h
 
 %files static
 %defattr(644,root,root,755)
@@ -117,6 +119,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/06/26 04:16:18  qboosh
+- new Source URL and tarball
+- encoder enabled by default
+- release 2
+
 Revision 1.8  2009/09/10 08:34:56  tommat
 - added linking patch, builds now
 - ghost soname symlink
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/szip/szip.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list