diff --git a/lsscsi.spec b/lsscsi.spec index 9e9d574..0a502f5 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,11 +1,11 @@ Summary: List SCSI devices (or hosts) and associated information Name: lsscsi -Version: 0.21 -Release: 2%{?dist} +Version: 0.22 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz -Url: http://sg.danny.cz/scsi/lsscsi.html +URL: http://sg.danny.cz/scsi/lsscsi.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -18,24 +18,25 @@ Author: -------- Doug Gilbert -%prep +%prep %setup -q -%build +%build %configure make %{?_smp_mflags} -%install +%install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -%clean +%clean rm -rf %{buildroot} + %files %defattr(-,root,root) %doc ChangeLog INSTALL README CREDITS AUTHORS COPYING @@ -44,10 +45,13 @@ rm -rf %{buildroot} %changelog -* Tue Nov 4 2008 Dan Horak - 0.21-2 +* Mon Feb 2 2009 Dan Horák - 0.22-1 +- update to 0.22 + +* Tue Nov 4 2008 Dan Horák - 0.21-2 - add disttag -* Tue Nov 4 2008 Dan Horak - 0.21-1 +* Tue Nov 4 2008 Dan Horák - 0.21-1 - update to 0.21 - update urls