Accepting request 970759 from home:jengelh:branches:devel:libraries:c_c++

add needed baselibs stanza

OBS-URL: https://build.opensuse.org/request/show/970759
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvpd?expand=0&rev=2
This commit is contained in:
Marcus Meissner 2022-04-19 12:06:40 +00:00 committed by Git OBS Bridge
parent 29060470df
commit 53880e7c76
2 changed files with 10 additions and 7 deletions

View File

@ -1,2 +1,4 @@
libvpd-2_2-3
libvpd-devel
requires -libvpd-<targettype>
requires "libvpd-2_2-3-<targettype> = <version>"

View File

@ -23,7 +23,7 @@ Version: 2.2.9
Release: 0
Summary: VPD Database access library for lsvpd
License: LGPL-2.1-or-later
Group: Development/Libraries/Other
Group: Development/Libraries/C and C++
URL: https://github.com/power-ras/libvpd
Source: https://github.com/power-ras/libvpd/archive/v%{version}.tar.gz#/%{name}2-%{version}.tar.gz
Source1: baselibs.conf
@ -38,15 +38,16 @@ BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(zlib)
%description
The libvpd_cxx package contains the classes that are used to access a
vpd database created by vpdupdate in the lsvpd package.
The libvpd package contains classes that are used to access a Vital
Product Data (VPD) database created by vpdupdate in the lsvpd package.
%package -n %{name}%{soversion}
Summary: VPD Database access library for lsvpd
Group: System/Libraries
%description -n %{name}%{soversion}
The libvpd_cxx package contains the classes that are used to access a
vpd database created by vpdupdate in the lsvpd package.
The libvpd package contains classes that are used to access a Vital
Product Data (VPD) database created by vpdupdate in the lsvpd package.
%package devel
Summary: VPD Database access library for lsvpd
@ -61,13 +62,13 @@ files that are used to access a vpd database created by vpdupdate in
the lsvpd package.
%prep
%autosetup -p1 -n %{name}-%{version}
%autosetup -p1
%build
autoreconf -fiv
%configure \
--disable-static
make %{?_smp_mflags}
%make_build
%install
%make_install