Use github source

epel8
Orion Poplawski 10 years ago
parent db75149c65
commit 92ba96f0ef

@ -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 <orion@cora.nwra.com> - 2.0.1-5
- Use github source
* Wed Mar 11 2015 Orion Poplawski <orion@cora.nwra.com> - 2.0.1-4
- Build with cmake

@ -1 +1 @@
995bc5a400573f220c7c314962950d8d double-conversion-2.0.1.tar.gz
60c564ad17a19924bfec831ebd09edea double-conversion-2.0.1.tar.gz

Loading…
Cancel
Save