From a6004ecfd61f97a34d6eea252a60eeca507f941b Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jul 11 2022 16:57:41 +0000 Subject: Fix extra newline in description --- diff --git a/python-fastavro.spec b/python-fastavro.spec index f0387f9..8c0018a 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -39,7 +39,7 @@ BuildRequires: python3-sphinx-latex BuildRequires: latexmk %endif -%global _description %{expand: \ +%global _description %{expand: Because the Apache Python avro package is written in pure Python, it is relatively slow. In one test case, it takes about 14 seconds to iterate through a file of 10,000 records. By comparison, the JAVA avro SDK reads the same file @@ -70,8 +70,7 @@ Missing Features • Anything involving Avro’s RPC features} -%description -%{_description} +%description %{_description} %package -n python3-fastavro