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