2024-01-06 08:26:14 +01:00
|
|
|
Name: patchelf
|
2024-01-06 08:26:14 +01:00
|
|
|
Version: 0.17.0
|
2024-01-06 08:26:14 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A small utility to modify the dynamic linker and RPATH of ELF executables
|
|
|
|
Group: Development/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/NixOS/patchelf
|
|
|
|
Source: https://github.com/NixOS/patchelf.git/%{version}/patchelf-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A small utility to modify the dynamic linker and RPATH of ELF executables.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
./bootstrap.sh
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/patchelf
|
|
|
|
%dir %{_docdir}/patchelf
|
|
|
|
%{_docdir}/patchelf/README.md
|
|
|
|
%{_mandir}/man1/patchelf.1*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:26:14 +01:00
|
|
|
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:26:14 +01:00
|
|
|
* Sat Oct 29 2022 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:26:14 +01:00
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:26:14 +01:00
|
|
|
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:26:14 +01:00
|
|
|
* Sat Jun 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.5-1mamba
|
|
|
|
- package created using the webbuild interface
|