Summary: DevFS Daemon Name: devfsd Version: 1.3.1 Release: 1 Source: %{name}-%{version}.tar.gz Copyright: GPL Group: Base Group(pl): Podstawowe Buildroot: /tmp/%{name}-%{version}-root %define _exec_prefix / %description Device File System Daemon. %prep %setup -q -n devfsd %build make %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}} install devfsd $RPM_BUILD_ROOT%{_sbindir} install devfsd.8 $RPM_BUILD_ROOT%{_mandir}/man8 install devfsd.conf $RPM_BUILD_ROOT%{_sysconfdir} gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/devfsd.conf %attr(755,root,root) %{_sbindir}/* %{_mandir}/man8/*.gz