patchelf/patchelf.spec

70 lines
1.9 KiB
RPMSpec

Name: patchelf
Version: 0.18.0
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
%{_datadir}/zsh/site-functions/_patchelf
%dir %{_docdir}/patchelf
%{_docdir}/patchelf/README.md
%{_mandir}/man1/patchelf.1*
%doc COPYING
%changelog
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
- automatic version update by autodist
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 0.17.2-1mamba
- automatic version update by autodist
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
- automatic version update by autodist
* Sat Oct 29 2022 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
- automatic version update by autodist
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
- automatic version update by autodist
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
- automatic version update by autodist
* Sat Jun 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.5-1mamba
- package created using the webbuild interface