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

Revision 12316, 2.5 KB checked in by tomop, 4 years ago (diff)

updated 22 packages

actdiag-0.5.4-1

blockdiag-1.5.4-1

clamav-0.102.1-1

ghostscript-9.27-3

git-2.24.1-1

incron-0.5.12-4

iputils-20190709-2

libsass-3.6.3-1

libxslt-1.1.34-1

nginx-1.16.1-4

nsd-4.2.4-1

nwdiag-1.0.4-1

oniguruma-6.9.4-1

php73-7.3.12-1

python-funcparserlib-0.3.6-1

python-webcolors-1.10-1

samba-4.10.10-1

seqdiag-0.9.6-1

strongswan-5.8.1-1

trousers-0.3.14-1

unbound-1.9.6-1

unrar-free-0.0.1.20140707-1

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