Browse Source

zint-2.4.2-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8749 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
5bf309857a
1 changed files with 7 additions and 1 deletions
  1. 7 1
      z/zint/zint-vl.spec

+ 7 - 1
z/zint/zint-vl.spec

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