|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: CharLS
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: An optimized implementation of the JPEG-LS standard
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/team-charls/charls
|
|
|
|
@ -48,7 +48,7 @@ CharLS Library Header Files and Link Libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
pushd %{_vpath_builddir}
|
|
|
|
|
pushd %{__cmake_builddir}
|
|
|
|
|
# Enter a key + enter to finish
|
|
|
|
|
echo "a" | ./charlstest
|
|
|
|
|
popd
|
|
|
|
@ -66,6 +66,9 @@ popd
|
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 22 2021 Alessio <alciregi@fedoraproject.org> - 2.0.0-6>
|
|
|
|
|
- cmake_builddir change
|
|
|
|
|
|
|
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|