]> git.pld-linux.org Git - packages/daemon.git/blob - daemon.spec
- updated to 0.6.2
[packages/daemon.git] / daemon.spec
1 Summary:        Daemon turns other process into daemons
2 Summary(pl):    Daemon - zamiana innych procesów w demony
3 Name:           daemon
4 Version:        0.6.2
5 Release:        1
6 License:        GPL
7 Group:          Daemons
8 #Source0Download: http://libslack.org/daemon/
9 Source0:        http://libslack.org/daemon/download/%{name}-%{version}.tar.gz
10 # Source0-md5:  322e474d52feb9773f50b906c441ec82
11 URL:            http://libslack.org/daemon/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Daemon turns other process into daemons. There are many tasks that
16 need to be performed to correctly set up a daemon process. This can be
17 tedious. Daemon performs these tasks for other processes.
18
19 %description -l pl
20 Daemon zamienia inne procesy w demony. Jest wiele zadañ, które trzeba
21 wykonaæ, aby poprawnie uruchomiæ demona. Mo¿e to byæ mêcz±ce. Daemon
22 wykonuje te zadania dla innych procesów.
23
24 %prep
25 %setup -q
26
27 %build
28 conf/linux
29 %{__make} \
30         CC="%{__cc}" \
31         CCFLAGS="%{rpmcflags}" \
32         APP_INSDIR="%{_sbindir}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         APP_INSDIR=$RPM_BUILD_ROOT%{_sbindir} \
39         APP_MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
40         FMT_MANDIR=tmp
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README
48 %attr(755,root,root) %{_sbindir}/*
49 %{_mandir}/man1/*
This page took 0.047517 seconds and 3 git commands to generate.