63 lines
1.7 KiB
RPMSpec
63 lines
1.7 KiB
RPMSpec
Name: chrpath
|
|
Version: 0.17
|
|
Release: 1mamba
|
|
Summary: Dynamic library load path (rpath) alterer
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
|
|
Source: https://codeberg.org/pere/chrpath.git/release-%{version}/chrpath-%{version}.tar.bz2
|
|
#Source: https://alioth.debian.org/frs/download.php/file/3979/chrpath-%{version}.tar.gz
|
|
Patch: %{name}-0.13-NULL-entry.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Chrpath allows you to modify the dynamic library load path (rpath) of compiled programs.
|
|
Currently, only removing and modifying the rpath is supported.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch -p0
|
|
./bootstrap
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall
|
|
rm -fr %{buildroot}/usr/doc
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/chrpath
|
|
%{_mandir}/man1/chrpath.1*
|
|
%doc AUTHORS COPYING
|
|
#ChangeLog NEWS README
|
|
|
|
%changelog
|
|
* Sun Dec 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17-1mamba
|
|
- update to 0.17
|
|
|
|
* Thu Mar 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
|
|
- update to 0.16
|
|
|
|
* Sun Nov 28 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.13-3mamba
|
|
- fix last entry in .dynamic (by Christian Krause <chkr@plauener.de>).
|
|
|
|
* Tue Dec 04 2007 Aleph0 <aleph0@openmamba.org> 0.13-2mamba
|
|
- updated specfile
|
|
|
|
* Tue Aug 02 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.13-1qilnx
|
|
- package created by autospec
|