|
|
|
@ -1,15 +1,18 @@
|
|
|
|
|
Name: qrencode
|
|
|
|
|
Version: 3.4.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 3.4.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generate QR 2D barcodes
|
|
|
|
|
Summary(fr): Génère les code-barres en 2D QR
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://megaui.net/fukuchi/works/qrencode/index.en.html
|
|
|
|
|
Source0: http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: libpng-devel chrpath
|
|
|
|
|
URL: http://fukuchi.org/works/qrencode/
|
|
|
|
|
Source0: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
BuildRequires: SDL-devel
|
|
|
|
|
## For ARM 64 support (RHBZ 926414)
|
|
|
|
|
BuildRequires: autoconf >= 2.69
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Qrencode is a utility software using libqrencode to encode string data in
|
|
|
|
@ -52,6 +55,8 @@ d'en-tête pour les applications utilisant qrencode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
## Rebuild configure scripts for ARM 64 support. (RHBZ 926414)
|
|
|
|
|
%{__autoconf}
|
|
|
|
|
%configure --with-tests
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -87,6 +92,13 @@ sh test_all.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 11 2013 Peter Gordon <peter@thecodergeek.com> - 3.4.2-1
|
|
|
|
|
- Update to new upstream release (3.4.2)
|
|
|
|
|
- Fixes a memory leak, string-splitting, and Micro QR encoding bugs.
|
|
|
|
|
- Run autoconf in %%build to add ARM 64 (aarch64) to the configure scripts.
|
|
|
|
|
- Resolves: #926414 (qrencode: Does not support aarch64 in f19 and rawhide)
|
|
|
|
|
- Update source/homepage URLs.
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|