ALT Linux Bugzilla
– Attachment 526 Details for
Bug 4899
support for x86_64
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Change /lib to /%_lib to make compile on x86_64
zlib.spec.diff (text/plain), 1.19 KB, created by
Kachalov Anton
on 2004-07-26 19:20:12 MSD
(
hide
)
Description:
Change /lib to /%_lib to make compile on x86_64
Filename:
MIME Type:
Creator:
Kachalov Anton
Created:
2004-07-26 19:20:12 MSD
Size:
1.19 KB
patch
obsolete
>--- zlib.spec.orig 2004-05-04 13:15:33 +0400 >+++ zlib.spec 2004-07-26 19:19:14 +0400 >@@ -1,6 +1,6 @@ > Name: zlib > Version: 1.2.1.1 >-Release: alt2 >+Release: alt3 > > Summary: The zlib compression and decompression library > Summary(ru_RU.KOI8-R): âÉÂÌÉÏÔÅËÁ ÓÖÁÔÉÑ ÄÁÎÎÙÈ zlib >@@ -101,12 +101,12 @@ > bzip2 -9fk README ChangeLog FAQ algorithm.txt > > %install >-%__mkdir_p $RPM_BUILD_ROOT{/lib,%_libdir,%_includedir,%_man3dir} >+%__mkdir_p $RPM_BUILD_ROOT{/%_lib,%_libdir,%_includedir,%_man3dir} > >-cp -a libz.so.* $RPM_BUILD_ROOT/lib/ >+cp -a libz.so.* $RPM_BUILD_ROOT/%_lib/ > v=`objdump -p libz.so |awk '/SONAME/ {print $2}'` > [ -n "$v" ] >-%__ln_s ../../lib/$v $RPM_BUILD_ROOT%_libdir/libz.so >+%__ln_s ../../%_lib/$v $RPM_BUILD_ROOT%_libdir/libz.so > > install -pm644 zlib.h zconf.h $RPM_BUILD_ROOT%_includedir/ > install -pm644 zlib.3 $RPM_BUILD_ROOT%_man3dir/ >@@ -119,7 +119,7 @@ > %postun -p %postun_ldconfig > > %files >-/lib/* >+/%_lib/* > > %files devel > %_libdir/*.so >@@ -133,6 +133,9 @@ > %endif > > %changelog >+* Mon Jul 26 2004 Kachalov Anton <mouse@altlinux.ru> 1.2.1.1-alt3 >+- Change /lib to /%_lib to make compile on x86_64 >+ > * Tue May 04 2004 Dmitry V. Levin <ldv@altlinux.org> 1.2.1.1-alt2 > - Rebuilt with glibc-2.3.x. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4899
: 526