Summary: Gives a fake root environment Summary(pl): Umożliwia uzyskanie ,,podrobione'' środowisko roota Name: fakeroot Version: 0.4.4 Release: 3 %define debver 9.2 License: GPL Group: Development/Tools Group(de): Entwicklung/Werkzeuge Group(fr): Development/Outils Group(pl): Programowanie/Narzędzia Source0: ftp://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}-%{debver}.tar.gz BuildRequires: libtool BuildRequires: autoconf BuildRequires: automake BuildRequires: libstdc++-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This package is intended to enable something like: fakeroot rpm --rebuild i.e. to remove the need to become root for a package build. This is done by setting LD_PRELOAD to a "libfakeroot.so.0.0", that provides wrappers around chown, chmod, mknod, stat, etc. If you don't understand any of this, you do not need this! %description -l pl Pakiet w zamierzeniu pozwala na wykonanie operacji takich jak: fakeroot rpm --rebuild by usunąć potrzebę operowania z użytkownika root w celu zbudowania pakietu. Fakeroot wykorzystuje LD_PRELOAD, którą to zmienną ustawia na "libfakeroot.so.0.0" - bibliotekę, która dostarcza własne chown, chmod, mknod, stat itp. Jeśli nie rozumiesz niczego z powyższych informacji to nie potrzebujesz tego pakietu! %prep %setup -q -n %{name}-%{version} %build rm missing automake -a -c %configure2_13 %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT gzip -9nf DEBUG %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/libfakeroot %attr(755,root,root) %{_libdir}/libfakeroot/lib*so.* %{_mandir}/man*/*