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:
Dominique Leuenberger 2017-02-08 09:45:24 +00:00 committed by Git OBS Bridge
commit 6d174fa2e9
2 changed files with 25 additions and 12 deletions

View File

@ -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 Fri Jul 1 09:05:12 UTC 2016 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package zbar # 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>. # Copyright (c) 2010 Carlos Goncalves <cgoncalves@opensuse.org>.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -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
@ -153,6 +154,7 @@ find %{buildroot} -name '*.la' -delete
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README COPYING LICENSE NEWS %doc ChangeLog README COPYING LICENSE NEWS
%_defaultdocdir/%{name}/
%{_bindir}/zbar* %{_bindir}/zbar*
%{_mandir}/man1/* %{_mandir}/man1/*