Accepting request 970876 from home:michals
- Split udev rules into a separate package - Obsolete libvpd2 by udev rules - Obsolete 32bit devel package OBS-URL: https://build.opensuse.org/request/show/970876 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvpd?expand=0&rev=3
This commit is contained in:
parent
53880e7c76
commit
73be06136e
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 19 16:06:53 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
- Split udev rules into a separate package
|
||||||
|
- Obsolete libvpd2 by udev rules
|
||||||
|
- Obsolete 32bit devel package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 19:06:30 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
Thu Apr 14 19:06:30 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
15
libvpd.spec
15
libvpd.spec
@ -44,17 +44,28 @@ 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
|
Group: System/Libraries
|
||||||
|
Requires: %{name}-base
|
||||||
|
|
||||||
%description -n %{name}%{soversion}
|
%description -n %{name}%{soversion}
|
||||||
The libvpd package contains classes that are used to access a Vital
|
The libvpd package contains classes that are used to access a Vital
|
||||||
Product Data (VPD) database created by vpdupdate in the lsvpd package.
|
Product Data (VPD) database created by vpdupdate in the lsvpd package.
|
||||||
|
|
||||||
|
%package base
|
||||||
|
Summary: Udev rules for VPD Database access library
|
||||||
|
Group: System/Libraries
|
||||||
|
Obsoletes: libvpd2 < 2.2.9
|
||||||
|
|
||||||
|
%description base
|
||||||
|
Udev rules for libvpd library used to access a 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
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name}%{soversion} = %{version}-%{release}
|
Requires: %{name}%{soversion} = %{version}-%{release}
|
||||||
Requires: pkgconfig(sqlite3)
|
Requires: pkgconfig(sqlite3)
|
||||||
Obsoletes: libvpd2-devel < 2.2.9
|
Obsoletes: libvpd2-devel < 2.2.9
|
||||||
|
Obsoletes: libvpd2-devel-32bit < 2.2.9
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libvpd-devel package contains development libraries and header
|
The libvpd-devel package contains development libraries and header
|
||||||
@ -68,7 +79,7 @@ the lsvpd package.
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -79,6 +90,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files -n %{name}%{soversion}
|
%files -n %{name}%{soversion}
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
%files base
|
||||||
%{_udevrulesdir}/90-vpdupdate.rules
|
%{_udevrulesdir}/90-vpdupdate.rules
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user