summaryrefslogtreecommitdiffstats
path: root/libaec/libaec.spec
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2017-06-17 11:32:30 -0600
committerChristoph Junghans <junghans@votca.org>2017-06-17 11:32:30 -0600
commitcde0300c34756720f7e471e71db89ef1482a6637 (patch)
tree7fcefd2e82eec1d1d873ab6d96a43bc814c915fd /libaec/libaec.spec
parentd56993fe92d520d0475dd8232582a25e95dfcbcc (diff)
downloadfedora-review-cde0300c34756720f7e471e71db89ef1482a6637.tar.gz
fedora-review-cde0300c34756720f7e471e71db89ef1482a6637.tar.xz
fedora-review-cde0300c34756720f7e471e71db89ef1482a6637.zip
libaec: back to cmake
Diffstat (limited to 'libaec/libaec.spec')
-rw-r--r--libaec/libaec.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/libaec/libaec.spec b/libaec/libaec.spec
index 08c4e50..d1504d3 100644
--- a/libaec/libaec.spec
+++ b/libaec/libaec.spec
@@ -9,7 +9,7 @@ Source: https://gitlab.dkrz.de/k202009/libaec/uploads/631e85bcf877c2dcac
BuildRequires: cmake
%description
-Libaec provides fast lossless compression of 1 up to 32 bit wide
+Libaec provides fast loss-less 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
@@ -38,7 +38,6 @@ mkdir build
pushd build
%cmake ..
%make_build
-#make %{?_smp_mflags} CFLAGS="%{optflags}"
popd
%install