SPECS: noexec.spec (NEW) - new, based on http://dag.wieers.com/pac...

zbyniu zbyniu at pld-linux.org
Mon May 29 02:58:59 CEST 2006


Author: zbyniu                       Date: Mon May 29 00:58:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on http://dag.wieers.com/packages/noexec/noexec.spec

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

---- Diffs:

================================================================
Index: SPECS/noexec.spec
diff -u /dev/null SPECS/noexec.spec:1.1
--- /dev/null	Mon May 29 02:58:59 2006
+++ SPECS/noexec.spec	Mon May 29 02:58:53 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Run a process unable to create childs
+Name:		noexec
+Version:	1.1.0
+Release:	0.1
+License:	GPL
+Group:		Base
+URL:		http://noexec.sourceforge.net/
+Source0:	http://dl.sourceforge.net/noexec/%{name}-%{version}.tar.gz
+# Source0-md5:	288680a3ac5dc237f0881e3967aa844d
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+You want to run a process which will be unable to create a child (For
+example you want run less via sudo and disable escaping to the shell)
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog NEWS
+%{_mandir}/man?/*
+%attr(755,root,root) %{_bindir}/noexec
+%attr(755,root,root) %{_libdir}/*.so
+
+%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  2006/05/29 00:58:53  zbyniu
+- new, based on http://dag.wieers.com/packages/noexec/noexec.spec
+
================================================================


More information about the pld-cvs-commit mailing list