- update to 0.22

This commit is contained in:
Dan Horák 2009-02-02 11:42:53 +00:00
parent 488d549b90
commit 1e7fc36c20

View File

@ -1,11 +1,11 @@
Summary: List SCSI devices (or hosts) and associated information Summary: List SCSI devices (or hosts) and associated information
Name: lsscsi Name: lsscsi
Version: 0.21 Version: 0.22
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
@ -18,24 +18,25 @@ Author:
-------- --------
Doug Gilbert <dgilbert(at)interlog(dot)com> Doug Gilbert <dgilbert(at)interlog(dot)com>
%prep
%prep
%setup -q %setup -q
%build
%build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install
%install
rm -rf %{buildroot} rm -rf %{buildroot}
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
%clean
%clean
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog INSTALL README CREDITS AUTHORS COPYING %doc ChangeLog INSTALL README CREDITS AUTHORS COPYING
@ -44,10 +45,13 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Nov 4 2008 Dan Horak <dan[at]danny.cz> - 0.21-2 * Mon Feb 2 2009 Dan Horák <dan[at]danny.cz> - 0.22-1
- update to 0.22
* Tue Nov 4 2008 Dan Horák <dan[at]danny.cz> - 0.21-2
- add disttag - add disttag
* Tue Nov 4 2008 Dan Horak <dan[at]danny.cz> - 0.21-1 * Tue Nov 4 2008 Dan Horák <dan[at]danny.cz> - 0.21-1
- update to 0.21 - update to 0.21
- update urls - update urls