--daemonize : the first new feature of 0.3
[untie.git] / untie.spec
blob661956c27ba25be3839afad6e6b62855940ae6eb
1 Summary: Process namespace creator
2 Name: untie
3 Version: 0.3
4 Release: 1
5 License: GPL
6 Group: System/Utilities
7 Packager: Guillaume Chazarain <guichaz@yahoo.fr>
8 URL: http://guichaz.free.fr/untie
9 Source: http://guichaz.free.fr/untie/files/untie-%{version}.tar.gz
10 BuildRoot: /var/tmp/%{name}-%{version}-root
12 %description
13 untie is a tool used to launch commands in new namespaces.
16 %prep
17 %setup -q
20 %build
21 make
24 %install
25 rm -rf
26 %makeinstall PREFIX=%{buildroot}/%{_prefix}
29 %clean
30 rm -rf
33 %files
34 %defattr(-,root,root)
35 %doc COPYING NEWS README
36 %{_sbindir}/*
37 %doc %{_mandir}/*/*