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

Revision 8078, 1.9 KB checked in by iwaim, 10 years ago (diff)

nwdiag 1.0.0-1

Line 
1%define ver 1.0.0
2%define rel 1
3
4Summary: simple network-diagram image generator
5Summary(ja): シンプルなテキストからネットワーク図を生成するツール
6Name: nwdiag
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9
10License: Apache License 2.0
11Group: Applications/Text
12URL: http://blockdiag.com/ja/nwdiag/
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
19Requires: python(abi) = %pyver
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,-)
46%doc src/README.txt src/TODO.txt LICENSE examples
47%{_bindir}/nwdiag
48%{_bindir}/packetdiag
49%{_bindir}/rackdiag
50%{python_sitelib}/nwdiag-%{ver}-py*.egg-info
51%{python_sitelib}/nwdiag
52%{python_sitelib}/packetdiag
53%{python_sitelib}/rackdiag
54%{python_sitelib}/nwdiag_sphinxhelper.*
55%{python_sitelib}/packetdiag_sphinxhelper.*
56%{python_sitelib}/rackdiag_sphinxhelper.*
57
58%changelog
59* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.0-1
60- update to 1.0.0
61
62* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.9.4-1
63- new upstream release
64 - add packetdiag and rackdiag
65 - drop sphinxcontrib_nwdiag.*: upstream removed
66- add examples in doc dir
67- add Requires: python(abi) = %%pyver
68- add Summary(ja)
69- update URL: upstream moved
70
71* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
72- rebuild with python-2.7.2
73
74* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.2.3-1
75- Initial build.
Note: See TracBrowser for help on using the repository browser.