[m17n-lib/f15/master] forgot to remove the ispell library

pnemade pnemade at fedoraproject.org
Tue Mar 22 07:06:18 UTC 2011


commit cbd1e3b61fbf00d5331c16a9226760326abd94b4
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Mar 22 12:36:01 2011 +0530

    forgot to remove the ispell library

 m17n-lib.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/m17n-lib.spec b/m17n-lib.spec
index 8d17d30..cfa1986 100644
--- a/m17n-lib.spec
+++ b/m17n-lib.spec
@@ -76,16 +76,16 @@ make
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+# fix bug rh#680363
+rm $RPM_BUILD_ROOT%{_libdir}/m17n/1.0/libmimx-ispell.so
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 
 %post tools -p /sbin/ldconfig
-
 %postun tools -p /sbin/ldconfig
 
 %files


More information about the scm-commits mailing list