]> git.pld-linux.org Git - packages/python-ReportLab-rl_accel.git/blob - python-ReportLab-rl_accel.spec
BR: rpmbuild(macros) >= 1.710
[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:  rpmbuild(macros) >= 1.710
13 BuildRequires:  python-devel >= 1:2.5
14 BuildRequires:  rpm-pythonprov
15 %pyrequires_eq  python
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A C coded extension accelerator for the ReportLab Toolkit.
20
21 %description -l pl.UTF-8
22 Napisany w C akcelerator rozszerzeń dla toolkitu ReportLab.
23
24 %prep
25 %setup -q -n rl_accel-%{version}-%{_snap}
26
27 %build
28 cd rl_accel
29 CFLAGS="%{rpmcflags}"; export CFLAGS
30 %py_build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 cd rl_accel
35 %py_install
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.143307 seconds and 4 git commands to generate.