Browse Source

nwdiag 0.9.4-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7591 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
6f69f62ede
1 changed files with 21 additions and 5 deletions
  1. 21 5
      n/nwdiag/nwdiag-vl.spec

+ 21 - 5
n/nwdiag/nwdiag-vl.spec

@@ -1,20 +1,22 @@
-%define ver 0.2.3
-%define rel 2
+%define ver 0.9.4
+%define rel 1
 
 Summary: simple network-diagram image generator
+Summary(ja): シンプルなテキストからネットワーク図を生成するツール
 Name: nwdiag
 Version: %{ver}
 Release: %{rel}%{?_dist_release}
 
 License: Apache License 2.0
 Group: Applications/Text
-URL: http://tk0miya.bitbucket.org/nwdiag/build/html/index.html
+URL: http://blockdiag.com/ja/nwdiag/
 Source0: http://pypi.python.org/packages/source/n/nwdiag/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 
 BuildRequires: python-devel >= 2.4
 BuildRequires: python-setuptools
+Requires: python(abi) = %pyver
 Requires: python >= 2.4
 Requires: python-imaging >= 1.1.5
 Requires: python-funcparserlib >= 0.3.4
@@ -41,14 +43,28 @@ nwdiag generate network-diagram image file from spec-text file.
 
 %files
 %defattr(-,root,root,-)
-%doc src/README.txt src/TODO.txt LICENSE
+%doc src/README.txt src/TODO.txt LICENSE examples
 %{_bindir}/nwdiag
+%{_bindir}/packetdiag
+%{_bindir}/rackdiag
 %{python_sitelib}/nwdiag-%{ver}-py*.egg-info
 %{python_sitelib}/nwdiag
-%{python_sitelib}/sphinxcontrib_nwdiag.*
+%{python_sitelib}/packetdiag
+%{python_sitelib}/rackdiag
 %{python_sitelib}/nwdiag_sphinxhelper.*
+%{python_sitelib}/packetdiag_sphinxhelper.*
+%{python_sitelib}/rackdiag_sphinxhelper.*
 
 %changelog
+* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.9.4-1
+- new upstream release
+ - add packetdiag and rackdiag
+ - drop sphinxcontrib_nwdiag.*: upstream removed
+- add examples in doc dir
+- add Requires: python(abi) = %%pyver
+- add Summary(ja)
+- update URL: upstream moved
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
 - rebuild with python-2.7.2