[mot-adms] Remove libtool archive files

Peter Robinson pbrobinson at fedoraproject.org
Sun Jul 20 21:28:08 UTC 2014


commit d0140184fa0f92f3f02a1cb6f8083bcb9dcde045
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jul 20 22:27:51 2014 +0100

    Remove libtool archive files

 mot-adms.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mot-adms.spec b/mot-adms.spec
index 0dc0ed1..81d739b 100644
--- a/mot-adms.spec
+++ b/mot-adms.spec
@@ -2,7 +2,7 @@
 
 Name:           mot-adms
 Version:        2.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An electrical compact device models converter
 
 Group:          Applications/Engineering
@@ -47,8 +47,8 @@ make
 %install
 make INSTALL="%{_bindir}/install -p" install DESTDIR=%{buildroot}
 
-#find  %{buildroot}/%{_libdir} -name "*.la" -exec rm -f {} \;
-#find  %{buildroot}/%{_libdir} -name "*.a"  -exec rm -f {} \;
+# Remove libtool archives and static libs
+find %{buildroot} -type f -name "*.la" -delete
 
 
 %post -p /sbin/ldconfig
@@ -65,7 +65,10 @@ make INSTALL="%{_bindir}/install -p" install DESTDIR=%{buildroot}
 %{_mandir}/man1/admsCheck.1.gz
 
 %changelog
-* Thu Jul 17 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.3.2-1
+* Sun Jul 20 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.3.2-2
+- Remove libtool archive files
+
+* Sun Jul 20 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.3.2-1
 - Update to 2.3.2
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.9-7.svn1186


More information about the scm-commits mailing list