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