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