From 2bd021907151bfa04355491b834b6b6f23797c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 6 Dec 2014 16:22:18 +0100 Subject: [PATCH] spec cleanup --- lsscsi.spec | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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