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.

RevLine 
[3895]1Summary: simple network-diagram image generator
[7591]2Summary(ja): シンプルなテキストからネットワーク図を生成するツール
[3895]3Name: nwdiag
[12469]4Version: 2.0.0
[12316]5Release: 1%{?_dist_release}
[12469]6Group: graphics
7Vendor: Project Vine
8Distribution: Vine Linux
9Packager: iwaim
[3895]10
11License: Apache License 2.0
[7591]12URL: http://blockdiag.com/ja/nwdiag/
[12316]13Source0: https://pypi.python.org/packages/source/n/nwdiag/%{name}-%{version}.tar.gz
[12469]14
15BuildArch: noarch
[3895]16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
17
[12469]18BuildRequires: python-rpm-macros
[3895]19BuildRequires: python-devel >= 2.4
20BuildRequires: python-setuptools
[12469]21BuildRequires: python2-rpm-macros
[7591]22Requires: python(abi) = %pyver
[3895]23Requires: python >= 2.4
[12316]24Requires: blockdiag
[3895]25
26%description
27nwdiag generate network-diagram image file from spec-text file.
28
[12316]29
30%package -n python3-nwdiag
31Summary: simple network-diagram image generator
32Summary(ja): シンプルなテキストからネットワーク図を生成するツール
[12469]33Group: graphics
[12316]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
[3895]44%prep
45%setup -q
46
[12469]47
[3895]48%build
[12469]49%py2_build
[12316]50%py3_build
[3895]51
[12469]52
[3895]53%install
54%__rm -rf %{buildroot}
[12469]55%py2_install
[12316]56%py3_install
[3895]57
[12469]58
[3895]59%clean
60%__rm -rf %{buildroot}
61
[12469]62
[3895]63%files
64%defattr(-,root,root,-)
[12316]65%license LICENSE
66%doc README* examples
67#%{_bindir}/nwdiag
68#%{_bindir}/packetdiag
69#%{_bindir}/rackdiag
[12469]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.*
[3895]77
[12316]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
[3895]91%changelog
[12469]92* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
93- new upstream release.
94
[12316]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
[8078]99* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.0-1
100- update to 1.0.0
101
[7591]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
[5701]111* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
112- rebuild with python-2.7.2
113
[3895]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.