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

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

actdiag 0.5.1-1

Line 
1%define ver 0.5.1
2%define rel 1
3
4Summary: simple activity-diagram image generator
5Summary(ja): シンプルなテキストからアクティビティ図を生成するツール
6Name: actdiag
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9
10License: Apache License 2.0
11Group: Applications/Text
12URL: http://blockdiag.com/ja/actdiag/
13Source0: http://pypi.python.org/packages/source/a/actdiag/%{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
29actdiag generate activity-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 src/README.txt src/TODO.txt LICENSE
47%{_bindir}/actdiag
48%{python_sitelib}/actdiag-%{ver}-py*.egg-info
49%{python_sitelib}/actdiag
50%{python_sitelib}/actdiag_sphinxhelper.*
51
52%changelog
53* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.1-1
54- update to 0.5.1
55
56* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.4.3-1
57- new upstream release
58 - drop sphinxcontrib_actdiag.*: upstream removed
59- add Requires: python(abi) = %%pyver
60- add Summary(ja)
61- update URL: upstream moved
62
63* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-2
64- rebuild with python-2.7.2
65
66* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.1.5-1
67- Initial build.
Note: See TracBrowser for help on using the repository browser.