Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4363 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
108324af1c
1 changed files with 7 additions and 2 deletions
  1. 7 2
      t/trimage/trimage-vl.spec

+ 7 - 2
t/trimage/trimage-vl.spec

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