]> git.pld-linux.org Git - packages/dropto.git/blob - dropto.spec
- setuidgid with supplementary groups, from http://bugs.debian.org/cgi-bin/bugreport...
[packages/dropto.git] / dropto.spec
1 Summary:        Run a program as another user
2 Name:           dropto
3 Version:        0.3.1
4 Release:        1
5 License:        GPL v3
6 Group:          Base/Utilities
7 Source0:        http://users.ox.ac.uk/~tom/source/dropto/%{name}-%{version}.tar.gz
8 # Source0-md5:  1c22adbe6c10c91a1037a8d5dd8220f8
9 URL:            http://users.ox.ac.uk/~tom/dropto/dropto.8
10 BuildRequires:  xmlto
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Privilege-dropping exec()er in the spirit of setuidgid, but with
15 supplementary group membership.
16
17 %prep
18 %setup -q
19
20 %build
21 %configure
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 %{__make} install \
27         DESTDIR=$RPM_BUILD_ROOT
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc AUTHORS README THANKS 
35 %attr(755,root,root) %{_bindir}/dropto
36 %{_mandir}/man8/dropto.8*
This page took 0.083202 seconds and 3 git commands to generate.