diff --git a/jfsutils.spec b/jfsutils.spec index cf7494f..55bdcfb 100644 --- a/jfsutils.spec +++ b/jfsutils.spec @@ -8,6 +8,7 @@ Group: System Environment/Base License: GPLv2+ Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Buildrequires: libuuid-devel +Conflicts: filesystem < 3 %description The jfsutils package contains a number of utilities for creating, @@ -26,7 +27,7 @@ into a file; xpeek - shell-type JFS file system editor. find . -type f -name *.[ch] -exec chmod -x {} \; %build -%configure --sbindir=/sbin +%configure make %{?_smp_mflags} %install @@ -38,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -/sbin/* +%{_sbindir}/* %{_mandir}/man8/* %doc AUTHORS COPYING NEWS ChangeLog