diff --git a/lsscsi.spec b/lsscsi.spec index cf55e0f..576c663 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -6,7 +6,6 @@ License: GPLv2+ Group: Applications/System Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz URL: http://sg.danny.cz/scsi/lsscsi.html -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Uses information provided by the sysfs pseudo file system in Linux kernel @@ -29,19 +28,13 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make DESTDIR=%{buildroot} install -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root) %doc ChangeLog INSTALL README CREDITS AUTHORS COPYING -%attr(0755,root,root) %{_bindir}/* -%{_mandir}/man8/* +%{_bindir}/%{name} +%{_mandir}/man8/%{name}.8* %changelog