# $Id: soapbox.spec 4308 2006-04-21 22:20:20Z dries $ # Authority: dag %define _libdir /lib Summary: Library to restrict processes from tampering with directories/files Name: soapbox Version: 0.3.1 Release: 1.2 License: GPL Group: System Environment/Libraries URL: http://dag.wieers.com/home-made/soapbox/ Source: http://dag.wieers.com/home-made/soapbox/soapbox-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Soapbox allows to restrict specific processes to write only to those places you want files to be changed. Read-access however is still based on file-permissions. By preloading the Soapbox library, you can run programs as root and still be safe that they don't mess up your system. %prep %setup %build %{__make} %{?_smp_mflags} clean all %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS BUGS ChangeLog COPYING COPYRIGHT README THANKS TODO %{_libdir}/* %{_bindir}/* %changelog * Sat Apr 08 2006 Dries Verachtert - 0.3.1-1.2 - Rebuild for Fedora Core 5. * Thu Jul 31 2003 Dag Wieers - 0.3.1-0 - Updated to release 0.3.1. * Thu Jun 05 2003 Dag Wieers - 0.3.0-0 - Updated to release 0.3.0. * Mon Apr 21 2003 Dag Wieers - 0.2.1-0 - Updated to release 0.2.1. * Sat Apr 19 2003 Dag Wieers - 0.2.0-0 - Updated to release 0.2.0. * Wed Mar 26 2003 Dag Wieers - 0.1.2-0 - Updated to release 0.1.2. * Tue Mar 25 2003 Dag Wieers - 0.1.1-0 - Updated to release 0.1.1. * Sun Mar 23 2003 Dag Wieers - 0.1.0-0 - Updated to release 0.1.0. * Tue Mar 18 2003 Dag Wieers - 0.0.12-0 - Updated to release 0.0.12. * Mon Mar 17 2003 Dag Wieers - 0.0.11-0 - Updated to release 0.0.11. * Sun Mar 16 2003 Dag Wieers - 0.0.10-0 - Updated to release 0.0.10. * Sat Mar 15 2003 Dag Wieers - 0.0.7-0 - Updated to release 0.0.7. * Fri Mar 14 2003 Dag Wieers - 0.0.3-0 - Initial package. (using DAR)