| Revision 5701,
1.3 KB
checked in by Takemikaduchi, 3 months ago
(diff) |
|
python-2.7.2
|
| Line | |
|---|
| 1 | %define ver 0.1.5 |
|---|
| 2 | %define rel 2 |
|---|
| 3 | |
|---|
| 4 | Summary: simple activity-diagram image generator |
|---|
| 5 | Name: actdiag |
|---|
| 6 | Version: %{ver} |
|---|
| 7 | Release: %{rel}%{?_dist_release} |
|---|
| 8 | |
|---|
| 9 | License: Apache License 2.0 |
|---|
| 10 | Group: Applications/Text |
|---|
| 11 | URL: https://bitbucket.org/tk0miya/actdiag |
|---|
| 12 | Source0: http://pypi.python.org/packages/source/a/actdiag/%{name}-%{version}.tar.gz |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
|---|
| 14 | BuildArch: noarch |
|---|
| 15 | |
|---|
| 16 | BuildRequires: python-devel >= 2.4 |
|---|
| 17 | BuildRequires: python-setuptools |
|---|
| 18 | Requires: python >= 2.4 |
|---|
| 19 | Requires: python-imaging >= 1.1.5 |
|---|
| 20 | Requires: python-funcparserlib >= 0.3.4 |
|---|
| 21 | |
|---|
| 22 | Vendor: Project Vine |
|---|
| 23 | Distribution: Vine Linux |
|---|
| 24 | Packager: iwaim |
|---|
| 25 | |
|---|
| 26 | %description |
|---|
| 27 | actdiag generate activity-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 src/README.txt src/TODO.txt LICENSE |
|---|
| 45 | %{_bindir}/actdiag |
|---|
| 46 | %{python_sitelib}/actdiag-%{ver}-py*.egg-info |
|---|
| 47 | %{python_sitelib}/actdiag |
|---|
| 48 | %{python_sitelib}/sphinxcontrib_actdiag.* |
|---|
| 49 | %{python_sitelib}/actdiag_sphinxhelper.* |
|---|
| 50 | |
|---|
| 51 | %changelog |
|---|
| 52 | * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-2 |
|---|
| 53 | - rebuild with python-2.7.2 |
|---|
| 54 | |
|---|
| 55 | * Mon May 16 2011 IWAI, Masaharu <iwai@alib.jp> 0.1.5-1 |
|---|
| 56 | - Initial build. |
|---|
Note: See
TracBrowser
for help on using the repository browser.