]> git.pld-linux.org Git - packages/python-ReportLab-rl_accel.git/blob - python-ReportLab-rl_accel.spec
- BR: python 2.5 for .egg-info, rpm-pythonprov
[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.5
13 BuildRequires:  rpm-pythonprov
14 %pyrequires_eq  python
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A C coded extension accelerator for the ReportLab Toolkit.
19
20 %description -l pl.UTF-8
21 Napisany w C akcelerator rozszerzeń dla toolkitu ReportLab.
22
23 %prep
24 %setup -q -n rl_accel-%{version}-%{_snap}
25
26 %build
27 cd rl_accel
28 CFLAGS="%{rpmcflags}"; export CFLAGS
29 python setup.py build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 cd rl_accel
34 python setup.py install \
35         --root=$RPM_BUILD_ROOT \
36         --optimize=2
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{py_sitedir}/_rl_accel-%{version}-py*.egg-info
44 %attr(755,root,root) %{py_sitedir}/*.so
This page took 0.028146 seconds and 4 git commands to generate.