|
@@ -2,12 +2,13 @@ Summary: A barcode generator and library
|
|
Summary(ja): Zintバーコード作成プログラム
|
|
Summary(ja): Zintバーコード作成プログラム
|
|
Name: zint
|
|
Name: zint
|
|
Version: 2.4.2
|
|
Version: 2.4.2
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
URL: http://www.zint.org.uk
|
|
URL: http://www.zint.org.uk
|
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
Patch0: zint-2.4.0-qr-kanji.patch
|
|
Patch0: zint-2.4.0-qr-kanji.patch
|
|
Patch1: %{name}-rpath.patch
|
|
Patch1: %{name}-rpath.patch
|
|
|
|
+Patch2: %{name}-2.4.2-libpng16.patch
|
|
Group: Applications/Engineering
|
|
Group: Applications/Engineering
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
@@ -73,6 +74,7 @@ C library and header files needed to develop applications using %{name}-qt.
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p 1 -b .qr-kanji
|
|
%patch0 -p 1 -b .qr-kanji
|
|
%patch1 -p 1 -b .rpath
|
|
%patch1 -p 1 -b .rpath
|
|
|
|
+%patch2 -p1 -b .libpng16
|
|
|
|
|
|
# remove BSD-licensed file required for Windows only
|
|
# remove BSD-licensed file required for Windows only
|
|
# (just to ensure that this package is plain GPLv3+)
|
|
# (just to ensure that this package is plain GPLv3+)
|
|
@@ -144,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jul 6 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.2-2
|
|
|
|
+- rebuilt with current environment.
|
|
|
|
+- added Patch2 for libpng16.
|
|
|
|
+
|
|
* Sat May 07 2011 Shu KONNO <owa@bg.wakwak.com> 2.4.2-1
|
|
* Sat May 07 2011 Shu KONNO <owa@bg.wakwak.com> 2.4.2-1
|
|
- updated zint to 2.4.2
|
|
- updated zint to 2.4.2
|
|
- added %{name}-rpath.patch
|
|
- added %{name}-rpath.patch
|