]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- reverted glibc-postinst accidental commit
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 17 Apr 2005 20:38:46 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.596

glibc.spec

index c0c20b71d2b9b2b1be501331b07a3d451230305e..18787e5bd75268e3ef4ef8e314db62e8d4226fce 100644 (file)
@@ -93,7 +93,6 @@ Source5:      %{name}-man-pages.tar.bz2
 Source6:       %{name}-non-english-man-pages.tar.bz2
 # Source6-md5: 6159f0a9b6426b5f6fc1b0d8d21b9b76
 Source7:       %{name}-localedb-gen
-Source8:       %{name}-LD-path.c
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pl.po-update.patch
 Patch2:                %{name}-pld.patch
@@ -903,8 +902,6 @@ cd ..
 done
 %endif
 
-%{__cc} %{SOURCE8} %{rpmcflags} -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}
@@ -931,7 +928,6 @@ install elf/soinit.os                               $RPM_BUILD_ROOT%{_libdir}/soinit.o
 install elf/sofini.os                          $RPM_BUILD_ROOT%{_libdir}/sofini.o
 
 install elf/postshell                          $RPM_BUILD_ROOT/sbin
-install glibc-postinst                         $RPM_BUILD_ROOT/sbin
 cd ..
 
 %if %{with dual}
@@ -1104,8 +1100,7 @@ rm -rf $RPM_BUILD_ROOT
 %else
 %post  -p /sbin/postshell
 %endif
-/sbin/glibc-postinst /%{_lib}/%{_host_cpu}
-/sbin/ldconfig /%{_lib} %{_prefix}/%{_lib}
+/sbin/ldconfig
 -/sbin/telinit u
 
 %ifarch amd64 ppc64 s390x sparc64
@@ -1188,7 +1183,6 @@ fi
 %defattr(644,root,root,755)
 %doc README NEWS FAQ BUGS
 %attr(755,root,root) /sbin/postshell
-%attr(755,root,root) /sbin/glibc-postinst
 %attr(755,root,root) /sbin/ldconfig
 # ld* and libc.so.6 SONAME symlinks must be in package because of
 # chicken-egg problem (postshell is dynamically linked with libc);
This page took 0.131778 seconds and 4 git commands to generate.