diff --git a/double-conversion.spec b/double-conversion.spec index a135a90..4aad070 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -3,10 +3,10 @@ Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles Name: double-conversion Version: 2.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Development/Libraries -Source0: http://double-conversion.googlecode.com/files/%{name}-%{version}.tar.gz +Source0: https://github.com/floitsch/double-conversion/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # Upstream patch to support SOVERSION Patch0: double-conversion-soversion.patch # Use install paths in installed cmake files @@ -42,7 +42,7 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release} Static %{name} library. %prep -%setup -q -c %{name}-%{version} +%setup -q %patch0 -p1 -b .soversion %patch1 -p1 -b .cmake # Fix up install locations @@ -99,6 +99,9 @@ popd %endif %changelog +* Fri Mar 13 2015 Orion Poplawski - 2.0.1-5 +- Use github source + * Wed Mar 11 2015 Orion Poplawski - 2.0.1-4 - Build with cmake diff --git a/sources b/sources index b74b4fc..10eb1b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -995bc5a400573f220c7c314962950d8d double-conversion-2.0.1.tar.gz +60c564ad17a19924bfec831ebd09edea double-conversion-2.0.1.tar.gz