Fix extra newline in description

i9ce
Benjamin A. Beasley 3 years ago
parent 7edafd3885
commit 48110a662c

@ -56,12 +56,11 @@ BuildRequires: texinfo
BuildRequires: texinfo-tex BuildRequires: texinfo-tex
BuildRequires: tex(latex) BuildRequires: tex(latex)
%global common_description %{expand: \ %global common_description %{expand:
libIDL is a library for parsing IDL (Interface Definition Language). It can be libIDL is a library for parsing IDL (Interface Definition Language). It can be
used for both COM-style and CORBA-style IDL.} used for both COM-style and CORBA-style IDL.}
%description %description %{common_description}
%{common_description}
%package devel %package devel
@ -70,8 +69,7 @@ Summary: Development libraries and header files for libIDL
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: glib2-devel%{?_isa} Requires: glib2-devel%{?_isa}
%description devel %description devel %{common_description}
%{common_description}
This package contains the header files and libraries needed to write or compile This package contains the header files and libraries needed to write or compile
programs that use libIDL. programs that use libIDL.
@ -82,8 +80,7 @@ Summary: Documentation for libIDL
BuildArch: noarch BuildArch: noarch
%description doc %description doc %{common_description}
%{common_description}
This page contains info pages and HTML and PDF documentation for libIDL. This page contains info pages and HTML and PDF documentation for libIDL.

Loading…
Cancel
Save