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