]> git.pld-linux.org Git - packages/python-subvertpy.git/blob - python-subvertpy.spec
- release 2 (by relup.sh)
[packages/python-subvertpy.git] / python-subvertpy.spec
1 # TODO:
2 # - package tests
3 #
4 %define         module  subvertpy
5 #
6 Summary:        A Pythonic binding for subversion
7 Summary(pl.UTF-8):      Pythonowe wiązanie do subversion
8 Name:           python-%{module}
9 Version:        0.8.10
10 Release:        2
11 License:        LGPLv2.1+
12 Group:          Libraries/Python
13 Source0:        http://samba.org/~jelmer/subvertpy/%{module}-%{version}.tar.gz
14 # Source0-md5:  e8a762128ff5f656fd5488e3d14a8516
15 URL:            http://samba.org/~jelmer/subvertpy/
16 BuildRequires:  apr-devel
17 BuildRequires:  apr-util-devel
18 BuildRequires:  python-devel
19 BuildRequires:  python-modules
20 BuildRequires:  rpm-pythonprov
21 BuildRequires:  rpmbuild(macros) >= 1.219
22 BuildRequires:  subversion-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Python bindings for the Subversion version control system that are
27 aimed to be complete, fast and feel native to Python programmers.
28
29 %prep
30 %setup -q -n %{module}-%{version}
31
32 %build
33 %py_build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %py_install
39
40 %py_postclean
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS NEWS
48 %attr(755,root,root) %{_bindir}/subvertpy-fast-export
49 %dir %{py_sitedir}/subvertpy
50 %{py_sitedir}/subvertpy/*.py[co]
51 %attr(755,root,root) %{py_sitedir}/subvertpy/*.so
52 %{py_sitedir}/subvertpy-*.egg-info
This page took 0.04558 seconds and 3 git commands to generate.