]> git.pld-linux.org Git - packages/acl.git/blobdiff - acl.spec
- buildrequires attr-devel >= 2.0.0
[packages/acl.git] / acl.spec
index cbb505b2a29dda2c8629ca50578113a6c361e223..3e660d52b8d0c8cf5c0c74ad06e67f78de2b7234 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,7 +1,7 @@
 Summary:       Command for manipulating access control lists
 Summary(pl):   Komenda do manipulacji listami kontroli dostêpu (ACL)
 Name:          acl
-Version:       2.0.4
+Version:       2.0.9
 Release:       1
 License:       GPL
 Group:         Applications/System
@@ -9,6 +9,8 @@ Source0:        ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{versio
 Patch0:                %{name}-miscfix.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
+BuildRequires: attr-devel >= 2.0.0
+Requires:      attr
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,7 +40,7 @@ manipuluj
 
 %build
 DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"; export DEBUG
-autoconf
+%{__autoconf}
 %configure
 
 %{__make}
@@ -60,11 +62,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
This page took 0.029166 seconds and 4 git commands to generate.