120 Star 0 Fork 11

src-openEuler / fakechroot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fakechroot.spec 1.59 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
gu-gu-gu 提交于 2020-01-22 11:00 . disable test
Name: fakechroot
Version: 2.19
Release: 8
Summary: Gives a fake chroot environment
License: LGPLv2+
URL: https://github.com/dex4er/fakechroot
Source0: https://github.com/dex4er/fakechroot/archive/%{version}/fakechroot-%{version}.tar.gz
Patch0000: 0001-Add-support-of-LFS-compatible-fts-functions.patch
Requires: binutils
Provides: fakechroot-libs = %{version}-%{release}
Obsoletes: fakechroot-libs < %{version}-%{release}
BuildRequires: autoconf automake libtool perl-podlators perl-generators
%description
fakechroot creates a fake environment in which user could run a command and
use the chroot(8) call without root privileges. This is useful when user want
a chrooted environment to install other packages without elevating privileges.
%package help
Summary: Documentation of fakechroot
%description help
The documentation of fakechroot.
%prep
%autosetup -p1
chmod -x scripts/{relocatesymlinks,restoremode,savemode}.sh
%build
autoreconf -vfi
%configure --disable-static --disable-silent-rules
%make_build
%install
%make_install
%delete_la
%check
#make check
%files
%doc scripts/{relocatesymlinks,restoremode,savemode}.sh
%license COPYING LICENSE
%{_bindir}/*fakechroot
%{_sbindir}/chroot.fakechroot
%config(noreplace) %{_sysconfdir}/fakechroot/*.env
%{_libdir}/fakechroot/
%files help
%doc NEWS.md README.md THANKS.md
%{_mandir}/man1/fakechroot.1*
%changelog
* Wed Jan 22 2020 gulining<gulining1@huawei.com> - 2.19-8
- Disable test
* Wed Nov 27 2019 lihao <lihao129@huawei.com> - 2.19-7
- Package Init
1
https://gitee.com/src-openeuler/fakechroot.git
git@gitee.com:src-openeuler/fakechroot.git
src-openeuler
fakechroot
fakechroot
openEuler-20.03-LTS

搜索帮助

14c37bed 8189591 565d56ea 8189591