Name: dmtx-utils Version: 0.7.4 Release: 2%{?dist} Summary: Tools for working with Data Matrix 2D bar-codes License: LGPLv2+ URL: http://libdmtx.sourceforge.net/ Source0: http://downloads.sourceforge.net/libdmtx/%{name}-%{version}.tar.bz2 BuildRequires: gcc BuildRequires: pkgconfig(libdmtx) BuildRequires: pkgconfig(Wand) Provides: libdmtx-utils = %{version}-%{release} Obsoletes: libdmtx-utils < 0.7.4 %description libdmtx is open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows, and mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead. The included utility programs, dmtxread and dmtxwrite, provide the official interface to libdmtx from the command line, and also serve as a good reference for programmers who wish to write their own programs that interact with libdmtx. %prep %autosetup %build %configure %make_build %install %make_install %files %license COPYING COPYING.LESSER %doc AUTHORS ChangeLog KNOWNBUG README README.linux TODO %{_bindir}/dmtx* %{_mandir}/man1/dmtx*.1* %changelog * Mon Mar 6 2017 Dan Horák - 0.7.4-2 - add BR: gcc * Fri Mar 3 2017 Dan Horák - 0.7.4-1 - initial Fedora version