From e8deff2def443cb78cd67f431090715731cd3ad0 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Wed, 28 Sep 2005 20:02:10 +0000 Subject: [PATCH] - fix building with current rpm --- xfsprogs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index 99579dc..0d82c00 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem. Name: xfsprogs Version: 2.6.13 -Release: 4 +Release: 5 License: GPL Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ @@ -65,8 +65,8 @@ make DIST_ROOT=$RPM_BUILD_ROOT install make DIST_ROOT=$RPM_BUILD_ROOT install-dev # nuke .la files, etc -rm -f $RPM_BUILD_ROOT/%{_lib}/*.la $RPM_BUILD_ROOT/{_lib}/*.a $RPM_BUILD_ROOT%{_lib}/*.so -rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT/%{_lib}/*.{la,a,so} +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # fix up symlink to be correct rm -f $RPM_BUILD_ROOT/%{_libdir}/libhandle.so ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Wed Sep 28 2005 Florian La Roche +- fixup building with current rpm + * Wed Apr 20 2005 Dave Jones - Disable debug. (#151438) - Rebuild with gcc4