|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libaec
|
|
|
|
Name: libaec
|
|
|
|
Version: 1.0.4
|
|
|
|
Version: 1.0.5
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Adaptive Entropy Coding library
|
|
|
|
Summary: Adaptive Entropy Coding library
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
Url: https://gitlab.dkrz.de/k202009/libaec
|
|
|
|
Url: https://gitlab.dkrz.de/k202009/libaec
|
|
|
@ -40,6 +40,8 @@ Devel files for libaec (Adaptive Entropy Coding library).
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
rm %{buildroot}/%{_libdir}/lib*.a
|
|
|
|
|
|
|
|
mv %{buildroot}/%{_prefix}/cmake %{buildroot}/%{_libdir}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%ctest
|
|
|
|
%ctest
|
|
|
@ -48,7 +50,7 @@ Devel files for libaec (Adaptive Entropy Coding library).
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README.md README.SZIP CHANGELOG.md
|
|
|
|
%doc README.md README.SZIP CHANGELOG.md
|
|
|
|
%license Copyright.txt doc/patent.txt
|
|
|
|
%license LICENSE.txt doc/patent.txt
|
|
|
|
%{_bindir}/aec
|
|
|
|
%{_bindir}/aec
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_mandir}/man1/aec.*
|
|
|
|
%{_mandir}/man1/aec.*
|
|
|
@ -56,8 +58,12 @@ Devel files for libaec (Adaptive Entropy Coding library).
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
%{_libdir}/cmake/%{name}-*.cmake
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Christoph Junghans <junghans@votca.org> - 1.0.5-1
|
|
|
|
|
|
|
|
- Version bump to v1.0.5 (bug #1972635)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-7
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|