]> git.pld-linux.org Git - packages/devfsd.git/blob - devfsd.spec
v1.3.10
[packages/devfsd.git] / devfsd.spec
1 Summary:        DevFS Daemon
2 Name:           devfsd
3 Version:        1.3.10
4 Release:        1
5 Source0:        ftp://ftp.atnf.csiro.au:21/pub/people/rgooch/linux/daemons/%{name}-v%{version}.tar.gz
6 Source1:        devfsd.conf
7 License:        GPL
8 Group:          Base
9 Group(pl):      Podstawowe
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         _exec_prefix    /
13
14 %description
15 Device File System Daemon.
16
17 %description -l pl
18 Demon systemu plików urz±dzeñ.
19
20 %prep
21 %setup  -q -n devfsd
22
23 %build
24 %{__make} 
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}}
30
31 install devfsd          $RPM_BUILD_ROOT%{_sbindir}
32 install devfsd.8        $RPM_BUILD_ROOT%{_mandir}/man8
33 install %{SOURCE1}      $RPM_BUILD_ROOT%{_sysconfdir}/devfsd.conf
34
35 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
36
37 %clean 
38 rm -rf $RPM_BUILD_ROOT
39
40 %files 
41 %defattr(644,root,root,755)
42 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/devfsd.conf
43 %attr(755,root,root) %{_sbindir}/*
44 %{_mandir}/man8/*.gz
This page took 0.078702 seconds and 3 git commands to generate.