remove trailing .'s from summaries
This commit is contained in:
parent
011f9af616
commit
805c66c982
@ -9,7 +9,7 @@
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.5
|
||||
Release: 3%{?dist}
|
||||
Summary: Haskell UTF8 layer for IO and Strings.
|
||||
Summary: Haskell UTF8 layer for IO and Strings
|
||||
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
@ -32,7 +32,7 @@ for encoding UTF8 strings to Word8 lists and back, and for reading and writing
|
||||
UTF8 without truncation.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell UTF8 layer for IO and Strings.
|
||||
Summary: Haskell UTF8 layer for IO and Strings
|
||||
Group: Development/Libraries
|
||||
Requires: ghc = %{ghc_version}
|
||||
Requires(post): ghc = %{ghc_version}
|
||||
|
Loading…
Reference in New Issue
Block a user