]> git.pld-linux.org Git - packages/diveintopython.git/blob - diveintopython.spec
- tabs in preamble
[packages/diveintopython.git] / diveintopython.spec
1 Summary:        A Python book
2 Summary(pl.UTF-8):      Książka o Pythonie
3 Name:           diveintopython
4 Version:        5.4
5 Release:        1
6 License:        FDL
7 Group:          Documentation
8 Source0:        http://www.diveintopython.org/download/%{name}-html-%{version}.zip
9 # Source0-md5:  09247597b21c6253b810f081053e56b5
10 URL:            http://www.diveintopython.org/
11 BuildRequires:  unzip
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         __python_provides       %{nil}
16 %define         __python_requires       %{nil}
17
18 %description
19 Dive Into Python is a Python book for experienced programmers.
20
21 %description -l pl.UTF-8
22 Dive Into Python (Zagłębiając się w Pythona) jest książką o Pythonie
23 dla doświadczonych programistów.
24
25 %prep
26 %setup -q
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
31
32 cp -a py/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc html
40 %{_examplesdir}/%{name}-%{version}
This page took 0.02944 seconds and 4 git commands to generate.