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.

Line 
1Summary: simple activity-diagram image generator
2Summary(ja): シンプルなテキストからアクティビティ図を生成するツール
3Name: actdiag
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/actdiag/
13Source0: https://pypi.python.org/packages/source/a/actdiag/%{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
27actdiag generate activity-diagram image file from spec-text file.
28
29
30%package -n python3-actdiag
31Summary: simple activity-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-actdiag
41seqdiag generate sequence-diagram image file from spec-text file.
42
43
44%prep
45%setup -q
46
47
48%build
49%py2_build
50%py3_build
51
52
53%install
54%__rm -rf %{buildroot}
55%py2_install
56%py3_install
57
58
59%clean
60%__rm -rf %{buildroot}
61
62
63%files
64%defattr(-,root,root,-)
65%license LICENSE
66%doc README*
67%{_bindir}/actdiag
68%{python_sitelib}/actdiag-%{version}-py*.egg-info
69%{python_sitelib}/actdiag
70%{python_sitelib}/actdiag_sphinxhelper.*
71
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
80
81%changelog
82* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
83- new upstream release.
84
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
89* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.1-1
90- update to 0.5.1
91
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
99* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-2
100- rebuild with python-2.7.2
101
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.