From: ankry Date: Tue, 9 Apr 2002 15:24:17 +0000 (+0000) Subject: - removed man section from .so redirections X-Git-Tag: acl-2_0_11-1~5 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Facl.git;a=commitdiff_plain;h=8b815ad840254482ba814551e5dd11dd16661963 - removed man section from .so redirections Changed files: acl.spec -> 1.23 --- diff --git a/acl.spec b/acl.spec index cbb505b..8cc0a7a 100644 --- a/acl.spec +++ b/acl.spec @@ -2,7 +2,7 @@ Summary: Command for manipulating access control lists Summary(pl): Komenda do manipulacji listami kontroli dostêpu (ACL) Name: acl Version: 2.0.4 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source0: ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz @@ -60,11 +60,11 @@ export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/{acl_copy_int,acl_set_fd,acl_set_file}.3 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/{acl_to_short_text,acl_to_text}.3 -echo ".so man3/acl_copy_ext.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_copy_int.3 -echo ".so man3/acl_get_fd.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_set_fd.3 -echo ".so man3/acl_get_file.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_set_file.3 -echo ".so man3/acl_from_text.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_to_short_text.3 -echo ".so man3/acl_from_text.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_to_text.3 +echo ".so acl_copy_ext.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_copy_int.3 +echo ".so acl_get_fd.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_set_fd.3 +echo ".so acl_get_file.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_set_file.3 +echo ".so acl_from_text.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_to_short_text.3 +echo ".so acl_from_text.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_to_text.3 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.so ln -sf /lib/libacl.so.1.0.0 $RPM_BUILD_ROOT%{_libdir}/libacl.so