|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: qrencode
|
|
|
|
|
Version: 3.2.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Generate QR 2D barcodes
|
|
|
|
|
|
|
|
|
|
Group: Applications/Engineering
|
|
|
|
@ -8,6 +8,8 @@ License: LGPLv2+
|
|
|
|
|
URL: http://megaui.net/fukuchi/works/qrencode/index.en.html
|
|
|
|
|
Source0: http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Patch0: %{name}-fix-LIBPTHREAD-macro.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: libpng-devel chrpath
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -26,6 +28,7 @@ applications that use qrencode.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -b .fix-LIBPTHREAD-macro.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -61,6 +64,9 @@ sh test_all.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 25 2012 Peter Gordon <peter@thecodergeek.com> - 3.2.0-3
|
|
|
|
|
- Fix applying the LIBPTHREAD patch. (Thanks to Matthieu Saulnier.)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2012 Peter Gordon <peter@thecodergeek.com> - 3.2.0-2
|
|
|
|
|
- Add patch to fix improper LIBPTHREAD macro in the pkgconfig file:
|
|
|
|
|
+ fix-LIBPTHREAD-macro.patch
|
|
|
|
|