source: projects/specs/trunk/n/nwdiag/nwdiag-vl.spec @ 7591

Revision 7591, 1.8 KB checked in by iwaim, 11 years ago (diff)

nwdiag 0.9.4-1

RevLine 
[7591]1%define ver 0.9.4
2%define rel 1
[3895]3
4Summary: simple network-diagram image generator
[7591]5Summary(ja): シンプルなテキストからネットワーク図を生成するツール
[3895]6Name: nwdiag
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9
10License: Apache License 2.0
11Group: Applications/Text
[7591]12URL: http://blockdiag.com/ja/nwdiag/
[3895]13Source0: http://pypi.python.org/packages/source/n/nwdiag/%{name}-%{version}.tar.gz
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
15BuildArch: noarch
16
17BuildRequires: python-devel >= 2.4
18BuildRequires: python-setuptools
[7591]19Requires: python(abi) = %pyver
[3895]20Requires: python >= 2.4
21Requires: python-imaging >= 1.1.5
22Requires: python-funcparserlib >= 0.3.4
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: iwaim
27
28%description
29nwdiag generate network-diagram image file from spec-text file.
30
31%prep
32%setup -q
33
34%build
35%__python setup.py build
36
37%install
38%__rm -rf %{buildroot}
39%__python setup.py install --skip-build --root %{buildroot}
40
41%clean
42%__rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root,-)
[7591]46%doc src/README.txt src/TODO.txt LICENSE examples
[3895]47%{_bindir}/nwdiag
[7591]48%{_bindir}/packetdiag
49%{_bindir}/rackdiag
[3895]50%{python_sitelib}/nwdiag-%{ver}-py*.egg-info
51%{python_sitelib}/nwdiag
[7591]52%{python_sitelib}/packetdiag
53%{python_sitelib}/rackdiag
[3895]54%{python_sitelib}/nwdiag_sphinxhelper.*
[7591]55%{python_sitelib}/packetdiag_sphinxhelper.*
56%{python_sitelib}/rackdiag_sphinxhelper.*
[3895]57
58%changelog
[7591]59* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.9.4-1
60- new upstream release
61 - add packetdiag and rackdiag
62 - drop sphinxcontrib_nwdiag.*: upstream removed
63- add examples in doc dir
64- add Requires: python(abi) = %%pyver
65- add Summary(ja)
66- update URL: upstream moved
67
[5701]68* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
69- rebuild with python-2.7.2
70
[3895]71* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.2.3-1
72- Initial build.
Note: See TracBrowser for help on using the repository browser.