|
@@ -4,7 +4,7 @@ Summary: A cross-platform tool for optimizing PNG and JPG files
|
|
Summary(ja): クロスプラットホームの PNG と JPG ファイルの最適化のためのツール
|
|
Summary(ja): クロスプラットホームの PNG と JPG ファイルの最適化のためのツール
|
|
Name: trimage
|
|
Name: trimage
|
|
Version: 1.0.5
|
|
Version: 1.0.5
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Group: Applications/Graphics
|
|
Group: Applications/Graphics
|
|
URL: http://trimage.org
|
|
URL: http://trimage.org
|
|
@@ -13,7 +13,8 @@ Source: %{name}-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
-BuildRequires: python
|
|
|
|
|
|
+BuildRequires: python-devel
|
|
|
|
+BuildRequires: python-setuptools
|
|
|
|
|
|
Requires: PyQt4 >= 4.4
|
|
Requires: PyQt4 >= 4.4
|
|
Requires: advancecomp >= 1.15
|
|
Requires: advancecomp >= 1.15
|
|
@@ -53,5 +54,9 @@ rm -rf %{buildroot}
|
|
%{python_sitelib}/*
|
|
%{python_sitelib}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.5-2
|
|
|
|
+- changed BuildRequires: python to python-devel
|
|
|
|
+- added BuildRequires: python-setuptools
|
|
|
|
+
|
|
* Tue Dec 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.5-1
|
|
* Tue Dec 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.5-1
|
|
- initial build for VineSeed
|
|
- initial build for VineSeed
|