List shared object versions

This commit is contained in:
Simone Caronni 2020-08-24 16:23:04 +02:00
parent d2cc020b20
commit 47920887e5
1 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Name: openvdb
Version: 7.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
License: MPLv2.0
URL: http://www.openvdb.org/
@ -139,7 +139,8 @@ find %{buildroot} -name '*.a' -delete
%files libs
%license %{name}/LICENSE %{name}/COPYRIGHT
%doc README.md CHANGES
%{_libdir}/*.so.*
%{_libdir}/lib%{name}.so.%{version}
%{_libdir}/lib%{name}.so.7
%if 0%{?fedora}
%files -n python3-%{name}
@ -149,9 +150,12 @@ find %{buildroot} -name '*.a' -delete
%files devel
%doc html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/lib%{name}.so
%changelog
* Mon Aug 24 2020 Simone Caronni <negativo17@gmail.com> - 7.1.0-2
- List shared object versions.
* Fri Aug 14 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.1.0-1
- Update to 7.1.0
- Adhere to https://docs.fedoraproject.org/en-US/packaging-guidelines/CMake/