]> git.pld-linux.org Git - packages/python-ReportLab-rl_accel.git/blob - python-ReportLab-rl_accel.spec
0758025d25eb9508f298e1f2bdba7bc32506407f
[packages/python-ReportLab-rl_accel.git] / python-ReportLab-rl_accel.spec
1 %define         _snap   20070412
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.60
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:  3ab351d94797eda2ef77d6b88426597f
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 %attr(755,root,root) %{py_sitedir}/*.so
This page took 0.122685 seconds and 2 git commands to generate.