This commit is contained in:
parent
2accd8153e
commit
ee441b859f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 9 17:31:33 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Use autoreconf -i.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 24 14:14:14 CEST 2008 - hare@suse.de
|
Thu Apr 24 14:14:14 CEST 2008 - hare@suse.de
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Url: http://sg.torque.net/sg/sg3_utils.html
|
Url: http://sg.torque.net/sg/sg3_utils.html
|
||||||
|
|
||||||
@ -20,7 +19,7 @@ Provides: sg_utils
|
|||||||
Conflicts: scsi
|
Conflicts: scsi
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.25
|
Version: 1.25
|
||||||
Release: 2
|
Release: 6
|
||||||
Summary: A collection of tools that send SCSI commands to devices
|
Summary: A collection of tools that send SCSI commands to devices
|
||||||
Source: http://sg.torque.net/sg/p/sg3_utils-%{sgver}.tar.bz2
|
Source: http://sg.torque.net/sg/p/sg3_utils-%{sgver}.tar.bz2
|
||||||
Source2: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
|
Source2: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
|
||||||
@ -69,7 +68,7 @@ Authors:
|
|||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f
|
autoreconf -fi
|
||||||
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's/\-O2/-Os/'`
|
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's/\-O2/-Os/'`
|
||||||
CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
|
CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
|
||||||
PREFIX=%{_prefix} LIBDIR=%{_libdir} CC=gcc \
|
PREFIX=%{_prefix} LIBDIR=%{_libdir} CC=gcc \
|
||||||
@ -210,5 +209,7 @@ test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROO
|
|||||||
rm -rf $RPM_BUILD_DIR/sg3_utils-%{sgver}
|
rm -rf $RPM_BUILD_DIR/sg3_utils-%{sgver}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 09 2008 schwab@suse.de
|
||||||
|
- Use autoreconf -i.
|
||||||
* Thu Apr 24 2008 hare@suse.de
|
* Thu Apr 24 2008 hare@suse.de
|
||||||
- Split off from original scsi package.
|
- Split off from original scsi package.
|
||||||
|
Loading…
Reference in New Issue
Block a user