ALT Linux Bugzilla
– Attachment 861 Details for
Bug 6745
multilib support
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
mutlilib support
iptables.spec.diff (text/plain), 1.82 KB, created by
Kachalov Anton
on 2005-04-29 20:47:32 MSD
(
hide
)
Description:
mutlilib support
Filename:
MIME Type:
Creator:
Kachalov Anton
Created:
2005-04-29 20:47:32 MSD
Size:
1.82 KB
patch
obsolete
>--- iptables.spec.orig 2005-03-16 22:39:25 +0300 >+++ iptables.spec 2005-04-29 20:39:25 +0400 >@@ -1,6 +1,6 @@ > Name: iptables > Version: 1.3.1 >-Release: alt1 >+Release: alt1.1 > > Summary: Tools for managing Linux kernel packet filtering capabilities > License: GPL >@@ -94,20 +94,20 @@ > popd > > %build >-make COPT_FLAGS="%optflags" PREFIX=%prefix LIBDIR=/lib \ >+make COPT_FLAGS="%optflags" PREFIX=%prefix LIBDIR=/%_lib \ > all experimental > > %install > make install install-experimental install-devel \ > DESTDIR=$RPM_BUILD_ROOT BINDIR=/sbin MANDIR=%_mandir \ >- PREFIX=%prefix LIBDIR=/lib >+ PREFIX=%prefix LIBDIR=/%_lib > mkdir -p $RPM_BUILD_ROOT%_libdir/ >-pushd $RPM_BUILD_ROOT/lib >+pushd $RPM_BUILD_ROOT/%_lib > for f in lib*; do >- ln -s ../../lib/$f $RPM_BUILD_ROOT%_libdir/${f%.0.0} >+ ln -s ../../%_lib/$f $RPM_BUILD_ROOT%_libdir/${f%.0.0} > done > popd >-mv $RPM_BUILD_ROOT/lib/*.a $RPM_BUILD_ROOT%_libdir/ >+mv $RPM_BUILD_ROOT/%_lib/*.a $RPM_BUILD_ROOT%_libdir/ > > mkdir -p $RPM_BUILD_ROOT%_includedir/libiptc > install -pm644 include/*.h $RPM_BUILD_ROOT%_includedir >@@ -127,10 +127,10 @@ > %config %_initdir/iptables > /sbin/iptables* > %_man8dir/iptables* >-%dir /lib/%name/ >-/lib/%name/libipt* >-/lib/libipt*.so.* >-/lib/libipq*.so.* >+%dir /%_lib/%name/ >+/%_lib/%name/libipt* >+/%_lib/libipt*.so.* >+/%_lib/libipq*.so.* > > %files ipv6 > %config(noreplace) %_sysconfdir/sysconfig/ip6tables >@@ -138,8 +138,8 @@ > %config %_initdir/ip6tables > /sbin/ip6tables* > %_man8dir/ip6tables* >-/lib/%name/libip6t* >-/lib/libip6t*.so.* >+/%_lib/%name/libip6t* >+/%_lib/libip6t*.so.* > > %files devel > %_includedir/* >@@ -156,6 +156,9 @@ > %postun ipv6 -p %postun_ldconfig > > %changelog >+* Fri Apr 29 2005 Anton D. Kachalov <mouse@altlinux.org> 1.3.1-alt1.1 >+- multilib support >+ > * Tue Mar 16 2005 Alexey Voinov <voins@altlinux.ru> 1.3.1-alt1 > - new version (1.3.1) > - makefile patch updated
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 6745
: 861