From e8f5460162915f8390efc614794763b4c3c3f059 Mon Sep 17 00:00:00 2001 From: athimm Date: Thu, 20 Jul 2006 11:35:33 +0000 Subject: [PATCH] auto-import chrpath-0.13-1.at on branch devel from chrpath-0.13-1.at.src.rpm --- .cvsignore | 1 + chrpath.spec | 41 +++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 43 insertions(+) create mode 100644 chrpath.spec diff --git a/.cvsignore b/.cvsignore index e69de29..101e839 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +chrpath-0.13.tar.gz diff --git a/chrpath.spec b/chrpath.spec new file mode 100644 index 0000000..ef1da2a --- /dev/null +++ b/chrpath.spec @@ -0,0 +1,41 @@ +Summary: Modify rpath of compiled programs +Name: chrpath +Version: 0.13 +Release: 1%{?dist} +License: GPL +Group: Development/Tools +URL: ftp://ftp.hungry.com/pub/hungry/chrpath/ +Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{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. + +%prep +%setup -q + +%build +%configure +make + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} +rm -fr %{buildroot}/usr/doc + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README NEWS ChangeLog* +%{_bindir}/chrpath +%{_mandir}/man1/chrpath.1* + +%changelog +* Sun Mar 12 2006 Axel Thimm - 0.13-1 +- Initial build. + diff --git a/sources b/sources index e69de29..78ce75e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b73072a8fbba277558c50364b65bb407 chrpath-0.13.tar.gz