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

Revision 8077, 1.7 KB checked in by iwaim, 10 years ago (diff)

seqdiag 0.9.0-1

Line 
1%define ver 0.9.0
2%define rel 1
3
4Summary: simple sequence-diagram image generator
5Summary(ja): シンプルなテキストからシーケンス図を生成するツール
6Name: seqdiag
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9
10License: Apache License 2.0
11Group: Applications/Text
12URL: http://blockdiag.com/ja/seqdiag/
13Source0: http://pypi.python.org/packages/source/s/seqdiag/%{name}-%{version}.tar.gz
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
15BuildArch: noarch
16
17BuildRequires: python-devel >= 2.4
18BuildRequires: python-setuptools
19Requires: python >= 2.4
20Requires: python(abi) = %pyver
21Requires: python-imaging >= 1.1.5
22Requires: python-funcparserlib >= 0.3.4
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: iwaim
27
28%description
29seqdiag generate sequence-diagram image file from spec-text file.
30
31%prep
32%setup -q
33
34%build
35%__python setup.py build
36
37%install
38%__rm -rf %{buildroot}
39%__python setup.py install --skip-build --root %{buildroot}
40
41%clean
42%__rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root,-)
46%doc examples src/README.txt
47%{_bindir}/seqdiag
48%{python_sitelib}/seqdiag-%{ver}-py*.egg-info
49%{python_sitelib}/seqdiag
50%{python_sitelib}/seqdiag_sphinxhelper.*
51
52%changelog
53* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.9.0-1
54- update to 0.9.0
55- drop src/TODO.txt: upstream deleted
56
57* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.8.2-1
58- new upstream release
59 - drop sphinxcontrib_seqdiag.*: upstream removed
60- add Requires: python(abi) = %%pyver
61- add Summary(ja)
62- update URL: upstream moved
63
64* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
65- rebuild with python-2.7.2
66
67* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.3-1
68- Initial build.
69
Note: See TracBrowser for help on using the repository browser.