source: projects/specs/trunk/b/blockdiag/blockdiag-vl.spec @ 12469

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

python-3.8.5 and related packages.

Line 
1Summary: simple block-diagram image generator
2Summary(ja): シンプルなテキストからブロック図を生成するツール
3Name: blockdiag
4Version: 2.0.1
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/
13Source0: https://pypi.python.org/packages/source/b/blockdiag/%{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: python-pillow
25Requires: python-funcparserlib >= 0.3.4
26Requires: python-webcolors
27
28%description
29blockdiag generate block-diagram image file from spec-text file.
30
31
32%package -n python3-blockdiag
33Summary: simple block-diagram image generator
34Summary(ja): シンプルなテキストからブロック図を生成するツール
35Group: graphics
36BuildRequires: python3-devel
37BuildRequires: python3-setuptools
38BuildRequires: python3-rpm-macros
39Requires: python3
40Requires: python3-pillow
41Requires: python3-funcparserlib
42Requires: python3-webcolors
43
44%description -n python3-blockdiag
45blockdiag generate block-diagram image file from spec-text file.
46
47
48%prep
49%setup -q
50
51
52%build
53%py2_build
54%py3_build
55
56
57%install
58%__rm -rf %{buildroot}
59%py2_install
60%py3_install
61
62
63%clean
64%__rm -rf %{buildroot}
65
66
67%files
68%defattr(-,root,root,-)
69%license LICENSE
70%doc examples README.rst
71#%{_bindir}/blockdiag
72%{python_sitelib}/blockdiag-%{version}-py*.egg-info
73%{python_sitelib}/blockdiag
74%{python_sitelib}/blockdiag_sphinxhelper.*
75
76%files -n python3-blockdiag
77%defattr(-,root,root,-)
78%license LICENSE
79%doc examples README.rst
80%{_bindir}/blockdiag
81%{python3_sitelib}/blockdiag*
82%{python3_sitelib}/__pycache__/*
83
84%changelog
85* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.1-1
86- new upstream release.
87
88* Thu Nov 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.4-1
89- new upstream release.
90- added python3 support.
91
92* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.3.2-1
93- update to 1.3.2
94
95* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.2.4-1
96- new upstream release
97- add Requires: python-webcolors
98- add Requires: python(abi) = %%pyver
99- add Summary(ja)
100- update URL: upstream moved
101
102* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
103- rebuild with python-2.7.2
104
105* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.8.1-1
106- Initial build.
107
Note: See TracBrowser for help on using the repository browser.