- update to 0.22
This commit is contained in:
parent
488d549b90
commit
1e7fc36c20
22
lsscsi.spec
22
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 <dgilbert(at)interlog(dot)com>
|
||||
|
||||
%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 <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
|
||||
|
||||
* 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 urls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user