Accepting request 454476 from Application:Geo
1 OBS-URL: https://build.opensuse.org/request/show/454476 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=3
This commit is contained in:
commit
6d174fa2e9
11
zbar.changes
11
zbar.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Properly packaeg %_defaultdocdir: new rpm versions no longer
|
||||
implicitly add this to the packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 1 09:05:12 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
26
zbar.spec
26
zbar.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zbar
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Carlos Goncalves <cgoncalves@opensuse.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -43,23 +43,24 @@ BuildRequires: xmlto
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
ZBar is an open source software suite for reading bar codes from various
|
||||
sources, such as video streams, image files and raw intensity sensors. It
|
||||
supports many popular 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.
|
||||
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.
|
||||
|
||||
The flexible, layered implementation facilitates bar code scanning and decoding
|
||||
for any application: use it stand-alone with the included GUI and command line
|
||||
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.
|
||||
It can be used through the standalone GUI and command-line programs,
|
||||
or integrated by other programs through a library.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: ZBar library
|
||||
Summary: Bar code reading library
|
||||
Group: System/Libraries
|
||||
|
||||
%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.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
@ -153,6 +154,7 @@ find %{buildroot} -name '*.la' -delete
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog README COPYING LICENSE NEWS
|
||||
%_defaultdocdir/%{name}/
|
||||
%{_bindir}/zbar*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user