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