Accepting request 454473 from home:jengelh:branches:Application:Geo

- Compact and update descriptions

OBS-URL: https://build.opensuse.org/request/show/454473
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=22
This commit is contained in:
Martin Pluskal 2017-02-03 17:30:04 +00:00 committed by Git OBS Bridge
parent 2eb38d400a
commit a60d22e1bb
2 changed files with 17 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 3 17:10:25 UTC 2017 - jengelh@inai.de
- Compact and update descriptions
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 3 10:29:46 UTC 2017 - dimstar@opensuse.org Fri Feb 3 10:29:46 UTC 2017 - dimstar@opensuse.org

View File

@ -43,23 +43,24 @@ BuildRequires: xmlto
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
ZBar is an open source software suite for reading bar codes from various ZBar reads bar codes from various sources, such as video streams,
sources, such as video streams, image files and raw intensity sensors. It image files and raw intensity sensors. It supports many symbologies
supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. Code 39, Interleaved 2 of 5 and QR Code.
The flexible, layered implementation facilitates bar code scanning and decoding It can be used through the standalone GUI and command-line programs,
for any application: use it stand-alone with the included GUI and command line or integrated by other programs through a library.
programs, easily integrate a bar code scanning widget into your Qt, GTK+ or
PyGTK GUI application, leverage one of the script or programming interfaces
(Python, Perl, C++) ...all the way down to a streamlined C library suitable for
embedded use.
%package -n %{libname} %package -n %{libname}
Summary: ZBar library Summary: Bar code reading library
Group: System/Libraries Group: System/Libraries
%description -n %{libname} %description -n %{libname}
ZBar reads bar codes from various sources, such as video streams,
image files and raw intensity sensors. It supports many symbologies
(types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
Code 39, Interleaved 2 of 5 and QR Code.
This package provides the ZBar library. This package provides the ZBar library.
%package -n lib%{name}-devel %package -n lib%{name}-devel