Martin Pluskal 2019-08-27 03:45:35 +00:00 committed by Git OBS Bridge
parent 7b99311136
commit b1722a22ee
3 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15d4d5df58250f68a0fa424fbeb6941a89142ac8503c24488853e885bfddc59a
size 90642
oid sha256:f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3
size 158604

View File

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

View File

@ -23,9 +23,7 @@ Summary: A utility for patching ELF binaries
License: GPL-3.0-only
Group: Development/Libraries/C and C++
URL: https://nixos.org/patchelf.html
Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
Source: https://nixos.org/releases/patchelf/patchelf-%{version}/patchelf-%{version}.tar.bz2
BuildRequires: gcc-c++
%description
@ -37,7 +35,6 @@ executables and change the RPATH of executables and libraries.
%setup -q
%build
autoreconf -fiv
%configure
make %{?_smp_mflags}