]> git.pld-linux.org Git - packages/double-conversion.git/commitdiff
url updated again, run tests
authorElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jul 2015 20:53:23 +0000 (23:53 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jul 2015 20:53:23 +0000 (23:53 +0300)
double-conversion.spec

index 836c9b0eef8dc63a2bcc1b8eca9ed0399292a1f0..3483844dc4d882abe7760642bbb8ab8f9a34bae2 100644 (file)
@@ -4,6 +4,7 @@
 
 # Conditional build:
 %bcond_without static_libs     # don't build static libraries
+%bcond_without tests           # build without tests
 
 Summary:       Library providing binary-decimal and decimal-binary routines for IEEE doubles
 Name:          double-conversion
@@ -13,7 +14,7 @@ License:      BSD
 Group:         Libraries
 Source0:       http://double-conversion.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5: bf019021765fa346f85e46c6abf7c945
-URL:           https://github.com/floitsch/double-conversion
+URL:           https://github.com/google/double-conversion
 BuildRequires: libstdc++-devel
 BuildRequires: scons >= 2.3.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,6 +59,8 @@ Statyczna biblioteka %{name}.
        CXX="%{__cxx}"
        CXXFLAGS="%{__cxx}"
 
+%{?with_tests:%{__make} test}
+
 # avoid file exists errors, when entering install
 rm -f libdouble-conversion.so libdouble-conversion.so.0
 
This page took 0.155733 seconds and 4 git commands to generate.