]> git.pld-linux.org Git - SPECS.git/blob - rl_accel.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / rl_accel.spec
1 %define         _snap   20071225
2 Summary:        ReportLab C accelerator extension
3 Summary(pl.UTF-8):      Rozszerzenie akceleratora C dla ReportLaba
4 Name:           rl_accel
5 Version:        0.61
6 Release:        0.%{_snap}.1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://www.reportlab.org/daily/%{name}-%{version}-daily-unix.tgz
10 # Source0-md5:  9d2f91ebdb82107a10c88447d4389aeb
11 URL:            http://www.reportlab.org/downloads.html#rl_accel
12 BuildRequires:  python
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ReportLab C accelerator extension, recommended for production use of
17 ReportLab.
18
19 %description -l pl.UTF-8
20 Rozszerzenie akceleratora C zalecane do produkcyjnego używania
21 ReportLaba.
22
23 %prep
24 %setup -q -n %{name}-%{version}-%{_snap}
25
26 %build
27 cd rl_accel
28 %{__python} ./setup.py build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT
33 cd rl_accel
34 %{__python} ./setup.py install --root $RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{py_sitedir}/*.so
This page took 0.447096 seconds and 3 git commands to generate.