SPECS: fakechroot.spec (NEW) - new

arekm arekm at pld-linux.org
Thu Sep 8 23:24:14 CEST 2005


Author: arekm                        Date: Thu Sep  8 21:24:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   fakechroot.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fakechroot.spec
diff -u /dev/null SPECS/fakechroot.spec:1.1
--- /dev/null	Thu Sep  8 23:24:14 2005
+++ SPECS/fakechroot.spec	Thu Sep  8 23:24:09 2005
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Provides a fake chroot environment to programs
+Name:		fakechroot
+Version:	2.3
+Release:	1
+License:	GPL
+Group:		Development/Tools
+Source0:	http://ftp.debian.org/debian/pool/main/f/fakechroot/%{name}_%{version}.tar.gz
+# Source0-md5:	9df72412f6a209a63bdac02d3088d604
+URL:		http://fakechroot.alioth.debian.org/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_libdir		%{_prefix}/%{_lib}/libfakechroot
+
+%description
+fakechroot provides a fake chroot environment to programs. A fake
+chroot allows you to run programs which require root privileges on an
+unprivileged user account. For example, you can create a Debian
+bootstrap or a development environment and build packages inside a
+chroot'ed system using a standard non-root user account. You can then
+use the apt-get command to install other packages without root
+privileges.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}
+%attr(755,root,root) %{_libdir}/libfakechroot.so
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/08 21:24:09  arekm
+- new
+
================================================================



More information about the pld-cvs-commit mailing list