Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37578283
en ru br
ALT Linux repositórios
S:1.29-alt3
5.0: 1.12.2-alt1
4.1: 1.9.4-alt2
4.0: 1.9.4-alt2.M40.1
3.0: 1.2-alt3

Group :: Desenvolvimento/Outros
RPM: fakeroot

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: fakeroot
Version: 1.9.4
Release: alt2

Summary: Run a command in an environment faking root privileges for file manipulation
License: GPL
Group: Development/Other
Url: http://packages.qa.debian.org/f/fakeroot.html
Packager: Dmitry V. Levin <ldv at altlinux.org>

# ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_%version.tar.bz2

Source: fakeroot-%version.tar
Patch: fakeroot-%version-%release.patch

Requires: getopt
BuildRequires: gcc-c++, libacl-devel
%{!?_without_check:%{!?_disable_check:BuildRequires: sharutils}}

%description
fakeroot runs a command in an environment were it appears to have root
privileges for file manipulation.  This is useful for allowing users to
createarchives (tar, ar, .rpm etc.) with files in them with root
permissions/ownership.  Without fakeroot one would have to have root
privileges to create the constituent files of the archives with the
correct permissions and ownership, and then pack them up, or one would
have to construct the archives directly, without using the archiver.

%prep
%setup -q
%patch -p1
bzip2 -9fk debian/changelog

%build
grep -FZrl sys: test |
xargs -r0 sed -i "s/sys:/bin:/g" --
grep -FZrl :sys test |
xargs -r0 sed -i "s/:sys/:bin/g" --
autoreconf -fisv
%configure --libdir=%_libdir/libfakeroot --enable-static=no
%make_build LIBCPATH=/%_lib/libc.so.6

%{!?__buildreqs:%{!?_without_check:%{!?_disable_check:%make_build check}}}

%install
%makeinstall libdir=%buildroot%_libdir/libfakeroot
find %buildroot%_libdir -type f -name \*.la -delete

%files
%_bindir/*
%_libdir/libfakeroot
%_mandir/man?/*
%doc debian/changelog.bz2 doc/README* DEBUG

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009