diff --git a/double-conversion.spec b/double-conversion.spec index f66d46f..cb3222b 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -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.