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