From d75c2e063a41df9f72db0263596c1c1e69b5979f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 May 2010 13:44:57 +0200 Subject: [PATCH] RPM: Remove *.la from install --- yazpp.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/yazpp.spec.in b/yazpp.spec.in index a08abee..f2318a4 100644 --- a/yazpp.spec.in +++ b/yazpp.spec.in @@ -44,6 +44,7 @@ make CFLAGS="$RPM_OPT_FLAGS" rm -fr ${RPM_BUILD_ROOT} make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \ libdir=${RPM_BUILD_ROOT}/%{_libdir} install +rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la %clean rm -fr ${RPM_BUILD_ROOT} -- 1.7.10.4