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:
commit
381557f1aa
@ -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
3
patchelf-0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83
|
||||||
|
size 159956
|
@ -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
|
Thu Aug 13 07:39:41 UTC 2015 - normand@linux.vnet.ibm.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package patchelf
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: patchelf
|
Name: patchelf
|
||||||
|
Version: 0.9
|
||||||
|
Release: 0
|
||||||
Summary: A utility for patching ELF binaries
|
Summary: A utility for patching ELF binaries
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 0.8
|
|
||||||
Release: 0
|
|
||||||
Url: http://nixos.org/patchelf.html
|
Url: http://nixos.org/patchelf.html
|
||||||
Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# Tests fail here
|
# Tests fail here
|
||||||
ExcludeArch: ppc ppc64 ppc64le %arm
|
ExcludeArch: ppc ppc64 ppc64le %arm aarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PatchELF is a simple utility for modifing existing ELF executables and
|
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
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
rm %{buildroot}/usr/share/doc/patchelf/README
|
rm %{buildroot}%{_datadir}/doc/patchelf/README
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
%{_bindir}/*
|
%{_bindir}/patchelf
|
||||||
%{_mandir}/man*/patchelf.*
|
%{_mandir}/man1/patchelf.1%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user