- Changelog and packaging cleanups

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=18
This commit is contained in:
Martin Pluskal 2019-08-27 01:20:07 +00:00 committed by Git OBS Bridge
parent 522c6b687c
commit 7b99311136
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Aug 26 14:53:38 UTC 2019 - Mikhail Terekhov <termim@gmail.com>
Tue Aug 27 01:17:34 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
-
- Changelog and packaging cleanups
-------------------------------------------------------------------
Mon Aug 26 14:41:43 UTC 2019 - Mikhail Terekhov <termim@gmail.com>

View File

@ -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