OBS User unknown 2008-05-09 23:31:40 +00:00 committed by Git OBS Bridge
parent 2accd8153e
commit ee441b859f
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -8,7 +8,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: http://sg.torque.net/sg/sg3_utils.html
@ -20,7 +19,7 @@ Provides: sg_utils
Conflicts: scsi
AutoReqProv: on
Version: 1.25
Release: 2
Release: 6
Summary: A collection of tools that send SCSI commands to devices
Source: http://sg.torque.net/sg/p/sg3_utils-%{sgver}.tar.bz2
Source2: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
@ -69,7 +68,7 @@ Authors:
%patch1
%build
autoreconf -f
autoreconf -fi
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's/\-O2/-Os/'`
CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
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}
%changelog
* Fri May 09 2008 schwab@suse.de
- Use autoreconf -i.
* Thu Apr 24 2008 hare@suse.de
- Split off from original scsi package.