diff --git a/sources b/sources index bf28eb0..69632ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libzmq-4.3.5.tar.gz) = a71d48aa977ad8941c1609947d8db2679fc7a951e4cd0c3a1127ae026d883c11bd4203cf315de87f95f5031aec459a731aec34e5ce5b667b8d0559b157952541 +SHA512 (zeromq-4.3.5.tar.gz) = a71d48aa977ad8941c1609947d8db2679fc7a951e4cd0c3a1127ae026d883c11bd4203cf315de87f95f5031aec459a731aec34e5ce5b667b8d0559b157952541 diff --git a/zeromq.spec b/zeromq.spec index b618170..dca7a31 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -8,7 +8,7 @@ Summary: Software library for fast, message-based applications License: LGPL-3.0-or-later AND BSD-3-Clause AND MIT URL: https://zeromq.org -Source0: https://github.com/%{name}/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz +Source0: https://github.com/%{name}/libzmq/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: autoconf @@ -50,7 +50,7 @@ developing applications that use %{name}. %prep -%autosetup -p1 -n libzmq-%{version} +%autosetup -p1 # Remove bundled code. rm -rf external/wepoll