]> git.pld-linux.org Git - packages/python-ReportLab-rl_accel.git/blob - python-ReportLab-rl_accel.spec
- 0.61
[packages/python-ReportLab-rl_accel.git] / python-ReportLab-rl_accel.spec
1 %define         _snap   20071106
2 Summary:        A C coded extension accelerator for the ReportLab Toolkit
3 Summary(pl.UTF-8):      Napisany w C akcelerator rozszerzeń dla toolkitu ReportLab
4 Name:           python-ReportLab-rl_accel
5 Version:        0.61
6 Release:        1
7 License:        distributable
8 Group:          Libraries/Python
9 Source0:        http://www.reportlab.org/daily/rl_accel-%{version}-daily-unix.tgz
10 # Source0-md5:  9a0fb2cf175bdcd6bafb92b19dc15047
11 URL:            http://www.reportlab.org/
12 BuildRequires:  python-devel >= 1:2.4
13 %pyrequires_eq  python
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A C coded extension accelerator for the ReportLab Toolkit.
18
19 %description -l pl.UTF-8
20 Napisany w C akcelerator rozszerzeń dla toolkitu ReportLab.
21
22 %prep
23 %setup -q -n rl_accel-%{version}-%{_snap}
24
25 %build
26 cd rl_accel
27 CFLAGS="%{rpmcflags}"; export CFLAGS
28 python setup.py build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 cd rl_accel
33 python setup.py install \
34         --root=$RPM_BUILD_ROOT \
35         --optimize=2
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{py_sitedir}/_rl_accel-%{version}-py*.egg-info
43 %attr(755,root,root) %{py_sitedir}/*.so
This page took 0.090556 seconds and 4 git commands to generate.