]> git.pld-linux.org Git - packages/chrpath.git/blob - chrpath.spec
9658c03c4290f839ffad40be7439dafaaf0a17d1
[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:        3
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 Patch0:         %{name}-elf64.patch
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 %patch0 -p1
30
31 %build
32 rm -f missing
33 %{__aclocal}
34 %{__autoheader}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         doc_DATA=""
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man1/*
This page took 0.059012 seconds and 3 git commands to generate.