- update to upstream version 1.26
This commit is contained in:
parent
67a9d65d55
commit
9957650409
@ -1 +1 @@
|
|||||||
sg3_utils-1.25.tgz
|
sg3_utils-1.26.tgz
|
||||||
|
@ -1,12 +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.25
|
Version: 1.26
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and BSD
|
License: GPLv2+ and BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://sg.torque.net/sg/p/sg3_utils-%{version}.tgz
|
Source: http://sg.torque.net/sg/p/sg3_utils-%{version}.tgz
|
||||||
Url: http://sg.torque.net/sg/sg3_utils.html
|
Url: http://sg.torque.net/sg/sg3_utils.html
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,8 +31,9 @@ This package contains the shared library for %{name}.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development library and header files for the sg3_utils library
|
Summary: Development library and header files for the sg3_utils library
|
||||||
Group: Development/System
|
Group: Development/Libraries
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
Requires: glibc-headers
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the %{name} library and its header files for
|
This package contains the %{name} library and its header files for
|
||||||
@ -44,6 +44,11 @@ developing applications.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -76,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 28 2008 Phil Knirsch <pknirsch@redhat.com> - 1.25-4
|
||||||
- Dropped really unnecessary Provides of sg_utils (#226414)
|
- Dropped really unnecessary Provides of sg_utils (#226414)
|
||||||
- Use --disable-static in configure (#226414)
|
- Use --disable-static in configure (#226414)
|
||||||
|
Loading…
Reference in New Issue
Block a user