diff --git a/fmt.changes b/fmt.changes index a7077c0..2b38df0 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 21:15:37 UTC 2018 - Jan Engelhardt + +- Do without em dashes in summaries. + ------------------------------------------------------------------- Thu Dec 6 13:38:46 UTC 2018 - Luigi Baldoni diff --git a/fmt.spec b/fmt.spec index 29f0758..21de9b6 100644 --- a/fmt.spec +++ b/fmt.spec @@ -33,27 +33,26 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig %description -Fmt is an open-source formatting library for C++. It can be used as an +Fmt is a formatting library for C++. It can be used as an alternative to (s)printf and IOStreams. %package -n libfmt%{sover} -Summary: Shared library for fmt +Summary: A formatting library for C++ Group: System/Libraries %description -n libfmt%{sover} -Shared library for fmt - a formatting library for C++. +Shared library for fmt, a formatting library for C++. %package devel -Summary: Development files for fmt +Summary: Development files for fmt, a formatting library Group: Development/Libraries/C and C++ Requires: libfmt%{sover} = %{version} %description devel -Development files for fmt - a formatting library for C++. +Development files for fmt, a formatting library for C++. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %cmake -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}