source: projects/specs/trunk/s/seqdiag/seqdiag-vl.spec @ 12469

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

python-3.8.5 and related packages.

Line 
1Summary: simple sequence-diagram image generator
2Summary(ja): シンプルなテキストからシーケンス図を生成するツール
3Name: seqdiag
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/seqdiag/
13Source0: https://pypi.python.org/packages/source/s/seqdiag/%{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 >= 2.4
23Requires: python(abi) = %pyver
24Requires: blockdiag
25
26%description
27seqdiag generate sequence-diagram image file from spec-text file.
28
29
30%package -n python3-seqdiag
31Summary: simple sequence-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-seqdiag
41seqdiag generate sequence-diagram image file from spec-text file.
42
43
44%prep
45%setup -q
46
47%build
48%py2_build
49%py3_build
50
51%install
52%__rm -rf %{buildroot}
53%py2_install
54%py3_install
55
56%clean
57%__rm -rf %{buildroot}
58
59%files
60%defattr(-,root,root,-)
61%license LICENSE
62%doc examples README*
63#%{_bindir}/seqdiag
64%{python2_sitelib}/seqdiag-%{version}-py*.egg-info
65%{python2_sitelib}/seqdiag
66%{python2_sitelib}/seqdiag_sphinxhelper.*
67
68%files -n python3-seqdiag
69%defattr(-,root,root,-)
70%license LICENSE
71%doc examples README*
72%{_bindir}/seqdiag
73%{python3_sitelib}/seqdiag*
74%{python3_sitelib}/__pycache__/*
75
76
77%changelog
78* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
79- new upstream release.
80
81* Thu Nov 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.6-1
82- new upstream release.
83- added python3 support.
84
85* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.9.0-1
86- update to 0.9.0
87- drop src/TODO.txt: upstream deleted
88
89* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.8.2-1
90- new upstream release
91 - drop sphinxcontrib_seqdiag.*: upstream removed
92- add Requires: python(abi) = %%pyver
93- add Summary(ja)
94- update URL: upstream moved
95
96* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
97- rebuild with python-2.7.2
98
99* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.3-1
100- Initial build.
101
Note: See TracBrowser for help on using the repository browser.