From d1300dcd75b89ff3ee17aa3c04859c0b3befa2f2 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Mon, 22 Oct 2007 14:44:02 +0000 Subject: [PATCH] - Fixed URLs - Updated to sg3_utils-1.25 --- .cvsignore | 2 +- sg3_utils.spec | 23 ++++++++++++----------- sources | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3f80f0b..8292f57 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sg3_utils-1.23.tgz +sg3_utils-1.25.tgz diff --git a/sg3_utils.spec b/sg3_utils.spec index 2b3e89c..bab5b27 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -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 - 1.25-1 +- Fixed URLs +- Updated to sg3_utils-1.25 + * Thu Aug 16 2007 Phil Knirsch - 1.23-2 - License review and update diff --git a/sources b/sources index 10407f0..7a61dbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dc73fdfbe30ad8bf5d46e743c002542 sg3_utils-1.23.tgz +9fec4d8f3f6c8b3d2da79fc17cc2d387 sg3_utils-1.25.tgz