auto-import chrpath-0.13-1.at on branch devel from
chrpath-0.13-1.at.src.rpm
This commit is contained in:
parent
8e2caccb82
commit
e8f5460162
@ -0,0 +1 @@
|
||||
chrpath-0.13.tar.gz
|
41
chrpath.spec
Normal file
41
chrpath.spec
Normal file
@ -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 <Axel.Thimm@ATrpms.net> - 0.13-1
|
||||
- Initial build.
|
||||
|
Loading…
Reference in New Issue
Block a user