]> git.pld-linux.org Git - packages/acl.git/commitdiff
- up to 2.2.52 auto/th/acl-2.2.52-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 29 Nov 2014 17:43:06 +0000 (18:43 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 29 Nov 2014 17:43:06 +0000 (18:43 +0100)
acl.spec

index e3acb88a4bd73fce264361e3ff3b98c3176f4565..5341a30537a33e4397fb36056d0de7cd47a0ffa2 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,12 +1,12 @@
 Summary:       Command and library for manipulating access control lists
 Summary(pl.UTF-8):     Polecenie i biblioteka do manipulacji listami kontroli dostępu (ACL)
 Name:          acl
-Version:       2.2.51
+Version:       2.2.52
 Release:       1
 License:       LGPL v2+ (library), GPL v2 (utilities)
 Group:         Applications/System
-Source0:       http://download.savannah.gnu.org/releases-noredirect/acl/%{name}-%{version}.src.tar.gz
-# Source0-md5: 3fc0ce99dc5253bdcce4c9cd437bc267
+Source0:       http://git.savannah.gnu.org/cgit/acl.git/snapshot/%{name}-%{version}.tar.gz
+# Source0-md5: 8d720d6bf9ef41d8995f145637f48d57
 Patch0:                %{name}-miscfix.patch
 Patch1:                %{name}-lt.patch
 Patch2:                %{name}-LDFLAGS.patch
@@ -68,15 +68,15 @@ Statyczna biblioteka acl.
 %patch2 -p1
 %patch3 -p1
 
-%{__rm} aclocal.m4
+%{__rm} -f aclocal.m4
 
 %build
-mv install-sh install-custom-sh
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 cp -f /usr/share/automake/config.sub .
-mv install-custom-sh install-sh
+install include/install-sh .
+
 %configure \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
        OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
This page took 0.136219 seconds and 4 git commands to generate.