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

Revision 7589, 1.6 KB checked in by iwaim, 11 years ago (diff)

seqdiag 0.8.2-1

Line 
1%define ver 0.8.2
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 src/TODO.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* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.8.2-1
54- new upstream release
55 - drop sphinxcontrib_seqdiag.*: upstream removed
56- add Requires: python(abi) = %%pyver
57- add Summary(ja)
58- update URL: upstream moved
59
60* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
61- rebuild with python-2.7.2
62
63* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.3-1
64- Initial build.
65
Note: See TracBrowser for help on using the repository browser.