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:
parent
4c5415849e
commit
93626a2a41
@ -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>
|
||||
|
||||
|
13
fmt.spec
13
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}
|
||||
|
Loading…
Reference in New Issue
Block a user