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

Revision 12469, 2.7 KB checked in by tomop, 4 years ago (diff)

python-3.8.5 and related packages.

Line 
1Summary: simple network-diagram image generator
2Summary(ja): シンプルなテキストからネットワーク図を生成するツール
3Name: nwdiag
4Version: 2.0.0
5Release: 1%{?_dist_release}
6Group: graphics
7Vendor: Project Vine
8Distribution: Vine Linux
9Packager: iwaim
10
11License: Apache License 2.0
12URL: http://blockdiag.com/ja/nwdiag/
13Source0: https://pypi.python.org/packages/source/n/nwdiag/%{name}-%{version}.tar.gz
14
15BuildArch: noarch
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
17
18BuildRequires: python-rpm-macros
19BuildRequires: python-devel >= 2.4
20BuildRequires: python-setuptools
21BuildRequires: python2-rpm-macros
22Requires: python(abi) = %pyver
23Requires: python >= 2.4
24Requires: blockdiag
25
26%description
27nwdiag generate network-diagram image file from spec-text file.
28
29
30%package -n python3-nwdiag
31Summary: simple network-diagram image generator
32Summary(ja): シンプルなテキストからネットワーク図を生成するツール
33Group: graphics
34BuildRequires: python3-devel
35BuildRequires: python3-setuptools
36BuildRequires: python3-rpm-macros
37Requires: python3
38Requires: python3-blockdiag
39
40%description -n python3-nwdiag
41nwdiag generate network-diagram image file from spec-text file.
42
43
44%prep
45%setup -q
46
47
48%build
49%py2_build
50%py3_build
51
52
53%install
54%__rm -rf %{buildroot}
55%py2_install
56%py3_install
57
58
59%clean
60%__rm -rf %{buildroot}
61
62
63%files
64%defattr(-,root,root,-)
65%license LICENSE
66%doc README* examples
67#%{_bindir}/nwdiag
68#%{_bindir}/packetdiag
69#%{_bindir}/rackdiag
70%{python2_sitelib}/nwdiag-%{version}-py*.egg-info
71%{python2_sitelib}/nwdiag
72%{python2_sitelib}/packetdiag
73%{python2_sitelib}/rackdiag
74%{python2_sitelib}/nwdiag_sphinxhelper.*
75%{python2_sitelib}/packetdiag_sphinxhelper.*
76%{python2_sitelib}/rackdiag_sphinxhelper.*
77
78%files -n python3-nwdiag
79%defattr(-,root,root,-)
80%license LICENSE
81%doc README* examples
82%{_bindir}/nwdiag
83%{_bindir}/packetdiag
84%{_bindir}/rackdiag
85%{python3_sitelib}/nwdiag*
86%{python3_sitelib}/packetdiag*
87%{python3_sitelib}/rackdiag*
88%{python3_sitelib}/__pycache__/*
89
90
91%changelog
92* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
93- new upstream release.
94
95* Thu Nov 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.4-1
96- new upstream release.
97- added python3 support.
98
99* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.0-1
100- update to 1.0.0
101
102* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.9.4-1
103- new upstream release
104 - add packetdiag and rackdiag
105 - drop sphinxcontrib_nwdiag.*: upstream removed
106- add examples in doc dir
107- add Requires: python(abi) = %%pyver
108- add Summary(ja)
109- update URL: upstream moved
110
111* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
112- rebuild with python-2.7.2
113
114* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.2.3-1
115- Initial build.
Note: See TracBrowser for help on using the repository browser.