mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
Add x86_64-only static libraries to static-devel package
This commit is contained in:
parent
3404e089cb
commit
26d67b8fe1
1 changed files with 10 additions and 6 deletions
16
glibc.spec
16
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
|
||||
|
|
Loading…
Add table
Reference in a new issue