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

- Trim metadata redundancies from description.

OBS-URL: https://build.opensuse.org/request/show/704994
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=4
This commit is contained in:
Adam Majer 2019-05-23 12:58:10 +00:00 committed by Git OBS Bridge
parent 38b0366b4e
commit fbcaccebf9
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 23 12:11:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim metadata redundancies from description.
-------------------------------------------------------------------
Wed May 22 05:06:25 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -31,7 +31,7 @@ BuildRequires: cmake
BuildRequires: gcc-c++
%description
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image
ZXing ("zebra crossing") is an multi-format 1D/2D barcode image
processing library. This package provides a C++ implementation.
%prep
@ -49,7 +49,7 @@ Summary: Library for processing 1D and 2D barcodes
Group: System/Libraries
%description -n libZXingCore%{sover}
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image
ZXing ("zebra crossing") is an multi-format 1D/2D barcode image
processing library. This package provides a C++ implementation.
%post -n libZXingCore%{sover} -p /sbin/ldconfig
@ -67,7 +67,7 @@ Group: Development/Languages/C and C++
Requires: libZXingCore%{sover} = %{version}
%description devel
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image
ZXing ("zebra crossing") is an multi-format 1D/2D barcode image
processing library. This package provides header files to use ZXing in
other applications.