]> git.pld-linux.org Git - packages/fakeroot.git/blob - fakeroot.spec
- Only translation
[packages/fakeroot.git] / fakeroot.spec
1 Summary:        Gives a fake root environment
2 Summary(pl):    Umo¿liwia uzyskanie ,,podrobione'' ¶rodowisko roota
3 Summary(pt_BR): Cria um falso ambiente de root
4 Name:           fakeroot
5 Version:        0.4.4
6 Release:        3
7 %define         debver 9.2
8 License:        GPL
9 Group:          Development/Tools
10 Group(de):      Entwicklung/Werkzeuge
11 Group(fr):      Development/Outils
12 Group(pl):      Programowanie/Narzêdzia
13 Source0:        ftp://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}-%{debver}.tar.gz
14 BuildRequires:  libtool
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libstdc++-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package is intended to enable something like: fakeroot rpm
22 --rebuild i.e. to remove the need to become root for a package
23 build. This is done by setting LD_PRELOAD to a "libfakeroot.so.0.0",
24 that provides wrappers around chown, chmod, mknod, stat, etc.
25
26 If you don't understand any of this, you do not need this!
27
28 %description -l pl
29 Pakiet w zamierzeniu pozwala na wykonanie operacji takich jak:
30 fakeroot rpm --rebuild by usun±æ potrzebê operowania z u¿ytkownika
31 root w celu zbudowania pakietu. Fakeroot wykorzystuje LD_PRELOAD,
32 któr± to zmienn± ustawia na "libfakeroot.so.0.0" - bibliotekê, która
33 dostarcza w³asne chown, chmod, mknod, stat itp.
34
35 Je¶li nie rozumiesz niczego z powy¿szych informacji to nie
36 potrzebujesz tego pakietu!
37
38 %description -l pt_BR
39 Este pacote permite a construção de pacotes por usuários sem
40 privilégios de root. Isso e' feito utilizando libfakeroot.so com
41 LD_PRELOAD, que prove implementacoes de getuid, chown, chmod, mknod,
42 stat e outros, criando um falso ambiente de root.
43
44 %prep
45 %setup -q -n %{name}-%{version}
46
47 %build
48 rm missing
49 automake -a -c
50 %configure2_13
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install DESTDIR=$RPM_BUILD_ROOT
57
58 gzip -9nf DEBUG
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc *.gz
66 %attr(755,root,root) %{_bindir}/*
67 %dir %{_libdir}/libfakeroot
68 %attr(755,root,root) %{_libdir}/libfakeroot/lib*so.*
69 %{_mandir}/man*/*
This page took 0.053167 seconds and 4 git commands to generate.