diff --git a/zeromq.spec b/zeromq.spec index dca7a31..02c1862 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -6,7 +6,7 @@ Version: 4.3.5 Release: %autorelease Summary: Software library for fast, message-based applications -License: LGPL-3.0-or-later AND BSD-3-Clause AND MIT +License: MPL-2.0 AND BSD-3-Clause AND MIT URL: https://zeromq.org Source0: https://github.com/%{name}/libzmq/archive/v%{version}/%{name}-%{version}.tar.gz @@ -93,7 +93,7 @@ make check V=1 || ( cat test-suite.log && exit 1 ) %files %doc README.md AUTHORS NEWS -%license COPYING COPYING.LESSER +%license LICENSE %{_bindir}/curve_keygen %{_libdir}/libzmq.so.5* %{_mandir}/man3/zmq_*