]> git.pld-linux.org Git - packages/acl.git/blobdiff - acl.spec
- removed obsolete pl.po (merged); strict internal deps
[packages/acl.git] / acl.spec
index 3fe6a24867cd1f815da3f100895c5bcade474cc9..2b3b616c56bc46e54827b7e6a64d437e2be9cbfc 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,23 +1,24 @@
 Summary:       Command and library for manipulating access control lists
 Summary(pl):   Polecenie i biblioteka do manipulacji listami kontroli dostêpu (ACL)
 Name:          acl
-Version:       2.2.15
+Version:       2.2.23
 Release:       1
 License:       GPL v2 (chacl utility), LGPL v2+ (library and the rest)
 Group:         Applications/System
-Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/Release-1.3/cmd_tars/%{name}-%{version}.src.tar.gz
-# Source0-md5: abd11b89ec2e2af7a272b32da391aa58
+Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
+# Source0-md5: 7e13778c38addfcdabf2cef291b78bcc
 Patch0:                %{name}-miscfix.patch
 URL:           http://oss.sgi.com/projects/xfs/
-BuildRequires: attr-devel >= 2.4.8
+BuildRequires: attr-devel >= 2.4.15
 BuildRequires: autoconf
 BuildRequires: automake
-Requires:      attr >= 2.4.8
+BuildRequires: gettext-devel
+Requires:      attr >= 2.4.15
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
-%define                _libdir         /lib
-%define                _libexecdir     /usr/lib
+%define                _libdir         /%{_lib}
+%define                _libexecdir     /usr/%{_lib}
 
 %description
 A command (chacl) and a library (libacl) to manipulate POSIX access
@@ -31,7 +32,7 @@ POSIX listami kontroli dost
 Summary:       Header files for acl library
 Summary(pl):   Pliki nag³ówkowe biblioteki acl
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      attr-devel
 
 %description devel
@@ -46,7 +47,7 @@ listami kontroli dost
 Summary:       Static acl library
 Summary(pl):   Statyczna biblioteka acl
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static acl library.
@@ -59,13 +60,12 @@ Statyczna biblioteka acl.
 %patch0 -p1
 
 %build
-#DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"; export DEBUG
 rm -f aclocal.m4
 %{__aclocal} -I m4
 %{__autoconf}
 %configure \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
-       OPTIMIZER="%{rpmcflags}"
+       OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
 %{__make}
 
This page took 0.039796 seconds and 4 git commands to generate.