[mate-image-viewer] remove needless check for *.a files

Wolfgang Ulbrich raveit65 at fedoraproject.org
Mon Sep 16 12:57:25 UTC 2013


commit 504df3a0171ed417c2042f84fa1ecee6f61ea72f
Author: raveit65 <chat-to-me at raveit.de>
Date:   Mon Sep 16 14:57:08 2013 +0200

    remove needless check for *.a files

 mate-image-viewer.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mate-image-viewer.spec b/mate-image-viewer.spec
index 2a3f1ac..daaae96 100644
--- a/mate-image-viewer.spec
+++ b/mate-image-viewer.spec
@@ -59,7 +59,6 @@ desktop-file-install                               \
 $RPM_BUILD_ROOT%{_datadir}/applications/eom.desktop
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
-find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
 
 %find_lang eom --with-gnome
 
@@ -123,6 +122,7 @@ fi
 - cleanup BRs
 - update descriptions
 - use modern make install macro
+- remove needless check for "*.a" files
 
 * Mon Jul 29 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.1-1
 - Update to latest 1.6.1 stable release.


More information about the scm-commits mailing list