summaryrefslogtreecommitdiff
path: root/packaging/chrpath.spec
blob: 9605153f5f9ddb9409406b0dbaa5df8f6c3edb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Name:           chrpath
Version:        0.13
Release:        3
License:        GPL+
Summary:        Modify rpath of compiled programs
Url:            http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
Group:          Development/Tools
Source0:        http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/%{name}-%{version}.tar.gz

%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 --disable-static
# Call make instruction with smp support
make %{?_smp_mflags}

%install
%make_install

rm -fr %{buildroot}/usr/doc

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