diff --git a/libeconf.spec b/libeconf.spec index d318763..9e45f3a 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -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}