diff --git a/glibc.spec b/glibc.spec index 27bf160..6d28fc5 100644 --- a/glibc.spec +++ b/glibc.spec @@ -396,7 +396,7 @@ Linux system will not function. %endif #----------------------------------------------------------------------- -%package devel +%package devel Summary: Header and object files for development using standard C libraries Group: Development/C Requires: %{name} = %{EVRD} @@ -411,7 +411,7 @@ Provides: eglibc-crypt_blowfish-devel = %{crypt_bf_ver} %rename glibc-doc-pdf %endif -%description devel +%description devel The glibc-devel package contains the header and object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which @@ -419,7 +419,7 @@ will use the standard C libraries, your system needs to have these standard header and object files available in order to create the executables. -%files devel +%files devel %{_mandir}/man3/* %{_infodir}/libc.info* %doc %{_docdir}/glibc/* @@ -448,24 +448,28 @@ executables. %endif #----------------------------------------------------------------------- -%package static-devel +%package static-devel Summary: Static libraries for GNU C library Group: Development/C Requires: %{name}-devel = %{EVRD} -%description static-devel +%description static-devel The glibc-static-devel package contains the static libraries necessary for developing programs which use the standard C libraries. Install glibc-static-devel if you need to statically link your program or library. -%files static-devel +%files static-devel %{_libdir}/libBrokenLocale.a %{_libdir}/libanl.a %{_libdir}/libc.a %{_libdir}/libcrypt.a %{_libdir}/libdl.a %{_libdir}/libm.a +%ifarch x86_64 +%{_libdir}/libmvec.a +%{_libdir}/libmvec_nonshared.a +%endif %{_libdir}/libnsl.a %{_libdir}/libpthread.a %{_libdir}/libresolv.a