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:
parent
29060470df
commit
53880e7c76
@ -1,2 +1,4 @@
|
||||
libvpd-2_2-3
|
||||
libvpd-devel
|
||||
requires -libvpd-<targettype>
|
||||
requires "libvpd-2_2-3-<targettype> = <version>"
|
||||
|
15
libvpd.spec
15
libvpd.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user