diff --git a/patchelf.changes b/patchelf.changes index d12c82b..35b7a3d 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Mon Aug 26 14:53:38 UTC 2019 - Mikhail Terekhov +Tue Aug 27 01:17:34 UTC 2019 - Martin Pluskal -- +- Changelog and packaging cleanups ------------------------------------------------------------------- Mon Aug 26 14:41:43 UTC 2019 - Mikhail Terekhov diff --git a/patchelf.spec b/patchelf.spec index c8809d4..339a395 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -22,7 +22,7 @@ Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0-only Group: Development/Libraries/C and C++ -URL: http://nixos.org/patchelf.html +URL: https://nixos.org/patchelf.html Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake @@ -37,12 +37,12 @@ executables and change the RPATH of executables and libraries. %setup -q %build -./bootstrap.sh +autoreconf -fiv %configure make %{?_smp_mflags} %check -make check +make %{?_smp_mflags} check %install %make_install