[atlascpp] Rebuilt to fix rhbz #1096864 + spec cleanup (thanks to Michel Normand)

Filipe Rosset filiperosset at fedoraproject.org
Fri May 16 01:58:48 UTC 2014


commit 2b14e94a0d1d6ed2cc21cbe8533ece1e3e9c11c6
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Thu May 15 22:58:39 2014 -0300

    Rebuilt to fix rhbz #1096864 + spec cleanup (thanks to Michel Normand)

 atlascpp.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/atlascpp.spec b/atlascpp.spec
index 67d6d83..bbb093e 100644
--- a/atlascpp.spec
+++ b/atlascpp.spec
@@ -1,6 +1,6 @@
 Name:           atlascpp
 Version:        0.6.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        WorldForge message protocol library
 
 Group:          Development/Libraries
@@ -43,10 +43,9 @@ Libraries and header files for developing applications that use Atlas-C++
 %build
 %configure
 
-# simple hack to remove -Werror from the test suite, which causes
-# it to fail.
-sed -i -e 's#-Werror##' benchmark/Makefile
-sed -i -e 's#-Werror##' tests/Objects/Makefile
+# simple hack to remove -Werror from the test suite, which causes it to fail
+sed -i -e 's#-Werror\(=[^ ]*\)\?##' benchmark/Makefile
+sed -i -e 's#-Werror\(=[^ ]*\)\?##' tests/Objects/Makefile
 
 make %{?_smp_mflags}
 make docs
@@ -76,13 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README ROADMAP THANKS TODO
 %{_libdir}/libAtlas*-0.6.so.*
 
 
 %files devel
-%defattr(-,root,root,-)
 %doc HACKING doc/html/
 %{_bindir}/atlas_convert
 %{_includedir}/Atlas-C++-0.6
@@ -91,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Atlas*
 
 %changelog
+* Fri May 16 2014 Filipe Rosset <rosset.filipe at gmail.com> - 0.6.2-7
+- Rebuilt to fix rhbz #1096864 + spec cleanup (thanks to Michel Normand)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list