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

Revision 12316, 2.2 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 activity-diagram image generator
2Summary(ja): シンプルなテキストからアクティビティ図を生成するツール
3Name: actdiag
4Version: 0.5.4
5Release: 1%{?_dist_release}
6
7License: Apache License 2.0
8Group: Applications/Text
9URL: http://blockdiag.com/ja/actdiag/
10Source0: https://pypi.python.org/packages/source/a/actdiag/%{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
26actdiag generate activity-diagram image file from spec-text file.
27
28
29%package -n python3-actdiag
30Summary: simple activity-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-actdiag
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 README*
61%{_bindir}/actdiag
62%{python_sitelib}/actdiag-%{version}-py*.egg-info
63%{python_sitelib}/actdiag
64%{python_sitelib}/actdiag_sphinxhelper.*
65
66%files -n python3-actdiag
67%defattr(-,root,root,-)
68%license LICENSE
69%doc README*
70%{_bindir}/actdiag
71%{python3_sitelib}/actdiag*
72%{python3_sitelib}/__pycache__/*
73
74%changelog
75* Thu Nov 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.4-1
76- new upstream release.
77- added python3 support.
78
79* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.1-1
80- update to 0.5.1
81
82* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.4.3-1
83- new upstream release
84 - drop sphinxcontrib_actdiag.*: upstream removed
85- add Requires: python(abi) = %%pyver
86- add Summary(ja)
87- update URL: upstream moved
88
89* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-2
90- rebuild with python-2.7.2
91
92* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.1.5-1
93- Initial build.
Note: See TracBrowser for help on using the repository browser.