]> git.pld-linux.org Git - packages/chrpath.git/blob - chrpath.spec
- biarch experimental patch. testing...
[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.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 Patch0:         %{name}-multilib.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         no_install_post_chrpath 1
18
19 %description
20 chrpath changes, lists or removes the rpath or runpath setting in a
21 binary. The rpath, or runpath if it is present, is where the runtime
22 linker should look for the libraries needed for a program.
23
24 %description -l pl
25 chrpath zmienia, pokazuje lub usuwa ustawienia rpath lub runpath w
26 binariach. rpath lub runpath, je¶li jest ustawione, pokazuje miejsce,
27 w którym linker powinien szukaæ bibliotek wymaganych przez program.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoheader}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         doc_DATA=""
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README
55 %attr(755,root,root) %{_bindir}/*
56 %attr(755,root,root) %{_libdir}/libchrpath*.so.*.*.*
57 %{_mandir}/man1/*
This page took 0.109395 seconds and 3 git commands to generate.