chrpath/chrpath.spec

Name: chrpath
Summary: Change the dynamic library load path (rpath) of binaries
Version: 0.13
Release: 1
License: GPL
Group: Development/Tools
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
Description: chrpath allows you to modify the dynamic library load path (rpath) of compiled programs. Currently, only removing and modifying the rpath is supported. Eventually, I hope to be able to add an rpath if it is missing.

CentOS 7 x86_64

The build could not start because the following file is missing: chrpath-0.13.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: chrpath-0.13.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

### EL6 ships with chrpath-0.13-7.el6
# ExclusiveDist: el2 el3 el4 el5

Summary: Change the dynamic library load path (rpath) of binaries
Name: chrpath
Version: 0.13
Release: 1%{?dist}
License: GPL
Group: Development/Tools
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/

Source: ftp://ftp.hungry.com/pub/hungry/chrpath/chrpath-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs. Currently, only removing and modifying the rpath
is supported. Eventually, I hope to be able to add an rpath if it is
missing.

%prep
%setup

%build
%configure \
    --program-prefix="%{?_program_prefix}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc %{_mandir}/man1/chrpath.1*
%{_bindir}/chrpath
%exclude %{_prefix}/doc/

%changelog
* Wed Sep 22 2004 Dag Wieers <dag@wieers.com> - 0.13-1
- Updated to release 0.13.

* Tue Sep 16 2003 Dag Wieers <dag@wieers.com> - 0.11-0
- Updated to release 0.11.

* Tue Aug 19 2003 Dag Wieers <dag@wieers.com> - 0.10-0
- Initial package. (using DAR)