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

Revision 12316, 2.3 KB checked in by tomop, 4 years ago (diff)

updated 22 packages

actdiag-0.5.4-1

blockdiag-1.5.4-1

clamav-0.102.1-1

ghostscript-9.27-3

git-2.24.1-1

incron-0.5.12-4

iputils-20190709-2

libsass-3.6.3-1

libxslt-1.1.34-1

nginx-1.16.1-4

nsd-4.2.4-1

nwdiag-1.0.4-1

oniguruma-6.9.4-1

php73-7.3.12-1

python-funcparserlib-0.3.6-1

python-webcolors-1.10-1

samba-4.10.10-1

seqdiag-0.9.6-1

strongswan-5.8.1-1

trousers-0.3.14-1

unbound-1.9.6-1

unrar-free-0.0.1.20140707-1

Line 
1Summary: simple sequence-diagram image generator
2Summary(ja): シンプルなテキストからシーケンス図を生成するツール
3Name: seqdiag
4Version: 0.9.6
5Release: 1%{?_dist_release}
6Group: Applications/Text
7
8License: Apache License 2.0
9URL: http://blockdiag.com/ja/seqdiag/
10Source0: https://pypi.python.org/packages/source/s/seqdiag/%{name}-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
12BuildArch: noarch
13
14BuildRequires: python-devel >= 2.4
15BuildRequires: python-setuptools
16BuildRequires: python-rpm-macros
17Requires: python >= 2.4
18Requires: python(abi) = %pyver
19Requires: blockdiag
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: iwaim
24
25%description
26seqdiag generate sequence-diagram image file from spec-text file.
27
28
29%package -n python3-seqdiag
30Summary: simple sequence-diagram image generator
31Summary(ja): シンプルなテキストからシーケンス図を生成するツール
32BuildRequires: python3-devel
33BuildRequires: python3-setuptools
34BuildRequires: python3-rpm-macros
35Requires: python3
36Requires: python3-blockdiag
37
38%description -n python3-seqdiag
39seqdiag generate sequence-diagram image file from spec-text file.
40
41
42%prep
43%setup -q
44
45%build
46%py_build
47%py3_build
48
49%install
50%__rm -rf %{buildroot}
51%py_install
52%py3_install
53
54%clean
55%__rm -rf %{buildroot}
56
57%files
58%defattr(-,root,root,-)
59%license LICENSE
60%doc examples README*
61#%{_bindir}/seqdiag
62%{python_sitelib}/seqdiag-%{version}-py*.egg-info
63%{python_sitelib}/seqdiag
64%{python_sitelib}/seqdiag_sphinxhelper.*
65
66%files -n python3-seqdiag
67%defattr(-,root,root,-)
68%license LICENSE
69%doc examples README*
70%{_bindir}/seqdiag
71%{python3_sitelib}/seqdiag*
72%{python3_sitelib}/__pycache__/*
73
74%changelog
75* Thu Nov 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.6-1
76- new upstream release.
77- added python3 support.
78
79* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.9.0-1
80- update to 0.9.0
81- drop src/TODO.txt: upstream deleted
82
83* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.8.2-1
84- new upstream release
85 - drop sphinxcontrib_seqdiag.*: upstream removed
86- add Requires: python(abi) = %%pyver
87- add Summary(ja)
88- update URL: upstream moved
89
90* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
91- rebuild with python-2.7.2
92
93* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.3-1
94- Initial build.
95
Note: See TracBrowser for help on using the repository browser.