|
|
@ -1,12 +1,23 @@
|
|
|
|
Name: libdmtx
|
|
|
|
Name: libdmtx
|
|
|
|
Version: 0.7.4
|
|
|
|
Version: 0.7.5
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for working with Data Matrix 2D bar-codes
|
|
|
|
Summary: Library for working with Data Matrix 2D bar-codes
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: http://www.libdmtx.org/
|
|
|
|
# http://www.libdmtx.org/ doesn't work any more
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
# outdated info is still at http://libdmtx.sourceforge.net/
|
|
|
|
|
|
|
|
URL: https://github.com/dmtx
|
|
|
|
|
|
|
|
Source0: https://github.com/dmtx/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
# https://github.com/dmtx/libdmtx/pull/13
|
|
|
|
|
|
|
|
Patch0: libdmtx-0.7.5-c99.patch
|
|
|
|
|
|
|
|
# https://github.com/dmtx/libdmtx/pull/14
|
|
|
|
|
|
|
|
Patch1: libdmtx-0.7.5-size_t.patch
|
|
|
|
|
|
|
|
# https://github.com/dmtx/libdmtx/pull/12
|
|
|
|
|
|
|
|
Patch2: libdmtx-0.7.5-math.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
|
|
# obsolete language bindings we can't provide any more
|
|
|
|
# obsolete language bindings we can't provide any more
|
|
|
|
Obsoletes: php-libdmtx < 0.7.4
|
|
|
|
Obsoletes: php-libdmtx < 0.7.4
|
|
|
@ -38,7 +49,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -80,6 +93,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Apr 06 2018 Dan Horák <dan[at]danny.cz> - 0.7.5-1
|
|
|
|
|
|
|
|
- updated to 0.7.5
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-4
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|