17cbdae
Name:           dmtx-utils
17cbdae
Version:        0.7.4
7527bd8
Release:        9%{?dist}
17cbdae
Summary:        Tools for working with Data Matrix 2D bar-codes
17cbdae
17cbdae
License:        LGPLv2+
17cbdae
URL:            http://libdmtx.sourceforge.net/
17cbdae
Source0:        http://downloads.sourceforge.net/libdmtx/%{name}-%{version}.tar.bz2
17cbdae
17cbdae
BuildRequires:  gcc
17cbdae
BuildRequires:  pkgconfig(libdmtx)
d4ce556
BuildRequires:  pkgconfig(Wand)
17cbdae
17cbdae
Provides:       libdmtx-utils = %{version}-%{release}
17cbdae
Obsoletes:      libdmtx-utils < 0.7.4
17cbdae
17cbdae
17cbdae
%description
17cbdae
libdmtx is open source software for reading and writing Data Matrix 2D
17cbdae
bar-codes on Linux, Unix, OS X, Windows, and mobile devices. At its core
17cbdae
libdmtx is a shared library, allowing C/C++ programs to use its capabilities
17cbdae
without restrictions or overhead.
17cbdae
17cbdae
The included utility programs, dmtxread and dmtxwrite, provide the official
17cbdae
interface to libdmtx from the command line, and also serve as a good reference
17cbdae
for programmers who wish to write their own programs that interact with
17cbdae
libdmtx.
17cbdae
17cbdae
17cbdae
%prep
309f4c5
%autosetup -p1
17cbdae
17cbdae
17cbdae
%build
17cbdae
%configure
17cbdae
%make_build
17cbdae
17cbdae
17cbdae
%install
17cbdae
%make_install
17cbdae
17cbdae
17cbdae
%files
17cbdae
%license COPYING COPYING.LESSER
17cbdae
%doc AUTHORS ChangeLog KNOWNBUG README README.linux TODO
17cbdae
%{_bindir}/dmtx*
17cbdae
%{_mandir}/man1/dmtx*.1*
17cbdae
17cbdae
17cbdae
%changelog
7527bd8
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-9
7527bd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7527bd8
286df82
* Wed Sep 27 2017 Michael Cronenworth <mike@cchtml.com> - 0.7.4-8
286df82
- Rebuild for new ImageMagick
286df82
d4ce556
* Tue Sep 05 2017 Adam Williamson <awilliam@redhat.com> - 0.7.4-7
d4ce556
- Rebuild for ImageMagick 6 reversion, drop ImageMagick 7 patch
d4ce556
ee04602
* Fri Aug 25 2017 Michael Cronenworth <mike@cchtml.com> - 0.7.4-6
ee04602
- Rebuild for new ImageMagick
ee04602
d059c7e
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-5
d059c7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d059c7e
a83f38e
* Sun Jul 30 2017 Kevin Fenzi <kevin@scrye.com> - 0.7.4-4
a83f38e
- Rebuild for new ImageMagick
a83f38e
82a305f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-3
82a305f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
82a305f
17cbdae
* Mon Mar  6 2017 Dan Horák <dan@danny.cz> - 0.7.4-2
17cbdae
- add BR: gcc
17cbdae
17cbdae
* Fri Mar  3 2017 Dan Horák <dan@danny.cz> - 0.7.4-1
17cbdae
- initial Fedora version