Accepting request 24434 from Base:System

Copy from Base:System/libsmbios based on submit request 24434 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmbios?expand=0&rev=18
This commit is contained in:
OBS User autobuild 2009-11-16 13:33:40 +00:00 committed by Git OBS Bridge
parent e141b517e2
commit 55645bb1bd
2 changed files with 12 additions and 89 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 28 17:28:59 UTC 2009 - crrodriguez@opensuse.org
- libsmbios-devel Requires libstdc++-devel
-------------------------------------------------------------------
Mon Mar 2 17:15:14 CET 2009 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libsmbios (Version MACRO)
# spec file for package libsmbios (Version 2.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: libsmbios
BuildRequires: Xerces-c-devel cppunit-devel gcc-c++ glibc-devel libxml2-devel tree
BuildRequires: Xerces-c-devel cppunit-devel gcc-c++ libxml2-devel tree
Url: http://linux.dell.com/libsmbios/main/index.html
%define _unpackaged_files_terminate_build 0
%define build_static 0
@ -37,8 +37,8 @@ Url: http://linux.dell.com/libsmbios/main/index.html
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
%define LIBNAME libsmbios2
Version: %{major}.%{minor}.%{sub}
Release: 13
License: BSD 3-Clause; GPL v2 or later; Other uncritical OpenSource License
Release: 2
License: BSD 3-clause (or similar) ; GPL v2 or later ; Other uncritical OpenSource License
Source: %{name}-%{version}.tar.bz2
Patch0: libsmbios-fix-compiler_warning_cgcc.diff
Patch1: libsmbios-2.0.2-gcc44.patch
@ -67,7 +67,7 @@ License: GPL v2 or later
%else
%package -n libsmbios2
License: GPL v2 or later
License: BSD 3-clause (or similar) ; GPL v2 or later ; Other uncritical OpenSource License
%endif
Summary: Libsmbios shared libraries
Group: System/Management
@ -90,9 +90,10 @@ Group: System/Management
License: GPL v2 or later
Summary: development headers and archives
Group: System/Management
Requires: libstdc++-devel
%package static
License: GPL v2 or later; Other uncritical OpenSource License
License: GPL v2 or later ; Other uncritical OpenSource License
Summary: Open BIOS parsing libs
Group: System/Management
%if 0%{?suse_version} < 1100
@ -264,86 +265,3 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Mon Mar 02 2009 crrodriguez@suse.de
- fix build with GCC 4.4
* Fri Nov 07 2008 dkukawka@suse.de
- fixed spec:
- added Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) for
libsmbios2 and libsmbios-bin to fix bnc#440814
* Wed Aug 13 2008 ro@suse.de
- change ExcludeArch to ExclusiveArch
* Tue Jul 29 2008 coolo@suse.de
- obsolete old name
* Mon Jul 07 2008 dkukawka@suse.de
- change naming of the lib package because of 'Shared Library
Packaging Policy' and rpmlint
- updated to latest version v2.0.2
* Mon Jun 02 2008 dkukawka@suse.de
- added: 'Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)'
to specfile to get the package installed on Dell machines
(fix for bnc#326765)
* Mon Mar 10 2008 crrodriguez@suse.de
- dont buildrequire libxml, only libxml2 is used
* Fri Mar 07 2008 dmueller@suse.de
- fix documentation permissions
* Tue Jan 08 2008 dkukawka@suse.de
- added new patch:
- libsmbios-fix-compiler_warning_cgcc.diff
* Sat Dec 29 2007 crrodriguez@suse.de
- fix library-without-ldconfig-postun errors
* Wed Dec 19 2007 dkukawka@suse.de
- updated to new version 0.13.13
* Sun Nov 04 2007 dkukawka@suse.de
- updated to new version 0.13.12:
- removed upstream gone patch:
- libsmbios-fix-includes.diff
- fixed spec-file:
- binaries moved from /usr/bin to /usr/sbin
* Tue Oct 16 2007 dkukawka@suse.de
- updated to new version 0.13.10:
- Fix a couple of failure-to-check-return on fopen. most were
unit-test code only, but two or three were in regular code.
- Add hinting to the memory class, so that it can intelligently
close /dev/mem file handle when it is not needed (which is
most of the time). it only leaves it open when it is scanning,
so speed is not impacted.
- new upstream
- added patches:
- libsmbios-fix-includes.diff: fix missing includes (needed to
build in beta tree)
* Wed May 02 2007 dkukawka@suse.de
- updated to new version 0.13.6:
- critical bugfix to dellBiosUpdate utility to fix packet mode
- autoconf/automake support for automatically building docs
- more readable 'make' lines by splitting out env vars
- remove run_cppunit option... always run unit tests.
- update autoconf/automake utilities to latest version
- fix LDFLAGS to not overwrite user entered LDFLAGS
- add automatic doxygen build of docs
- fix urls of public repos
- remove yum repo page in favor of official page from docs
- split dmi table entry point from smbios table entry point
- support legacy _DMI_ tables
- fix support for EFI-based imacs without proper _SM_ anchor
* Mon Mar 26 2007 dkukawka@suse.de
- updated to new version 0.13.4 as requested by DELL maintainer
- autotools conversion
- new util dellWirelessCtl to control builtin wireless on Dell
laptops
* Sun Mar 04 2007 dkukawka@suse.de
- fixed spec file: removed 'rm -rf ${RPM_BUILD_ROOT}' from install
section
- added ExcludeArch for ppc/ppc64 and s390/s390x
* Wed Feb 28 2007 dkukawka@suse.de
- updated to new version 0.12.4:
* the package no longer provide bios_update_tools subpackage,
since they are no longer part of the source
* Fri Feb 10 2006 bwise@suse.de
- put description ib bios_update_check
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 19 2006 ro@suse.de
- provide main package name in one subpackage
(needed for debuginfo since we do not have a main package here)
* Wed Jan 11 2006 bwhiteley@suse.de
- first build