From cdc3bb57f9289811d6545d84e2cf1fd6cb2651b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 22 May 2013 22:12:30 +0200 Subject: [PATCH] add Group-Tag to make el5-build happy --- .gitignore | 1 + pngquant.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6b8bb83..0792d75 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +*~ /pngquant-1.8.3-src.tar.bz2 diff --git a/pngquant.spec b/pngquant.spec index b6d20bd..7cc2ae2 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -3,8 +3,9 @@ Name: pngquant Version: 1.8.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PNG quantization tool for reducing image file size +Group: Applications/Multimedia License: BSD with advertising URL: http://%{name}.org Source0: http://%{name}.org/%{name}-%{version}-src.tar.bz2 @@ -59,6 +60,9 @@ install -Dpm0644 %{name}.1 \ %changelog +* Wed May 22 2013 Björn Esser - 1.8.3-4 +- add Group-Tag to make el5-build happy + * Sun May 19 2013 Björn Esser - 1.8.3-3 - add Patch0: respect system compiler-flags - touch a fake configure-script during prep