SPECS: libsmbios.spec - updated to 2.0.2 - added ac patch to fix ac 2.6x is...

qboosh qboosh at pld-linux.org
Wed Jun 18 07:05:23 CEST 2008


Author: qboosh                       Date: Wed Jun 18 05:05:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.0.2
- added ac patch to fix ac 2.6x issue
- added sh patch to kill bashism, run configure using sh
  (libtool 2.x don't work with sh when configured using bash)

---- Files affected:
SPECS:
   libsmbios.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/libsmbios.spec
diff -u SPECS/libsmbios.spec:1.8 SPECS/libsmbios.spec:1.9
--- SPECS/libsmbios.spec:1.8	Sun Jan 13 19:38:46 2008
+++ SPECS/libsmbios.spec	Wed Jun 18 07:05:18 2008
@@ -2,12 +2,14 @@
 Summary:	Open BIOS parsing library
 Summary(pl.UTF-8):	Biblioteka analizująca Open BIOS
 Name:		libsmbios
-Version:	2.0.0
+Version:	2.0.2
 Release:	1
 License:	OSL v2.1 or GPL v2+
 Group:		Libraries
 Source0:	http://linux.dell.com/libsmbios/download/libsmbios/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	1e7a28f9afd07bd692a126947d2735bb
+# Source0-md5:	3d079038c08495c2a46ec20544168bb4
+Patch0:		%{name}-ac.patch
+Patch1:		%{name}-sh.patch
 URL:		http://linux.dell.com/libsmbios/main/index.html
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake >= 1.6
@@ -86,6 +88,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -93,8 +97,7 @@
 %{__autoconf}
 %{__automake}
 CPPFLAGS="-DLIBSMBIOS_ASSERT_CONFIG=1"
-# ${!varname} bashism
-bash %configure
+%configure
 %{__make}
 
 %install
@@ -139,6 +142,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/06/18 05:05:18  qboosh
+- updated to 2.0.2
+- added ac patch to fix ac 2.6x issue
+- added sh patch to kill bashism, run configure using sh
+  (libtool 2.x don't work with sh when configured using bash)
+
 Revision 1.8  2008/01/13 18:38:46  qboosh
 - updated to 2.0.0 (note: libsmbios soname changed, libsmbiosxml gone)
 - removed obsolete link patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsmbios.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list