Accepting request 243462 from devel:tools:building
- Update to version 0.8 * No changelog upstream OBS-URL: https://build.opensuse.org/request/show/243462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchelf?expand=0&rev=5
This commit is contained in:
commit
fb69846813
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc7e7fa95f282fc37a591a802629e0e1ed07bc2a8bf162228d9a69dd76127c01
|
||||
size 113860
|
3
patchelf-0.8.tar.bz2
Normal file
3
patchelf-0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c99f84d124347340c36707089ec8f70530abd56e7827c54d506eb4cc097a17e7
|
||||
size 119369
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 2 13:01:46 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Update to version 0.8
|
||||
* No changelog upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 13:39:43 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patchelf
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,12 +20,12 @@ Name: patchelf
|
||||
Summary: A utility for patching ELF binaries
|
||||
License: GPL-3.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 0.6
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Url: http://nixos.org/patchelf.html
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: gcc-c++
|
||||
# not working here
|
||||
# Tests fail here
|
||||
ExcludeArch: ppc ppc64 %arm
|
||||
|
||||
%description
|
||||
@ -44,16 +44,13 @@ make
|
||||
make check
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm $RPM_BUILD_ROOT/usr/share/doc/patchelf/README
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=%{buildroot} install
|
||||
rm %{buildroot}/usr/share/doc/patchelf/README
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
/usr/bin/*
|
||||
%_mandir/man*/patchelf.*
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man*/patchelf.*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user