rpms/atlascpp/devel atlascpp.spec,1.9,1.10

Alexey Torkhov atorkhov at fedoraproject.org
Sun Mar 1 13:46:42 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/atlascpp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31998

Modified Files:
	atlascpp.spec 
Log Message:
* Sun Mar 01 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.6.1-6
- Moving skstream dependency to -devel subpackage
- Actually perform the tests



Index: atlascpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlascpp/devel/atlascpp.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- atlascpp.spec	1 Mar 2009 11:39:11 -0000	1.9
+++ atlascpp.spec	1 Mar 2009 13:46:12 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           atlascpp
 Version:        0.6.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        WorldForge message protocol library
 
 Group:          Development/Libraries
@@ -62,7 +62,9 @@
 install -p -m 0644 doc/man/man3/Atlas*.3 $RPM_BUILD_ROOT%{_mandir}/man3/
 
 %check
-make check
+# Run tests in debug mode so asserts won't be skipped
+sed -i -e 's/-DNDEBUG/-DDEBUG/' tests/Makefile
+make %{?_smp_mflags} check
 
 
 %clean
@@ -89,6 +91,10 @@
 %{_mandir}/man3/Atlas*
 
 %changelog
+* Sun Mar 01 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.6.1-6
+- Moving skstream dependency to -devel subpackage
+- Actually perform the tests
+
 * Sat Feb 28 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.6.1-5
 - Rebuilt for skstream update
 




More information about the fedora-extras-commits mailing list