|
@@ -1,5 +1,5 @@
|
|
Name: optipng
|
|
Name: optipng
|
|
-Version: 0.6.4
|
|
+Version: 0.6.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: PNG optimizer and converter
|
|
Summary: PNG optimizer and converter
|
|
Summary(ja): PNG オプティマイザ と コンバータ
|
|
Summary(ja): PNG オプティマイザ と コンバータ
|
|
@@ -8,6 +8,8 @@ Group: Applications/Graphics
|
|
License: zlib
|
|
License: zlib
|
|
URL: http://optipng.sourceforge.net/
|
|
URL: http://optipng.sourceforge.net/
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
+Patch0: fix_builderror.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: zlib-devel libpng-devel
|
|
BuildRequires: zlib-devel libpng-devel
|
|
@@ -26,6 +28,7 @@ OptiPNG は、PNG 形式の画像ファイルを何ら情報を失うことな
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
# Ensure system libs and headers are used; as of 0.6.1 pngxtern will use
|
|
# Ensure system libs and headers are used; as of 0.6.1 pngxtern will use
|
|
# the bundled headers if present even with -with-system-*, causing failures.
|
|
# the bundled headers if present even with -with-system-*, causing failures.
|
|
@@ -59,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 6 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added Patch0 to fix build error
|
|
|
|
+
|
|
* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> - 0.6.4-1
|
|
* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> - 0.6.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|