SHA256
3
0
forked from pool/libeconf

Accepting request 1167058 from home:schubi2

libeconf-devel-static package

OBS-URL: https://build.opensuse.org/request/show/1167058
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=24
This commit is contained in:
Stefan Schubert 2024-04-12 13:14:09 +00:00 committed by Git OBS Bridge
parent 24b4396efd
commit 3a0a07b588

View File

@ -52,6 +52,14 @@ This package contains all necessary include files and libraries needed
to develop applications that needs to read configuration files from
different locations.
%package devel-static
Summary: Static library for libeconf
Group: Development/Libraries/C and C++
Requires: libeconf-devel = %{version}
%description devel-static
This package contains libeconf.a static library.
%package utils
Summary: Command line interface for libeconf
Group: System/Base
@ -81,10 +89,12 @@ and /etc.
%license LICENSE
%{_libdir}/libeconf.so.*
%files devel-static
%{_libdir}/libeconf.a
%files devel
%{_includedir}/*.h
%{_libdir}/libeconf.so
%{_libdir}/libeconf.a
%{_libdir}/pkgconfig/libeconf.pc
%{_mandir}/man3/libeconf.3%{?ext_man}