From 645c7b5eae6654786c362da42153f88ed7ea0e5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 22 Jul 2008 02:41:35 +0000 Subject: [PATCH] - up to 2.4.43; prevent custom install-sh from being overwrited Changed files: attr.spec -> 1.89 --- attr.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/attr.spec b/attr.spec index d8ca334..6072707 100644 --- a/attr.spec +++ b/attr.spec @@ -1,8 +1,8 @@ Summary: Utility for managing filesystem extended attributes Summary(pl.UTF-8): Narzędzia do zarządzania rozszerzonymi atrybutami systemu plików Name: attr -Version: 2.4.41 -Release: 2 +Version: 2.4.43 +Release: 1 License: LGPL v2+ (library), GPL v2+ (utilities) Group: Applications/System Source0: ftp://linux-xfs.sgi.com/projects/xfs/cmd_tars/%{name}_%{version}-1.tar.gz @@ -65,10 +65,12 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybutów. rm -f aclocal.m4 %build +mv install-sh install-custom-sh %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} install %{_datadir}/automake/config.* . +mv install-custom-sh install-sh %configure \ DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \ -- 2.44.0