rpms/fakechroot/devel fakechroot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Mon Jan 1 21:08:47 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/fakechroot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25216/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fakechroot.spec 
Log Message:
auto-import fakechroot-2.5-12.at on branch devel from fakechroot-2.5-12.at.src.rpm


--- NEW FILE fakechroot.spec ---
Summary: Gives a fake chroot environment
Name: fakechroot
Version: 2.5
Release: 12%{?dist}
License: LGPL
Group: Development/Tools
URL: http://packages.debian.org/unstable/utils/fakechroot.html
Source0: http://ftp.debian.org/debian/pool/main/f/fakechroot/%{name}_%{version}.orig.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%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
perl -pi -e's,int readlink,ssize_t readlink,' src/libfakechroot.c
chmod -x scripts/ldd.fake scripts/restoremode.sh scripts/savemode.sh

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

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%check || :
#currently broken: No rule to make target `t.pwd'
#make check

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE scripts/ldd.fake scripts/restoremode.sh scripts/savemode.sh
%{_bindir}/fakechroot
%dir %{_libdir}/fakechroot
%exclude %{_libdir}/fakechroot/libfakechroot.la
%{_libdir}/fakechroot/libfakechroot.so
%{_mandir}/man1/fakechroot.1.gz

%changelog
* Mon Jan  1 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.5-12
- Remove executable bits from scripts in documentation.

* Sun Dec 31 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.5-11
- Add %%{_libdir}/fakechroot to %%files.
- Fix license (is LGPL, not GPL).
- Add commented %%check (currently broken).
- Add ldd.fake and save/restoremode.sh to %%doc

* Fri Dec 29 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.5-10
- Extend the %%description a bit.

* Thu Dec 28 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.5-9
- Don't build static lib.
- Exclude libtool lib.

* Thu Nov 24 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
- Update to 2.5.

* Sat Sep 17 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
- Update to 2.4.

* Sun Jul  3 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
- Update to 0.9+1.3.

* Sun Feb  6 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
- Update to 0.5+1.2.4.

* Sun Jan 25 2004 Axel Thimm <Axel.Thimm at ATrpms.net>
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jan 2007 21:07:19 -0000	1.1
+++ .cvsignore	1 Jan 2007 21:08:17 -0000	1.2
@@ -0,0 +1 @@
+fakechroot_2.5.orig.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jan 2007 21:07:19 -0000	1.1
+++ sources	1 Jan 2007 21:08:17 -0000	1.2
@@ -0,0 +1 @@
+b885951b98f4316f9686699e9853513d  fakechroot_2.5.orig.tar.gz




More information about the fedora-extras-commits mailing list