From 86cf4a7a8509dbe8b73afd57732433112f233998 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Apr 14 2005 15:18:33 +0000 Subject: - Replace /usr/lib/ with %_libdir/ in %prep. --- diff --git a/abicheck.spec b/abicheck.spec index e370ed5..b066587 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -1,8 +1,7 @@ Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 4 - +Release: 5 License: LGPL Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -25,6 +24,7 @@ Binary Interface). %patch -p1 -b .fc3 %patch1 -p1 -b .test-static %patch2 -p1 -b .bindings-fc4 +sed -i -e 's!/usr/lib/!%{_libdir}/!g' test/Makefile %build @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 14 2005 Michael Schwendt - 1.2-5 +- Replace /usr/lib/ with %%_libdir/ in %%prep. + * Mon Apr 11 2005 Michael Schwendt - 1.2-4 - Add patch to catch up with bindings related changes in ldd output.