- update to upstream version 1.26

This commit is contained in:
Dan Horák 2008-06-30 12:57:33 +00:00
parent 67a9d65d55
commit 9957650409
3 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
sg3_utils-1.25.tgz
sg3_utils-1.26.tgz

View File

@ -1,12 +1,11 @@
Summary: Utilities for devices that use SCSI command sets
Name: sg3_utils
Version: 1.25
Release: 4%{?dist}
Version: 1.26
Release: 1%{?dist}
License: GPLv2+ and BSD
Group: Applications/System
Source: http://sg.torque.net/sg/p/sg3_utils-%{version}.tgz
Url: http://sg.torque.net/sg/sg3_utils.html
BuildRequires: libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -32,8 +31,9 @@ This package contains the shared library for %{name}.
%package devel
Summary: Development library and header files for the sg3_utils library
Group: Development/System
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: glibc-headers
%description devel
This package contains the %{name} library and its header files for
@ -44,6 +44,11 @@ developing applications.
%build
%configure --disable-static
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
@ -76,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%changelog
* Mon Jun 30 2008 Dan Horak <dan@danny.cz> - 1.26-1
- update to upstream version 1.26
* Fri Mar 28 2008 Phil Knirsch <pknirsch@redhat.com> - 1.25-4
- Dropped really unnecessary Provides of sg_utils (#226414)
- Use --disable-static in configure (#226414)

View File

@ -1 +1 @@
9fec4d8f3f6c8b3d2da79fc17cc2d387 sg3_utils-1.25.tgz
9a7aa8d954d75dc6c91e066e215867f2 sg3_utils-1.26.tgz