SPECS: libsmbios.spec - updated to 0.13.11 - added link patch to k...

qboosh qboosh at pld-linux.org
Fri Nov 2 06:39:34 CET 2007


Author: qboosh                       Date: Fri Nov  2 05:39:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.13.11
- added link patch to kill -L poisoning in libsmbiosxml.la

---- Files affected:
SPECS:
   libsmbios.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/libsmbios.spec
diff -u SPECS/libsmbios.spec:1.5 SPECS/libsmbios.spec:1.6
--- SPECS/libsmbios.spec:1.5	Tue Aug 28 23:34:23 2007
+++ SPECS/libsmbios.spec	Fri Nov  2 06:39:29 2007
@@ -2,15 +2,20 @@
 Summary:	Open BIOS parsing library
 Summary(pl.UTF-8):	Biblioteka analizująca Open BIOS
 Name:		libsmbios
-Version:	0.13.10
+Version:	0.13.11
 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:	23faf207803e7249be7662697f8218a9
+# Source0-md5:	1a522211eee051fce227350faab3e63f
+Patch0:		%{name}-link.patch
 URL:		http://linux.dell.com/libsmbios/main/index.html
-BuildRequires:	cppunit-devel
+BuildRequires:	autoconf >= 2.61
+BuildRequires:	automake >= 1.6
+BuildRequires:	cppunit-devel >= 1.9.6
 BuildRequires:	doxygen
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	libxml2-devel
 ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -83,8 +88,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 CPPFLAGS="-DLIBSMBIOS_ASSERT_CONFIG=1"
 # ${!varname} bashism
 bash %configure
@@ -113,7 +123,7 @@
 
 %files progs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -135,6 +145,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/11/02 05:39:29  qboosh
+- updated to 0.13.11
+- added link patch to kill -L poisoning in libsmbiosxml.la
+
 Revision 1.5  2007/08/28 21:34:23  qboosh
 - updated to 0.13.10
 
================================================================

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



More information about the pld-cvs-commit mailing list