Browse Source

seqdiag 0.8.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7589 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
c78ce3fe05
1 changed files with 12 additions and 4 deletions
  1. 12 4
      s/seqdiag/seqdiag-vl.spec

+ 12 - 4
s/seqdiag/seqdiag-vl.spec

@@ -1,14 +1,15 @@
-%define ver 0.3.3
-%define rel 2
+%define ver 0.8.2
+%define rel 1
 
 Summary: simple sequence-diagram image generator
+Summary(ja): シンプルなテキストからシーケンス図を生成するツール
 Name: seqdiag
 Version: %{ver}
 Release: %{rel}%{?_dist_release}
 
 License: Apache License 2.0
 Group: Applications/Text
-URL: https://bitbucket.org/tk0miya/seqdiag
+URL: http://blockdiag.com/ja/seqdiag/
 Source0: http://pypi.python.org/packages/source/s/seqdiag/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
@@ -16,6 +17,7 @@ BuildArch: noarch
 BuildRequires: python-devel >= 2.4
 BuildRequires: python-setuptools
 Requires: python >= 2.4
+Requires: python(abi) = %pyver
 Requires: python-imaging >= 1.1.5
 Requires: python-funcparserlib >= 0.3.4
 
@@ -45,10 +47,16 @@ seqdiag generate sequence-diagram image file from spec-text file.
 %{_bindir}/seqdiag
 %{python_sitelib}/seqdiag-%{ver}-py*.egg-info
 %{python_sitelib}/seqdiag
-%{python_sitelib}/sphinxcontrib_seqdiag.*
 %{python_sitelib}/seqdiag_sphinxhelper.*
 
 %changelog
+* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.8.2-1
+- new upstream release
+ - drop sphinxcontrib_seqdiag.*: upstream removed
+- add Requires: python(abi) = %%pyver
+- add Summary(ja)
+- update URL: upstream moved
+
 * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
 - rebuild with python-2.7.2