]> git.pld-linux.org Git - packages/devfsd.git/blob - devfsd.spec
- updated to 1.3.5
[packages/devfsd.git] / devfsd.spec
1 Summary:        DevFS Daemon
2 Name:           devfsd
3 Version:        1.3.5
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 Copyright:      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 %build
23 make
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}}
28
29 install devfsd          $RPM_BUILD_ROOT%{_sbindir}
30 install devfsd.8        $RPM_BUILD_ROOT%{_mandir}/man8
31 install %{SOURCE1}      $RPM_BUILD_ROOT%{_sysconfdir}/devfsd.conf
32
33 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
34
35 %clean 
36 rm -rf $RPM_BUILD_ROOT
37
38 %files 
39 %defattr(644,root,root,755)
40 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/devfsd.conf
41 %attr(755,root,root) %{_sbindir}/*
42 %{_mandir}/man8/*.gz
This page took 0.044238 seconds and 3 git commands to generate.