Accepting request 376023 from devel:tools:building

1

OBS-URL: https://build.opensuse.org/request/show/376023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchelf?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2016-03-26 14:24:25 +00:00 committed by Git OBS Bridge
commit 381557f1aa
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c99f84d124347340c36707089ec8f70530abd56e7827c54d506eb4cc097a17e7
size 119369

3
patchelf-0.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83
size 159956

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 20 10:08:24 UTC 2016 - mpluskal@suse.com
- Update to version 0.9
* Lots of new features
- Add aarch64 to list of excluded architectures
-------------------------------------------------------------------
Thu Aug 13 07:39:41 UTC 2015 - normand@linux.vnet.ibm.com

View File

@ -1,7 +1,7 @@
#
# spec file for package patchelf
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,16 @@
Name: patchelf
Version: 0.9
Release: 0
Summary: A utility for patching ELF binaries
License: GPL-3.0
Group: Development/Libraries/C and C++
Version: 0.8
Release: 0
Url: http://nixos.org/patchelf.html
Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
# Tests fail here
ExcludeArch: ppc ppc64 ppc64le %arm
ExcludeArch: ppc ppc64 ppc64le %arm aarch64
%description
PatchELF is a simple utility for modifing existing ELF executables and
@ -38,19 +38,19 @@ executables and change the RPATH of executables and libraries.
%build
%configure
make
make %{?_smp_mflags}
%check
make check
%install
make DESTDIR=%{buildroot} install
rm %{buildroot}/usr/share/doc/patchelf/README
make %{?_smp_mflags} DESTDIR=%{buildroot} install
rm %{buildroot}%{_datadir}/doc/patchelf/README
%files
%defattr(-,root,root)
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_mandir}/man*/patchelf.*
%{_bindir}/patchelf
%{_mandir}/man1/patchelf.1%{ext_man}
%changelog