[cxxtools] Moving removal of .las from check to install section

Brent Baude baude at fedoraproject.org
Thu May 22 21:38:23 UTC 2014


commit 39c43c5226de23d0ee0bbfd405b4bbecde74f018
Author: Brent Baude <baude at us.ibm.com>
Date:   Thu May 22 16:38:11 2014 -0500

    Moving removal of .las from check to install section

 cxxtools.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/cxxtools.spec b/cxxtools.spec
index 085a4a6..4d7ab70 100644
--- a/cxxtools.spec
+++ b/cxxtools.spec
@@ -1,6 +1,6 @@
 Name:           cxxtools
 Version:        2.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection of general-purpose C++ classes
 
 Group:          System Environment/Libraries
@@ -44,12 +44,12 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%check
-    test/alltests
-
 # Find and remove all la files
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
+%check
+    test/alltests
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/cxxtools/
 
 %changelog
+* Thu May 22 2014 baude <baude at us.ibm.com> - 2.2.1-3
+- Moving removal of .las from check to install section 
+
 * Mon Feb 17 2014 Martin Gansser <martinkg at fedoraproject.org> - 2.2.1-2
 - fix build on aarch64 where atomicity detection fails
 


More information about the scm-commits mailing list