]> git.pld-linux.org Git - packages/devfsd.git/blame - devfsd.spec
- devfsd.conf as separate source (to easy maintaining)
[packages/devfsd.git] / devfsd.spec
CommitLineData
f15b17ea 1Summary: DevFS Daemon
2Name: devfsd
3Version: 1.3.1
4Release: 1
573e5059
AF
5Source0: %{name}-%{version}.tar.gz
6Source1: devfsd.conf
f15b17ea 7Copyright: GPL
8Group: Base
9Group(pl): Podstawowe
10Buildroot: /tmp/%{name}-%{version}-root
11
12%define _exec_prefix /
13
14%description
15Device File System Daemon.
16
17%prep
18%setup -q -n devfsd
19%build
20make
21%install
22rm -rf $RPM_BUILD_ROOT
23
24install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}}
25
26install devfsd $RPM_BUILD_ROOT%{_sbindir}
27install devfsd.8 $RPM_BUILD_ROOT%{_mandir}/man8
573e5059 28install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/devfsd.conf
f15b17ea 29
30gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/devfsd.conf
38%attr(755,root,root) %{_sbindir}/*
39%{_mandir}/man8/*.gz
This page took 0.109333 seconds and 4 git commands to generate.