File project.diff of Package zerofree
--- zerofree.spec.orig
+++ zerofree.spec
@@ -22,6 +22,7 @@ Release: 0
Summary: Utility for ext2,ext3,ext4 filesystems that zeroes out unallocated blocks
License: GPL-2.0-only
Group: System/Filesystems
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://frippery.org/uml/
Source0: http://frippery.org/uml/%{name}-%{version}.tgz
Source1: http://frippery.org/uml/sparsify.c
@@ -51,9 +52,10 @@ install -s -m 0755 sparsify %{buildroot}
install -D -p -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/zerofree.8
%files
+%defattr(-,root,root)
-%license COPYING
+%doc COPYING
%{_bindir}/sparsify
%{_bindir}/zerofree
-%{_mandir}/man8/zerofree.8%{?ext_man}
+%{_mandir}/man8/zerofree.8*
%changelog