]> git.pld-linux.org Git - packages/dropto.git/blame - dropto.spec
- up to 0.3.2 (newlines to error messages)
[packages/dropto.git] / dropto.spec
CommitLineData
d3db4ed5
ER
1Summary: Run a program as another user
2Name: dropto
4777e66c
ER
3Version: 0.3.2
4Release: 1
d3db4ed5
ER
5License: GPL v3
6Group: Base/Utilities
7Source0: http://users.ox.ac.uk/~tom/source/dropto/%{name}-%{version}.tar.gz
4777e66c 8# Source0-md5: f1a6e3b7e94f16336cf66d385dbe2d96
d3db4ed5 9URL: http://users.ox.ac.uk/~tom/dropto/dropto.8
8cb06ee8 10BuildRequires: asciidoc
d3db4ed5
ER
11BuildRequires: xmlto
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
e7dd5285
ER
14# don't clobber user path with progs that need root
15%define _bindir %{_sbindir}
16
d3db4ed5
ER
17%description
18Privilege-dropping exec()er in the spirit of setuidgid, but with
19supplementary group membership.
20
21%prep
22%setup -q
23
24%build
25%configure
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%{__make} install \
31 DESTDIR=$RPM_BUILD_ROOT
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
8cb06ee8 38%doc AUTHORS README THANKS
93198b11 39%attr(755,root,root) %{_sbindir}/dropto
d3db4ed5 40%{_mandir}/man8/dropto.8*
This page took 0.070415 seconds and 4 git commands to generate.