|
@@ -1,14 +1,15 @@
|
|
-%define ver 0.8.1
|
|
+%define ver 1.2.4
|
|
-%define rel 2
|
|
+%define rel 1
|
|
|
|
|
|
Summary: simple block-diagram image generator
|
|
Summary: simple block-diagram image generator
|
|
|
|
+Summary(ja): シンプルなテキストからブロック図を生成するツール
|
|
Name: blockdiag
|
|
Name: blockdiag
|
|
Version: %{ver}
|
|
Version: %{ver}
|
|
Release: %{rel}%{?_dist_release}
|
|
Release: %{rel}%{?_dist_release}
|
|
|
|
|
|
License: Apache License 2.0
|
|
License: Apache License 2.0
|
|
Group: Applications/Text
|
|
Group: Applications/Text
|
|
-URL: http://tk0miya.bitbucket.org/blockdiag/build/html/index.html
|
|
+URL: http://blockdiag.com/ja/
|
|
Source0: http://pypi.python.org/packages/source/b/blockdiag/%{name}-%{version}.tar.gz
|
|
Source0: http://pypi.python.org/packages/source/b/blockdiag/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -16,8 +17,10 @@ BuildArch: noarch
|
|
BuildRequires: python-devel >= 2.4
|
|
BuildRequires: python-devel >= 2.4
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: python-setuptools
|
|
Requires: python >= 2.4
|
|
Requires: python >= 2.4
|
|
|
|
+Requires: python(abi) = %pyver
|
|
Requires: python-imaging >= 1.1.5
|
|
Requires: python-imaging >= 1.1.5
|
|
Requires: python-funcparserlib >= 0.3.4
|
|
Requires: python-funcparserlib >= 0.3.4
|
|
|
|
+Requires: python-webcolors
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -48,6 +51,13 @@ blockdiag generate block-diagram image file from spec-text file.
|
|
%{python_sitelib}/blockdiag_sphinxhelper.*
|
|
%{python_sitelib}/blockdiag_sphinxhelper.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 3 2013 IWAI, Masaharu <iwai@alib.jp> 1.2.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Requires: python-webcolors
|
|
|
|
+- add Requires: python(abi) = %%pyver
|
|
|
|
+- add Summary(ja)
|
|
|
|
+- update URL: upstream moved
|
|
|
|
+
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|