Use macros to reduce repetition
This commit is contained in:
parent
72facec888
commit
19e4fe1db1
@ -3,8 +3,8 @@ Name: double-conversion
|
||||
Version: 3.1.5
|
||||
Release: 10%{?dist}
|
||||
License: BSD
|
||||
Source0: https://github.com/google/double-conversion/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/google/double-conversion
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
@ -16,7 +16,7 @@ extracted from the V8 JavaScript engine. The code has been re-factored
|
||||
and improved so that it can be used more easily in other projects.
|
||||
|
||||
%package devel
|
||||
Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles
|
||||
Summary: %{summary}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-static < 3.1.5-10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user