]> git.pld-linux.org Git - packages/python-path.git/blob - python-path.spec
614154ea062963ecbb44d80b97d41cad9eccbd40
[packages/python-path.git] / python-path.spec
1
2 %define         module  path
3
4 Summary:        Functionality wrapper of the os.path module
5 Summary(pl.UTF-8):      Wraper funkcjonalności modułu os.path
6 Name:           python-path
7 Version:        2.0.4
8 Release:        4
9 License:        Custom (do, what you want)
10 Group:          Libraries/Python
11 Source0:        http://www.jorendorff.com/articles/python/path/%{module}.py
12 # NoSource0-md5: 9ae93736f9845827aed23bcfa0aaa6ea
13 URL:            http://www.jorendorff.com/articles/python/path/
14 BuildRequires:  python
15 BuildRequires:  python-modules >= 2.2
16 BuildRequires:  rpm-perlprov
17 Requires:       python >= 2.2
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This module provides a single class that wraps the functionality in
23 the os.path module. You wouldn't think that would be so helpful, but
24 in practice I find it much more pleasant to write and to read.
25
26 %description -l pl.UTF-8
27 Moduł ten udostępnia pojedynczą klasę będącą wrapperem na
28 funkcjonalność modułu os.path.
29
30 %prep
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
35
36 install %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}
37
38 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}/
39 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}/
40
41 rm $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.py
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{py_sitescriptdir}/%{module}.pyc
49 %{py_sitescriptdir}/%{module}.pyo
This page took 0.112179 seconds and 3 git commands to generate.