Blob Blame History Raw
Name:           dmtx-utils
Version:        0.7.4
Release:        6%{?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
* Fri Aug 25 2017 Michael Cronenworth <mike@cchtml.com> - 0.7.4-6
- Rebuild for new ImageMagick

* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

* Sun Jul 30 2017 Kevin Fenzi <kevin@scrye.com> - 0.7.4-4
- Rebuild for new ImageMagick

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Mon Mar  6 2017 Dan Horák <dan@danny.cz> - 0.7.4-2
- add BR: gcc

* Fri Mar  3 2017 Dan Horák <dan@danny.cz> - 0.7.4-1
- initial Fedora version