summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2017-06-16 16:10:54 -0600
committerChristoph Junghans <junghans@votca.org>2017-06-16 16:10:54 -0600
commit744946249977fbce5b59c800081792c31cafd142 (patch)
treea13dbb304659b4b07098353514757734935be48d
parent3e81bd3312c559b410f5cf93e5b94884ba028dda (diff)
downloadfedora-review-744946249977fbce5b59c800081792c31cafd142.tar.gz
fedora-review-744946249977fbce5b59c800081792c31cafd142.tar.xz
fedora-review-744946249977fbce5b59c800081792c31cafd142.zip
libaec: fix duplicated %package
-rw-r--r--libaec/libaec.spec19
1 files changed, 0 insertions, 19 deletions
diff --git a/libaec/libaec.spec b/libaec/libaec.spec
index b1332e6..beea971 100644
--- a/libaec/libaec.spec
+++ b/libaec/libaec.spec
@@ -21,25 +21,6 @@ System Standard documents 121.0-B-2 and 120.0-G-2.
Libaec includes a free drop-in replacement for the SZIP
library (http://www.hdfgroup.org/doc_resource/SZIP).
-%package
-Summary: Adaptive Entropy Coding library
-Group: Productivity/Archiving/Compression
-
-%description
-Libaec provides fast lossless compression of 1 up to 32 bit wide
-signed or unsigned integers (samples). The library achieves best
-results for low entropy data as often encountered in space imaging
-instrument data or numerical model output from weather or climate
-simulations. While floating point representations are not directly
-supported, they can also be efficiently coded by grouping exponents
-and mantissa.
-
-Libaec implements Golomb Rice coding as defined in the Space Data
-System Standard documents 121.0-B-2 and 120.0-G-2.
-
-Libaec source includes a free drop-in replacement for the SZIP
-library (http://www.hdfgroup.org/doc_resource/SZIP) provided as package libsz2.
-
%package devel
Summary: Devel package for libaec (Adaptive Entropy Coding library)
Requires: libaec