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.

RevLine 
[3893]1Summary: simple sequence-diagram image generator
[7589]2Summary(ja): シンプルなテキストからシーケンス図を生成するツール
[3893]3Name: seqdiag
[12469]4Version: 2.0.0
[12316]5Release: 1%{?_dist_release}
[12469]6Group: graphics
7Vendor: Project Vine
8Distribution: Vine Linux
9Packager: iwaim
[3893]10
11License: Apache License 2.0
[7589]12URL: http://blockdiag.com/ja/seqdiag/
[12316]13Source0: https://pypi.python.org/packages/source/s/seqdiag/%{name}-%{version}.tar.gz
[12469]14
15BuildArch: noarch
[3893]16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
17
[12469]18BuildRequires: python-rpm-macros
[3893]19BuildRequires: python-devel >= 2.4
20BuildRequires: python-setuptools
[12469]21BuildRequires: python2-rpm-macros
[3893]22Requires: python >= 2.4
[7589]23Requires: python(abi) = %pyver
[12316]24Requires: blockdiag
[3893]25
26%description
27seqdiag generate sequence-diagram image file from spec-text file.
28
[12316]29
30%package -n python3-seqdiag
31Summary: simple sequence-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-seqdiag
41seqdiag generate sequence-diagram image file from spec-text file.
42
43
[3893]44%prep
45%setup -q
46
47%build
[12469]48%py2_build
[12316]49%py3_build
[3893]50
51%install
52%__rm -rf %{buildroot}
[12469]53%py2_install
[12316]54%py3_install
[3893]55
56%clean
57%__rm -rf %{buildroot}
58
59%files
60%defattr(-,root,root,-)
[12316]61%license LICENSE
62%doc examples README*
63#%{_bindir}/seqdiag
[12469]64%{python2_sitelib}/seqdiag-%{version}-py*.egg-info
65%{python2_sitelib}/seqdiag
66%{python2_sitelib}/seqdiag_sphinxhelper.*
[3893]67
[12316]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
[12469]76
[3893]77%changelog
[12469]78* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
79- new upstream release.
80
[12316]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
[8077]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
[7589]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
[5787]96* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
97- rebuild with python-2.7.2
98
[3893]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.