]> git.pld-linux.org Git - packages/chrpath.git/blob - chrpath.spec
- rel 2 for ac
[packages/chrpath.git] / chrpath.spec
1 Summary:        chrpath - change the rpath or runpath in binaries
2 Summary(pl):    chrpath - narzêdzie do zmiany rpath lub runpath w binariach
3 Name:           chrpath
4 Version:        0.10
5 Release:        2
6 License:        GPL
7 Group:          Applications/Editors
8 Source0:        ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
9 # Source0-md5: a8adacc92f1535913d5c59c6b8c5197c
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 chrpath changes, lists or removes the rpath or runpath setting in a
16 binary. The rpath, or runpath if it is present, is where the runtime
17 linker should look for the libraries needed for a program.
18
19 %description -l pl
20 chrpath zmienia, pokazuje lub usuwa ustawienia rpath lub runpath w
21 binariach. rpath lub runpath, je¶li jest ustawione, pokazuje miejsce,
22 w którym linker powinien szukaæ bibliotek wymaganych przez program.
23
24 %prep
25 %setup -q
26
27 %build
28 rm -f missing
29 %{__aclocal}
30 %{__autoheader}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         doc_DATA=""
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/*
This page took 0.09845 seconds and 3 git commands to generate.