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

Revision 5787, 1.3 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild with python-2.7.2

Line 
1%define ver 0.3.3
2%define rel 2
3
4Summary: simple sequence-diagram image generator
5Name: seqdiag
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8
9License: Apache License 2.0
10Group: Applications/Text
11URL: https://bitbucket.org/tk0miya/seqdiag
12Source0: http://pypi.python.org/packages/source/s/seqdiag/%{name}-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14BuildArch: noarch
15
16BuildRequires: python-devel >= 2.4
17BuildRequires: python-setuptools
18Requires: python >= 2.4
19Requires: python-imaging >= 1.1.5
20Requires: python-funcparserlib >= 0.3.4
21
22Vendor: Project Vine
23Distribution: Vine Linux
24Packager: iwaim
25
26%description
27seqdiag generate sequence-diagram image file from spec-text file.
28
29%prep
30%setup -q
31
32%build
33%__python setup.py build
34
35%install
36%__rm -rf %{buildroot}
37%__python setup.py install --skip-build --root %{buildroot}
38
39%clean
40%__rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root,-)
44%doc examples src/README.txt src/TODO.txt
45%{_bindir}/seqdiag
46%{python_sitelib}/seqdiag-%{ver}-py*.egg-info
47%{python_sitelib}/seqdiag
48%{python_sitelib}/sphinxcontrib_seqdiag.*
49%{python_sitelib}/seqdiag_sphinxhelper.*
50
51%changelog
52* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
53- rebuild with python-2.7.2
54
55* Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.3.3-1
56- Initial build.
57
Note: See TracBrowser for help on using the repository browser.