From 67a9d65d555b1c6cfc37be2f6a22933523bc1f75 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Mar 28 2008 14:07:31 +0000 Subject: - Dropped really unnecessary Provides of sg_utils (#226414) - Use --disable-static in configure (#226414) --- diff --git a/sg3_utils.spec b/sg3_utils.spec index 416784c..6e4e8f2 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,12 +1,11 @@ Summary: Utilities for devices that use SCSI command sets Name: sg3_utils Version: 1.25 -Release: 3%{?dist} +Release: 4%{?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 -Provides: sg_utils = 1.02 BuildRequires: libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -44,7 +43,7 @@ developing applications. %setup -q %build -%configure +%configure --disable-static make %{?_smp_mflags} %install @@ -53,7 +52,6 @@ if [ "$RPM_BUILD_ROOT" != "/" ]; then fi make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la -rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a %clean rm -rf $RPM_BUILD_ROOT @@ -78,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Fri Mar 28 2008 Phil Knirsch - 1.25-4 +- Dropped really unnecessary Provides of sg_utils (#226414) +- Use --disable-static in configure (#226414) + * Thu Mar 27 2008 Phil Knirsch - 1.25-3 - Specfile cleanup, removal of static development libraries (#226414)