]> git.pld-linux.org Git - packages/python-SVNPlot.git/blob - python-SVNPlot.spec
7ca28a10d0be24736af93b16d84dd68674cbccfe
[packages/python-SVNPlot.git] / python-SVNPlot.spec
1 %define _name   svnplot
2
3 %define module  SVNPlot
4 Summary:        Python module to generate graphs and statistics from Subversion repository data
5 Name:           python-%{module}
6 Version:        0.7.6
7 Release:        1
8 License:        BSD
9 Group:          Development/Languages/Python
10 Source0:        http://svnplot.googlecode.com/files/%{module}-%{version}.zip
11 # Source0-md5:  9db5d2d3862d77c3f7b55538a19ff693
12 URL:            http://code.google.com/p/svnplot/
13 BuildRequires:  python-devel
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  unzip
16 %pyrequires_eq  python
17 Requires:       python-matplotlib
18 Requires:       python-pysvn
19 Requires:       python-modules-sqlite
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Python module to generate graphs and statistics from Subversion
25 repository data.
26
27 %prep
28 %setup  -q -n %{module}-%{version}
29
30 %build
31 %py_build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %py_install
37
38 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
39 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
40 %py_postclean
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %dir %{py_sitescriptdir}/%{_name}
48 %{py_sitescriptdir}/%{_name}/*.py[co]
49 %{py_sitescriptdir}/%{_name}/javascript
50 %{py_sitescriptdir}/%{module}-*.egg-info
This page took 0.099865 seconds and 2 git commands to generate.