- Fixed URLs
- Updated to sg3_utils-1.25
This commit is contained in:
parent
afe8103310
commit
d1300dcd75
@ -1 +1 @@
|
||||
sg3_utils-1.23.tgz
|
||||
sg3_utils-1.25.tgz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Summary: Utilities for devices that use SCSI command sets
|
||||
Name: sg3_utils
|
||||
Version: 1.23
|
||||
Release: 2%{?dist}
|
||||
Version: 1.25
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and BSD
|
||||
Group: Utilities/System
|
||||
Source: ftp://www.torque.net/sg/p/sg3_utils-%{version}.tgz
|
||||
Url: http://www.torque.net/sg/u_index.html
|
||||
Source: http://sg.torque.net/sg/p/sg3_utils-%{version}.tgz
|
||||
Url: http://sg.torque.net/sg/sg3_utils.html
|
||||
Provides: sg_utils
|
||||
BuildRequires: libtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -44,24 +44,21 @@ developing applications.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
if [ "$RPM_BUILD_ROOT" != "/" ]; then
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
fi
|
||||
%ifarch sparc64 ppc64 s390x x86_64
|
||||
make install PREFIX=$RPM_BUILD_ROOT/usr LIBDIR=$RPM_BUILD_ROOT/usr/lib64
|
||||
%else
|
||||
make install PREFIX=$RPM_BUILD_ROOT/usr
|
||||
%endif
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG COVERAGE CREDITS INSTALL README README.sg_start
|
||||
%doc ChangeLog COVERAGE CREDITS INSTALL README README.sg_start
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
%{_mandir}/man8/*
|
||||
|
||||
@ -77,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.la
|
||||
|
||||
%changelog
|
||||
* Mon Oct 22 2007 Phil Knirsch <pknirsch@redhat.com> - 1.25-1
|
||||
- Fixed URLs
|
||||
- Updated to sg3_utils-1.25
|
||||
|
||||
* Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 1.23-2
|
||||
- License review and update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user