Accepting request 655902 from home:jengelh:branches:devel:libraries:c_c++

- Do without em dashes in summaries.

OBS-URL: https://build.opensuse.org/request/show/655902
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=3
This commit is contained in:
Luigi Baldoni 2018-12-06 21:57:59 +00:00 committed by Git OBS Bridge
parent 4c5415849e
commit 93626a2a41
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 6 21:15:37 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Do without em dashes in summaries.
-------------------------------------------------------------------
Thu Dec 6 13:38:46 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -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}