[packages/double-conversion] enhanced desc from README
glen
glen at pld-linux.org
Sat Oct 5 22:59:58 CEST 2013
commit 95c391f970792761382c528502886a47586142e0
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Oct 5 23:59:49 2013 +0300
enhanced desc from README
double-conversion.spec | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/double-conversion.spec b/double-conversion.spec
index 16951a9..7d6f571 100644
--- a/double-conversion.spec
+++ b/double-conversion.spec
@@ -13,8 +13,12 @@ BuildRequires: scons
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Library providing binary-decimal and decimal-binary routines for IEEE
-doubles.
+This project (double-conversion) provides binary-decimal and
+decimal-binary routines for IEEE doubles.
+
+The library consists of efficient conversion routines that have been
+extracted from the V8 JavaScript engine. The code has been refactored
+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
@@ -22,7 +26,11 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
-Contains header files for developing applications that use the %{name} library.
+Contains header files for developing applications that use the %{name}
+library.
+
+There is extensive documentation in src/double-conversion.h. Other
+examples can be found in test/cctest/test-conversions.cc.
%prep
%setup -q -n %{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/double-conversion.git/commitdiff/95c391f970792761382c528502886a47586142e0
More information about the pld-cvs-commit
mailing list