X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=glibc.spec;h=ebc1297d036ad881bb1fb515f2aab164d29819c1;hb=9b339f81c36ad70b9377649d45448d42bd60b5e9;hp=870a3bdfb0b8dceb7926b26235fa7fd54450d4ba;hpb=304607d7d726f5f6ecafde629ff8b8503c3fcbf1;p=packages%2Fglibc.git diff --git a/glibc.spec b/glibc.spec index 870a3bd..ebc1297 100644 --- a/glibc.spec +++ b/glibc.spec @@ -10,7 +10,6 @@ # TODO: # - look at locale fixes/updates in bugzilla # - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section. -# - unbash /usr/bin/ldd (and other scripts?) # [OLD] # - localedb-gen man pages(?) # - math/{test-fenv,test-tgmath,test-float,test-ifloat}, @@ -33,15 +32,13 @@ Summary(ru.UTF-8): GNU libc версии Summary(tr.UTF-8): GNU libc Summary(uk.UTF-8): GNU libc версії Name: glibc -Version: 2.10 -Release: 0.1 +Version: 2.11 +Release: 3 Epoch: 6 License: LGPL v2.1+ Group: Libraries Source0: ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: 9c2e406dfa10f9064affe8f6ed6eb5df -Source1: ftp://sources.redhat.com/pub/glibc/releases/%{name}-libidn-%{version}.tar.bz2 -# Source1-md5: b8933fecc41e4f21896e6cdcb203ca64 +# Source0-md5: 2c990f97e9ff9fb1c3c85fe826e991b9 Source2: nscd.init Source3: nscd.sysconfig Source4: nscd.logrotate @@ -71,6 +68,7 @@ Patch21: %{name}-cross-gcc_eh.patch Patch22: %{name}-with-stroke.patch Patch23: %{name}-pt_pax.patch Patch25: %{name}-cv_gnu89_inline.patch +Patch26: %{name}-posix-sh.patch URL: http://www.gnu.org/software/libc/ %{?with_selinux:BuildRequires: audit-libs-devel} BuildRequires: autoconf @@ -82,11 +80,12 @@ BuildRequires: binutils >= 2:2.15.90.0.3 %endif %{!?with_cross:BuildRequires: dietlibc-static} BuildRequires: gawk -BuildRequires: gcc >= 5:3.4 +BuildRequires: gcc >= 6:4.3 %{?with_memusage:BuildRequires: gd-devel >= 2.0.1} BuildRequires: gettext-devel >= 0.10.36 %{?with_selinux:BuildRequires: libselinux-devel >= 1.18} BuildRequires: linux-libc-headers >= %{llh_version} +BuildRequires: nss-devel >= 1:3.12.3 BuildRequires: perl-base BuildRequires: rpm-build >= 4.3-0.20030610.28 BuildRequires: rpm-perlprov @@ -94,19 +93,20 @@ BuildRequires: rpmbuild(macros) >= 1.413 BuildRequires: sed >= 4.0.5 BuildRequires: texinfo Requires(post): ldconfig = %{epoch}:%{version}-%{release} -Requires: %{name}-misc = %{epoch}:%{version}-%{release} Requires: uname(release) >= %{min_kernel} Provides: glibc(nptl) Provides: glibc(tls) Provides: rtld(GNU_HASH) Obsoletes: glibc-common Obsoletes: glibc-debug -AutoReq: false %ifarch %{x8664} sparc64 ppc64 Provides: glibc64 Obsoletes: glibc64 %endif +Suggests: localedb +Suggests: tzdata Conflicts: SysVinit < 2.86-11 +Conflicts: %{name}-misc < %{epoch}:%{version}-%{release} Conflicts: kernel < %{min_kernel} Conflicts: kernel24 Conflicts: kernel24-smp @@ -123,6 +123,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # avoid -D_FORTIFY_SOURCE=X %define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+ +%define specflags_sparcv9 -mcpu=ultrasparc -mvis -fcall-used-g6 %define specflags_sparc64 -mcpu=ultrasparc -mvis -fcall-used-g6 # ld.so needs not to be stripped to work @@ -137,8 +138,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # Xen-friendly glibc %define specflags_ia32 -mno-tls-direct-seg-refs -%define specflags_x86_64 -mno-tls-direct-seg-refs -%define specflags_amd64 -mno-tls-direct-seg-refs +%define specflags_x86_64 -mno-tls-direct-seg-refs -fasynchronous-unwind-tables +%define specflags_amd64 -mno-tls-direct-seg-refs -fasynchronous-unwind-tables %define specflags_ia32e -mno-tls-direct-seg-refs # we don't want perl dependency in glibc-devel @@ -266,9 +267,6 @@ Summary: Utilities and data used by glibc Summary(pl.UTF-8): Narzędzia i dane używane przez glibc Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} -Suggests: localedb -Suggests: tzdata -AutoReq: false %description misc Utilities and data used by glibc. @@ -276,6 +274,19 @@ Utilities and data used by glibc. %description misc -l pl.UTF-8 Narzędzia i dane używane przez glibc. +%package libcrypt +Summary: glibc library for crypt(3) +Summary(pl.UTF-8): Biblioteka glibc z funkcją crypt(3) +Group: Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} +Provides: crypt(blowfish) + +%description libcrypt +glibc library for crypt(3). + +%description libcrypt -l pl.UTF-8 +Biblioteka glibc z funkcją crypt(3). + %package -n ldconfig Summary: Create shared library cache and maintains symlinks Summary(de.UTF-8): Erstellt ein shared library cache und verwaltet symlinks @@ -286,6 +297,8 @@ Group: Applications/System # This is needed because previous package (glibc) had autoreq false and had # provided this manually. Probably poldek bug that have to have it here. Provides: /sbin/ldconfig +# we want FHS being installed before ldconfig, altho they are both unrelated to each-other. +Requires: FHS %description -n ldconfig ldconfig scans a running system and sets up the symbolic links that @@ -873,8 +886,7 @@ Un juguete. Zabawka. %prep -%setup -q -a1 -ln -s glibc-libidn-%{version} libidn +%setup -q #%patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -896,15 +908,16 @@ ln -s glibc-libidn-%{version} libidn %patch22 -p1 %patch23 -p0 %patch25 -p1 +%patch26 -p1 -# these would be copied to localedb-src -rm -f localedata/locales/*{.orig,~} +# cleanup backups after patching +find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f chmod +x scripts/cpp # i786 (aka pentium4) hack -cd nptl/sysdeps/i386 && ln -s i686 i786 && cd - -cd nptl/sysdeps/unix/sysv/linux/i386 && ln -s i686 i786 && cd - +ln -s i686 nptl/sysdeps/i386/i786 +ln -s i686 nptl/sysdeps/unix/sysv/linux/i386/i786 %build # glibc has its own way to remove PLT relocations. / H. J. Lu. @@ -928,6 +941,9 @@ AWK="gawk" \ --with%{!?with_selinux:out}-selinux \ --with-tls \ --enable-add-ons=nptl,libidn \ +%if "%{pld_release}" != "ti" + --enable-nss-crypt \ +%endif --enable-stackguard-randomization \ --enable-hidden-plt \ --enable-bind-now \ @@ -940,8 +956,7 @@ AWK="gawk" \ cd .. %if %{with tests} -for d in builddir; do -cd $d +cd builddir env LANGUAGE=C LC_ALL=C \ %{__make} tests 2>&1 | awk ' BEGIN { file = "" } @@ -965,7 +980,7 @@ diet ${CC#*ccache } %{SOURCE7} %{rpmcflags} -Os -static -o glibc-postinst %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log,/var/{lib,run}/nscd} +install -d $RPM_BUILD_ROOT{/etc/{default,logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log,/var/{lib,run}/nscd} cd builddir env LANGUAGE=C LC_ALL=C \ @@ -984,16 +999,16 @@ PICFILES="libc_pic.a libc.map math/libm_pic.a libm.map resolv/libresolv_pic.a" -install $PICFILES $RPM_BUILD_ROOT%{_libdir} -install elf/soinit.os $RPM_BUILD_ROOT%{_libdir}/soinit.o -install elf/sofini.os $RPM_BUILD_ROOT%{_libdir}/sofini.o +install -p $PICFILES $RPM_BUILD_ROOT%{_libdir} +install -p elf/soinit.os $RPM_BUILD_ROOT%{_libdir}/soinit.o +install -p elf/sofini.os $RPM_BUILD_ROOT%{_libdir}/sofini.o # Include %{_libdir}/gconv/gconv-modules.cache ./iconv/iconvconfig --nostdlib --prefix=$RPM_BUILD_ROOT %{_libdir}/gconv -o $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.cache cd .. %if %{without cross} -install glibc-postinst $RPM_BUILD_ROOT/sbin +install -p glibc-postinst $RPM_BUILD_ROOT/sbin %endif %{?with_memusage:mv -f $RPM_BUILD_ROOT/%{_lib}/libmemusage.so $RPM_BUILD_ROOT%{_libdir}} @@ -1015,12 +1030,13 @@ done # linking nss modules directly is not supported rm -f $RPM_BUILD_ROOT%{_libdir}/libnss_*.so -install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd -install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/nscd -install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/nscd -install nscd/nscd.conf $RPM_BUILD_ROOT%{_sysconfdir} +install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd +cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/nscd +cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/nscd +cp -a nscd/nscd.conf $RPM_BUILD_ROOT%{_sysconfdir} +cp -a posix/gai.conf $RPM_BUILD_ROOT%{_sysconfdir} +cp -a nis/nss $RPM_BUILD_ROOT/etc/default/nss sed -e 's#\([ \t]\)db\([ \t]\)#\1#g' nss/nsswitch.conf > $RPM_BUILD_ROOT%{_sysconfdir}/nsswitch.conf -install posix/gai.conf $RPM_BUILD_ROOT%{_sysconfdir} bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.cache @@ -1028,6 +1044,12 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf rm -f $RPM_BUILD_ROOT%{_mandir}/hu/man7/man.7 +# doesn't fit with out tzdata concept and configure.in is stupid assuming bash +# is first posix compatible shell making this script depend on bash. +rm -f $RPM_BUILD_ROOT%{_bindir}/tzselect +rm -f $RPM_BUILD_ROOT%{_mandir}/man8/tzselect.8* +rm -f $RPM_BUILD_ROOT%{_mandir}/*/man8/tzselect.8* + :> $RPM_BUILD_ROOT/var/log/nscd :> $RPM_BUILD_ROOT/var/lib/nscd/passwd :> $RPM_BUILD_ROOT/var/lib/nscd/group @@ -1037,12 +1059,11 @@ rm -rf documentation install -d documentation for f in ANNOUNCE ChangeLog DESIGN-{barrier,condvar,rwlock,sem}.txt TODO{,-kernel,-testing}; do - cp -f nptl/$f documentation/$f.nptl + cp -af nptl/$f documentation/$f.nptl done -cp -f crypt/README.ufc-crypt ChangeLog* documentation +cp -af crypt/README.ufc-crypt ChangeLog* documentation # Collect locale files and mark them with %%lang() -rm -f glibc.lang echo '%defattr(644,root,root,755)' > glibc.lang for i in $RPM_BUILD_ROOT%{_datadir}/locale/*; do if [ -d $i ]; then @@ -1055,13 +1076,13 @@ done # NOTES: # Languages not supported by glibc locales, but usable via $LANGUAGE: # ang - Old English (gtk+, gnome) +# ca@valencia (gtk+, gnome; as ca_ES@valencia in FileZilla; locale exists in Debian) # tlh - Klingon (bzflag) # and variants: # sr@ije (use LANGUAGE=sr_ME@ije/sr_RS@ije) (gnome) # # To be added when they become supported by glibc: # az_IR (gtk+) -# ca@valencia (gtk+2; as ca_ES@valencia in FileZilla; locale exists in Debian) # co (vlc) # dv (iso-codes) # gn (gn_BR in gnome, maybe gn_PY) @@ -1085,25 +1106,25 @@ done # sv tr zh_CN zh_TW # for i in aa aa@saaho af am an ang ar ar_TN as ast az be@alternative be@latin \ - bg bn bn_IN br bs byn crh csb cy de_AT de_CH dz en en@boldquot en@quot \ - en_AU en_CA en_NZ en_US eo es_AR es_CL es_CO es_CR es_DO es_EC es_GT \ - es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE et eu fa fil fo \ - fr_BE fr_CA fr_CH fur fy ga gd gez gu gv ha he hi hsb hy ia id ig ik \ - is it_CH iu ka kk kl km kn ks ku kw ky lg li lo lt lv mai mg mi mk ml \ - mn mr ms mt nds ne nl_BE nn nr nso oc om or pa pap ps pt rm ro sa sc \ - se si sid sl so sq sr sr@Latn sr@ije sr@latin ss st sw ta te tg th ti \ - tig tk tl tlh tn ts tt ug uk ur uz uz@cyrillic ve vi wa wal wo xh yi \ - yo zh_HK zu; do + bg bn bn_IN br bs byn ca@valencia crh csb cy de_AT de_CH dz en \ + en@boldquot en@quot en_AU en_CA en_NZ en_US eo es_AR es_CL es_CO es_CR \ + es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY \ + es_VE et eu fa fil fo fr_BE fr_CA fr_CH fur fy ga gd gez gu gv ha he \ + hi hne hsb hy ia id ig ik is it_CH iu ka kk kl km kn ks ku kw ky lg li \ + lo lt lv mai mg mi mk ml mn mr ms mt nds ne nl_BE nn nr nso oc om or \ + pa pap ps pt rm ro sa sc se si sid sl so sq sr sr@Latn sr@ije sr@latin \ + ss st sw ta te tg th ti tig tk tl tlh tn ts tt ug uk ur uz uz@cyrillic \ + ve vi wa wal wo xh yi yo zh_HK zu; do if [ ! -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES ]; then install -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES # use lang() tags with ll_CC@variant (stripping charset and @quot|@boldquot) - lang=`echo $i | sed -e 's/@quot\>\|@boldquot\>//'` + lang=$(echo $i | sed -e 's/@quot\>\|@boldquot\>//') echo "%lang($lang) %{_datadir}/locale/$i" >> glibc.lang fi done # LC_TIME category, used for localized date formats (at least by coreutils) -for i in af be bg ca cs da de el es et eu fi fr ga gl hu id it ja ko lt ms nb nl pl \ +for i in af be bg ca cs da de el en es et eu fi fr ga gl hu id it ja ko lt ms nb nl pl \ pt pt_BR ru rw sk sl sv tr uk vi zh_CN zh_TW; do if [ ! -d $RPM_BUILD_ROOT%{_datadir}/locale/$i ]; then echo "%lang($lang) %{_datadir}/locale/$i" >> glibc.lang @@ -1142,9 +1163,14 @@ rm -rf $RPM_BUILD_ROOT -/bin/sed -i -e '1iinclude ld.so.conf.d/*.conf' /etc/ld.so.conf %endif +%post libcrypt -p /sbin/ldconfig +%postun libcrypt -p /sbin/ldconfig + %post memusage -p /sbin/ldconfig %postun memusage -p /sbin/ldconfig +%post -n localedb-src -p /usr/bin/localedb-gen + %post devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} @@ -1156,12 +1182,14 @@ rm -rf $RPM_BUILD_ROOT %useradd -P nscd -u 144 -r -d /tmp -s /bin/false -c "Name Service Cache Daemon" -g nscd nscd %post -n nscd +if [ ! -f /var/log/nscd ]; then + umask 027 + touch /var/log/nscd + chown root:root /var/log/nscd + chmod 640 /var/log/nscd +fi /sbin/chkconfig --add nscd -touch /var/log/nscd -chmod 000 /var/log/nscd -chown root:root /var/log/nscd -chmod 640 /var/log/nscd -%service nscd restart "nscd daemon" +%service nscd restart "Name Service Cache Daemon" %preun -n nscd if [ "$1" = "0" ]; then @@ -1175,7 +1203,7 @@ if [ "$1" = "0" ]; then %groupremove nscd fi -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc README NEWS FAQ BUGS %if %{without cross} @@ -1216,12 +1244,6 @@ fi %endif %attr(755,root,root) /%{_lib}/libcidn-%{version}.so %attr(755,root,root) /%{_lib}/libcidn.so.1 -%attr(755,root,root) /%{_lib}/libcrypt-%{version}.so -%ifarch alpha -%attr(755,root,root) /%{_lib}/libcrypt.so.1.1 -%else -%attr(755,root,root) /%{_lib}/libcrypt.so.1 -%endif %attr(755,root,root) /%{_lib}/libdl-%{version}.so %ifarch alpha %attr(755,root,root) /%{_lib}/libdl.so.2.1 @@ -1270,41 +1292,23 @@ fi %attr(755,root,root) /%{_lib}/libnss_files-%{version}.so %attr(755,root,root) /%{_lib}/libnss_files.so.2 -%files -n ldconfig -%defattr(644,root,root,755) -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ld.so.conf -%dir %{_sysconfdir}/ld.so.conf.d -%ghost %{_sysconfdir}/ld.so.cache -%attr(755,root,root) /sbin/ldconfig -%{_mandir}/man8/ldconfig.8* -%lang(es) %{_mandir}/es/man8/ldconfig.8* -%lang(fr) %{_mandir}/fr/man8/ldconfig.8* -%lang(hu) %{_mandir}/hu/man8/ldconfig.8* -%lang(ja) %{_mandir}/ja/man8/ldconfig.8* -%lang(pl) %{_mandir}/pl/man8/ldconfig.8* -%lang(pt) %{_mandir}/pt/man8/ldconfig.8* -%lang(ru) %{_mandir}/ru/man8/ldconfig.8* - -%files misc -f %{name}.lang %defattr(644,root,root,755) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nsswitch.conf %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gai.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/default/nss %config %{_sysconfdir}/rpc %attr(755,root,root) /sbin/sln -%attr(755,root,root) %{_bindir}/catchsegv %attr(755,root,root) %{_bindir}/getconf %attr(755,root,root) %{_bindir}/getent %attr(755,root,root) %{_bindir}/iconv -%attr(755,root,root) %{_bindir}/ldd %ifarch %{ix86} m68k sparc sparcv9 %attr(755,root,root) %{_bindir}/lddlibc4 %endif %attr(755,root,root) %{_bindir}/locale %attr(755,root,root) %{_bindir}/rpcgen -%attr(755,root,root) %{_bindir}/tzselect %attr(755,root,root) %{_sbindir}/zdump %attr(755,root,root) %{_sbindir}/zic @@ -1315,11 +1319,9 @@ fi %dir %{_datadir}/locale %{_datadir}/locale/locale.alias -%{_mandir}/man1/catchsegv.1* %{_mandir}/man1/getconf.1* %{_mandir}/man1/getent.1* %{_mandir}/man1/iconv.1* -%{_mandir}/man1/ldd.1* %{_mandir}/man1/locale.1* %{_mandir}/man1/rpcgen.1* %{_mandir}/man5/locale.5* @@ -1330,13 +1332,11 @@ fi %{_mandir}/man8/ld-linux.so.8* %{_mandir}/man8/ld.so.8* %{_mandir}/man8/sln.8* -%{_mandir}/man8/tzselect.8* %{_mandir}/man8/zdump.8* %{_mandir}/man8/zic.8* %lang(cs) %{_mandir}/cs/man7/* %lang(de) %{_mandir}/de/man5/tzfile.5* %lang(de) %{_mandir}/de/man7/* -%lang(es) %{_mandir}/es/man1/ldd.1* %lang(es) %{_mandir}/es/man5/locale.5* %lang(es) %{_mandir}/es/man5/nsswitch.conf.5* %lang(es) %{_mandir}/es/man5/tzfile.5* @@ -1344,11 +1344,8 @@ fi %lang(es) %{_mandir}/es/man8/ld-linux.8* %lang(es) %{_mandir}/es/man8/ld-linux.so.8* %lang(es) %{_mandir}/es/man8/ld.so.8* -%lang(es) %{_mandir}/es/man8/tzselect.8* %lang(es) %{_mandir}/es/man8/zdump.8* %lang(es) %{_mandir}/es/man8/zic.8* -%lang(fi) %{_mandir}/fi/man1/ldd.1* -%lang(fr) %{_mandir}/fr/man1/ldd.1* %lang(fr) %{_mandir}/fr/man5/locale.5* %lang(fr) %{_mandir}/fr/man5/nsswitch.conf.5* %lang(fr) %{_mandir}/fr/man5/tzfile.5* @@ -1356,10 +1353,8 @@ fi %lang(fr) %{_mandir}/fr/man8/ld-linux.8* %lang(fr) %{_mandir}/fr/man8/ld-linux.so.8* %lang(fr) %{_mandir}/fr/man8/ld.so.8* -%lang(fr) %{_mandir}/fr/man8/tzselect.8* %lang(fr) %{_mandir}/fr/man8/zdump.8* %lang(fr) %{_mandir}/fr/man8/zic.8* -%lang(hu) %{_mandir}/hu/man1/ldd.1* %lang(hu) %{_mandir}/hu/man7/* %lang(hu) %{_mandir}/hu/man8/ld-linux.8* %lang(hu) %{_mandir}/hu/man8/ld-linux.so.8* @@ -1367,9 +1362,7 @@ fi %lang(hu) %{_mandir}/hu/man8/zdump.8* %lang(it) %{_mandir}/it/man5/locale.5* %lang(it) %{_mandir}/it/man7/* -%lang(it) %{_mandir}/it/man8/tzselect.8* %lang(it) %{_mandir}/it/man8/zdump.8* -%lang(ja) %{_mandir}/ja/man1/ldd.1* %lang(ja) %{_mandir}/ja/man1/rpcgen.1* %lang(ja) %{_mandir}/ja/man5/locale.5* %lang(ja) %{_mandir}/ja/man5/nsswitch.conf.5* @@ -1379,16 +1372,12 @@ fi %lang(ja) %{_mandir}/ja/man8/ld-linux.so.8* %lang(ja) %{_mandir}/ja/man8/ld.so.8* %lang(ja) %{_mandir}/ja/man8/sln.8* -%lang(ja) %{_mandir}/ja/man8/tzselect.8* %lang(ja) %{_mandir}/ja/man8/zdump.8* %lang(ja) %{_mandir}/ja/man8/zic.8* -%lang(ko) %{_mandir}/ko/man1/ldd.1* %lang(ko) %{_mandir}/ko/man5/nsswitch.conf.5* %lang(ko) %{_mandir}/ko/man5/tzfile.5* %lang(ko) %{_mandir}/ko/man7/* -%lang(ko) %{_mandir}/ko/man8/tzselect.8* %lang(ko) %{_mandir}/ko/man8/zdump.8* -%lang(pl) %{_mandir}/pl/man1/ldd.1* %lang(pl) %{_mandir}/pl/man5/locale.5* %lang(pl) %{_mandir}/pl/man7/* %lang(pl) %{_mandir}/pl/man8/ld-linux.8* @@ -1398,12 +1387,10 @@ fi %lang(pt) %{_mandir}/pt/man5/nsswitch.conf.5* %lang(pt) %{_mandir}/pt/man5/tzfile.5* %lang(pt) %{_mandir}/pt/man7/* -%lang(pt) %{_mandir}/pt/man8/tzselect.8* %lang(pt) %{_mandir}/pt/man8/zdump.8* %lang(pt) %{_mandir}/pt/man8/zic.8* %lang(ru) %{_mandir}/ru/man1/getent.1* %lang(ru) %{_mandir}/ru/man1/iconv.1* -%lang(ru) %{_mandir}/ru/man1/ldd.1* %lang(ru) %{_mandir}/ru/man1/locale.1* %lang(ru) %{_mandir}/ru/man1/rpcgen.1* %lang(ru) %{_mandir}/ru/man5/locale.5* @@ -1412,20 +1399,57 @@ fi %lang(ru) %{_mandir}/ru/man7/* %lang(ru) %{_mandir}/ru/man8/ld-linux.so.8* %lang(ru) %{_mandir}/ru/man8/ld.so.8* -%lang(ru) %{_mandir}/ru/man8/tzselect.8* %lang(ru) %{_mandir}/ru/man8/zdump.8* %lang(ru) %{_mandir}/ru/man8/zic.8* %lang(tr) %{_mandir}/tr/man1/iconv.1* -%lang(tr) %{_mandir}/tr/man1/ldd.1* %lang(zh_CN) %{_mandir}/zh_CN/man1/iconv.1* -%lang(zh_CN) %{_mandir}/zh_CN/man1/ldd.1* %lang(zh_CN) %{_mandir}/zh_CN/man5/locale.5* %lang(zh_CN) %{_mandir}/zh_CN/man5/tzfile.5* %lang(zh_CN) %{_mandir}/zh_CN/man7/* -%lang(zh_CN) %{_mandir}/zh_CN/man8/tzselect.8* %lang(zh_CN) %{_mandir}/zh_CN/man8/zdump.8* %lang(zh_CN) %{_mandir}/zh_CN/man8/zic.8* +%files misc +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/catchsegv +%attr(755,root,root) %{_bindir}/ldd +%{_mandir}/man1/catchsegv.1* +%{_mandir}/man1/ldd.1* +%lang(es) %{_mandir}/es/man1/ldd.1* +%lang(fi) %{_mandir}/fi/man1/ldd.1* +%lang(fr) %{_mandir}/fr/man1/ldd.1* +%lang(hu) %{_mandir}/hu/man1/ldd.1* +%lang(ja) %{_mandir}/ja/man1/ldd.1* +%lang(ko) %{_mandir}/ko/man1/ldd.1* +%lang(pl) %{_mandir}/pl/man1/ldd.1* +%lang(ru) %{_mandir}/ru/man1/ldd.1* +%lang(tr) %{_mandir}/tr/man1/ldd.1* +%lang(zh_CN) %{_mandir}/zh_CN/man1/ldd.1* + +%files libcrypt +%defattr(644,root,root,755) +%attr(755,root,root) /%{_lib}/libcrypt-%{version}.so +%ifarch alpha +%ghost %attr(755,root,root) /%{_lib}/libcrypt.so.1.1 +%else +%ghost %attr(755,root,root) /%{_lib}/libcrypt.so.1 +%endif + +%files -n ldconfig +%defattr(644,root,root,755) +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ld.so.conf +%dir %{_sysconfdir}/ld.so.conf.d +%ghost %{_sysconfdir}/ld.so.cache +%attr(755,root,root) /sbin/ldconfig +%{_mandir}/man8/ldconfig.8* +%lang(es) %{_mandir}/es/man8/ldconfig.8* +%lang(fr) %{_mandir}/fr/man8/ldconfig.8* +%lang(hu) %{_mandir}/hu/man8/ldconfig.8* +%lang(ja) %{_mandir}/ja/man8/ldconfig.8* +%lang(pl) %{_mandir}/pl/man8/ldconfig.8* +%lang(pt) %{_mandir}/pt/man8/ldconfig.8* +%lang(ru) %{_mandir}/ru/man8/ldconfig.8* + %files -n nss_compat %defattr(644,root,root,755) %attr(755,root,root) /%{_lib}/libnss_compat-%{version}.so