From 8107be2ba631d347548c4a13d14025ed83379b17 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 3 Jul 2016 14:14:59 +0900 Subject: [PATCH] some clean up --- ngspice.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ngspice.spec b/ngspice.spec index 8e09900..cbfc8ce 100644 --- a/ngspice.spec +++ b/ngspice.spec @@ -269,7 +269,9 @@ cp -a INST-NGSPICE/* %{buildroot} cp -a INST-TCLSPICE/* %{buildroot} %{__rm} -rf \ - %{buildroot}%{_libdir}/tclspice/libspice.la + %{buildroot}%{_libdir}/tclspice/libspice.la \ + %{buildroot}%{_libdir}/tclspice/libspicelite.la \ + %{nil} # ------------------------------------------------------------------------------ # ADMS support @@ -336,7 +338,7 @@ cd tests %changelog * Sun Jul 3 2016 Mamoru TASAKA - 26-5 -- Link libspice.so with -lBLT or -lBLIlite, depending on whether in tk mode or +- Link libspice.so with -lBLT or -lBLTlite, depending on whether in tk mode or not (bug 1047056, debian bug 737279) * Tue Jun 28 2016 Mamoru TASAKA - 26-4