rpms/sg3_utils/devel .cvsignore, 1.7, 1.8 sg3_utils.spec, 1.19, 1.20 sources, 1.7, 1.8

Phil Knirsch (pknirsch) fedora-extras-commits at redhat.com
Mon Oct 22 14:44:35 UTC 2007


Author: pknirsch

Update of /cvs/pkgs/rpms/sg3_utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27887

Modified Files:
	.cvsignore sg3_utils.spec sources 
Log Message:
- Fixed URLs
- Updated to sg3_utils-1.25



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	2 Feb 2007 13:25:11 -0000	1.7
+++ .cvsignore	22 Oct 2007 14:44:02 -0000	1.8
@@ -1 +1 @@
-sg3_utils-1.23.tgz
+sg3_utils-1.25.tgz


Index: sg3_utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sg3_utils.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sg3_utils.spec	16 Aug 2007 13:15:55 -0000	1.19
+++ sg3_utils.spec	22 Oct 2007 14:44:02 -0000	1.20
@@ -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 @@
 %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 @@
 %{_libdir}/*.la
  
 %changelog
+* Mon Oct 22 2007 Phil Knirsch <pknirsch at redhat.com> - 1.25-1
+- Fixed URLs
+- Updated to sg3_utils-1.25
+
 * Thu Aug 16 2007 Phil Knirsch <pknirsch at redhat.com> - 1.23-2
 - License review and update
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	2 Feb 2007 13:25:11 -0000	1.7
+++ sources	22 Oct 2007 14:44:02 -0000	1.8
@@ -1 +1 @@
-4dc73fdfbe30ad8bf5d46e743c002542  sg3_utils-1.23.tgz
+9fec4d8f3f6c8b3d2da79fc17cc2d387  sg3_utils-1.25.tgz




More information about the fedora-extras-commits mailing list