source: projects/specs/trunk/a/actdiag/actdiag-vl.spec @ 12469

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

python-3.8.5 and related packages.

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