rpms/sg3_utils/devel sg3_utils.spec,1.22,1.23

Phil Knirsch (pknirsch) fedora-extras-commits at redhat.com
Fri Mar 28 14:08:13 UTC 2008


Author: pknirsch

Update of /cvs/pkgs/rpms/sg3_utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21485

Modified Files:
	sg3_utils.spec 
Log Message:
- Dropped really unnecessary Provides of sg_utils (#226414)
- Use --disable-static in configure (#226414)



Index: sg3_utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sg3_utils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sg3_utils.spec	27 Mar 2008 14:30:50 -0000	1.22
+++ sg3_utils.spec	28 Mar 2008 14:07:31 -0000	1.23
@@ -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 @@
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -53,7 +52,6 @@
 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 @@
 %{_libdir}/*.so
  
 %changelog
+* Fri Mar 28 2008 Phil Knirsch <pknirsch at redhat.com> - 1.25-4
+- Dropped really unnecessary Provides of sg_utils (#226414)
+- Use --disable-static in configure (#226414)
+
 * Thu Mar 27 2008 Phil Knirsch <pknirsch at redhat.com> - 1.25-3
 - Specfile cleanup, removal of static development libraries (#226414)
 




More information about the fedora-extras-commits mailing list