Whitespace: consistent alignment of fields

This commit is contained in:
Benjamin A. Beasley 2022-12-01 10:04:18 -05:00
parent a6b0e7a8eb
commit a3de6c2631

View File

@ -19,8 +19,8 @@ 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
Requires: %{name}%{?_isa} = %{version}-%{release}
Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Contains header files for developing applications that use the %{name}
@ -30,8 +30,8 @@ There is extensive documentation in src/double-conversion.h. Other
examples can be found in test/cctest/test-conversions.cc.
%package static
Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description static
Static %{name} library.