Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > d78a95337530a0922a6b5da9bf6c324a > files > 3

fakechroot-2.16-5.mga3.src.rpm

Summary:	Gives a fake chroot environment
Name:		fakechroot
Version:	2.16
Release:	%mkrel 5
License:	LGPLv2+
Group:		Development/C
URL:		http://fakechroot.alioth.debian.org/
Source0:	http://ftp.debian.org/debian/pool/main/f/fakechroot/%{name}-%{version}.tar.gz
Patch1:		fakechroot-rpm-glob64.patch

# Required for patch0:
BuildRequires:	autoconf, automake >= 1.10, libtool

%description
fakechroot runs a command in an environment were is additionally
possible to use the chroot(8) call without root privileges. This is
useful for allowing users to create their own chrooted environment
with possibility to install another packages without need for root
privileges.

%prep
%setup -q
%apply_patches

# Patch0 updates autoconf, so rerun this:
./autogen.sh

%build
%configure \
  --disable-dependency-tracking \
  --disable-static
make

%install
make install DESTDIR=%{buildroot}

%check
#make test

%files
%doc LICENSE scripts/restoremode.sh scripts/savemode.sh
%{_bindir}/ldd.fakechroot
%{_bindir}/fakechroot
%{_sbindir}/chroot.fakechroot
/etc/fakechroot
%{_mandir}/man1/fakechroot.1.*
%exclude %{_libdir}/fakechroot/libfakechroot.la
# No library package, there's no major:
%{_libdir}/fakechroot/libfakechroot.so


%changelog

* Fri Jan 11 2013 umeabot <umeabot> 2.16-5.mga3
+ Revision: 350046
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Jan 10 2013 sander85 <sander85> 2.16-4.mga3
+ Revision: 344773
- Disable broken tests

* Fri Jul 13 2012 rtp <rtp> 2.16-3.mga3
+ Revision: 270591
- update glob64 patch to handle glob too.

* Wed Jul 04 2012 rtp <rtp> 2.16-2.mga3
+ Revision: 267605
- fix testsuite call (the Makefile target is test not check)
- workaround for rpm glob64 issue

* Wed Jun 27 2012 tv <tv> 2.16-1.1.mga3
+ Revision: 264172
- fix file list
- fix file list
- new release

* Tue Mar 13 2012 tv <tv> 2.9-1.1.mga2
+ Revision: 223257
- imported package fakechroot