Accepting request 710964 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/710964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-06-20 16:55:56 +00:00 committed by Git OBS Bridge
commit 9f82027a41
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.