SPECS: tcp_wrappers.spec - should be lib64-aware; release 39
qboosh
qboosh at pld-linux.org
Tue Dec 27 20:41:01 CET 2005
Author: qboosh Date: Tue Dec 27 19:41:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- should be lib64-aware; release 39
---- Files affected:
SPECS:
tcp_wrappers.spec (1.76 -> 1.77)
---- Diffs:
================================================================
Index: SPECS/tcp_wrappers.spec
diff -u SPECS/tcp_wrappers.spec:1.76 SPECS/tcp_wrappers.spec:1.77
--- SPECS/tcp_wrappers.spec:1.76 Tue Dec 27 16:46:43 2005
+++ SPECS/tcp_wrappers.spec Tue Dec 27 20:40:55 2005
@@ -10,7 +10,7 @@
Summary(uk): Security wrapper ÄĚŃ tcp-ÄĹÍĎÎŚ×
Name: tcp_wrappers
Version: 7.6
-Release: 38
+Release: 39
License: distributable
Group: Networking/Admin
Source0: ftp://ftp.porcupine.org/pub/security/%{name}_%{version}.tar.gz
@@ -189,14 +189,14 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sysconfdir}/tcpd \
$RPM_BUILD_ROOT{%{_mandir}/man{3,5,8},%{_libdir}} \
- $RPM_BUILD_ROOT{/lib,%{_includedir},%{_sbindir}}
+ $RPM_BUILD_ROOT{/%{_lib},%{_includedir},%{_sbindir}}
%{__make} install \
PREFIX=$RPM_BUILD_ROOT%{_prefix} \
LIBDIR=$RPM_BUILD_ROOT%{_libdir}
-mv $RPM_BUILD_ROOT%{_libdir}/libwrap.so.*.*.* $RPM_BUILD_ROOT/lib/
-ln -sf /lib/$(cd $RPM_BUILD_ROOT/lib ; echo libwrap.so.*.*.*) \
+mv $RPM_BUILD_ROOT%{_libdir}/libwrap.so.*.*.* $RPM_BUILD_ROOT/%{_lib}
+ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib} ; echo libwrap.so.*.*.*) \
$RPM_BUILD_ROOT%{_libdir}/libwrap.so
install hosts_access.3 $RPM_BUILD_ROOT%{_mandir}/man3
@@ -236,7 +236,7 @@
%defattr(644,root,root,755)
%dir %{_sysconfdir}/tcpd
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tcpd/hosts.*
-%attr(755,root,root) /lib/libwrap.so.*.*
+%attr(755,root,root) /%{_lib}/libwrap.so.*.*
%{_mandir}/man5/*
%files -n libwrap-devel
@@ -256,6 +256,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.77 2005/12/27 19:40:55 qboosh
+- should be lib64-aware; release 39
+
Revision 1.76 2005/12/27 15:46:43 baggins
- release 38
- moved libwrap.so.*.*.* to /lib for portmap
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tcp_wrappers.spec?r1=1.76&r2=1.77&f=u
More information about the pld-cvs-commit
mailing list