update to 0.17 [release 0.17-1mamba;Sun Dec 24 2023]
This commit is contained in:
parent
b5349b9011
commit
735e804d5b
22
chrpath.spec
22
chrpath.spec
@ -1,28 +1,30 @@
|
|||||||
Name: chrpath
|
Name: chrpath
|
||||||
Version: 0.16
|
Version: 0.17
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Dynamic library load path (rpath) alterer
|
Summary: Dynamic library load path (rpath) alterer
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
|
URL: https://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
|
||||||
Source: https://alioth.debian.org/frs/download.php/file/3979/chrpath-%{version}.tar.gz
|
Source: https://codeberg.org/pere/chrpath.git/release-%{version}/chrpath-%{version}.tar.bz2
|
||||||
#http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/chrpath-%{version}.tar.gz
|
#Source: https://alioth.debian.org/frs/download.php/file/3979/chrpath-%{version}.tar.gz
|
||||||
Patch: %{name}-0.13-NULL-entry.patch
|
Patch: %{name}-0.13-NULL-entry.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Chrpath allows you to modify the dynamic library load path (rpath) of compiled programs.
|
Chrpath allows you to modify the dynamic library load path (rpath) of compiled programs.
|
||||||
Currently, only removing and modifying the rpath is supported.
|
Currently, only removing and modifying the rpath is supported.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch -p0
|
#%patch -p0
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -39,10 +41,14 @@ rm -fr %{buildroot}/usr/doc
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/chrpath
|
%{_bindir}/chrpath
|
||||||
%{_mandir}/man1/chrpath.*
|
%{_mandir}/man1/chrpath.1*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
|
||||||
- update to 0.16
|
- update to 0.16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user