SPECS: attr.spec - up to 2.4.43; prevent custom install-sh from being overw...

arekm arekm at pld-linux.org
Tue Jul 22 04:41:41 CEST 2008


Author: arekm                        Date: Tue Jul 22 02:41:41 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.4.43; prevent custom install-sh from being overwrited

---- Files affected:
SPECS:
   attr.spec (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: SPECS/attr.spec
diff -u SPECS/attr.spec:1.88 SPECS/attr.spec:1.89
--- SPECS/attr.spec:1.88	Sun Jun 22 21:58:32 2008
+++ SPECS/attr.spec	Tue Jul 22 04:41:35 2008
@@ -2,8 +2,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
@@ -66,10 +66,12 @@
 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}" \
@@ -145,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.89  2008/07/22 02:41:35  arekm
+- up to 2.4.43; prevent custom install-sh from being overwrited
+
 Revision 1.88  2008/06/22 19:58:32  arekm
 - rel 2; fixed build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/attr.spec?r1=1.88&r2=1.89&f=u



More information about the pld-cvs-commit mailing list