Use github source
This commit is contained in:
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user