Browse Source

actdiag 0.4.3-1

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

+ 12 - 4
a/actdiag/actdiag-vl.spec

@@ -1,14 +1,15 @@
-%define ver 0.1.5
-%define rel 2
+%define ver 0.4.3
+%define rel 1
 
 Summary: simple activity-diagram image generator
+Summary(ja): シンプルなテキストからアクティビティ図を生成するツール
 Name: actdiag
 Version: %{ver}
 Release: %{rel}%{?_dist_release}
 
 License: Apache License 2.0
 Group: Applications/Text
-URL: https://bitbucket.org/tk0miya/actdiag
+URL: http://blockdiag.com/ja/actdiag/
 Source0: http://pypi.python.org/packages/source/a/actdiag/%{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 @@ actdiag generate activity-diagram image file from spec-text file.
 %{_bindir}/actdiag
 %{python_sitelib}/actdiag-%{ver}-py*.egg-info
 %{python_sitelib}/actdiag
-%{python_sitelib}/sphinxcontrib_actdiag.*
 %{python_sitelib}/actdiag_sphinxhelper.*
 
 %changelog
+* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.4.3-1
+- new upstream release
+ - drop sphinxcontrib_actdiag.*: upstream removed
+- add Requires: python(abi) = %%pyver
+- add Summary(ja)
+- update URL: upstream moved
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-2
 - rebuild with python-2.7.2