]> git.pld-linux.org Git - packages/cvs2svn.git/blob - cvs2svn.spec
- up to 2.1.1
[packages/cvs2svn.git] / cvs2svn.spec
1 %define         _documentid     42521
2
3 Summary:        CVS to Subversion or GIT Repository Converter
4 Summary(pl.UTF-8):      Konwerter repozytoriĆ³w CVS do Subversion lub GIT
5 Name:           cvs2svn
6 Version:        2.1.1
7 Release:        1
8 License:        Apache/BSD-like
9 Group:          Development/Version Control
10 Source0:        http://cvs2svn.tigris.org/files/documents/1462/%{_documentid}/%{name}-%{version}.tar.gz
11 # Source0-md5:  c1d5d97848658acdc293805b08e12959
12 URL:            http://cvs2svn.tigris.org/
13 BuildRequires:  python >= 1:2.5
14 BuildRequires:  rpm-pythonprov
15 %pyrequires_eq  python-modules
16 Requires:       rcs
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 CVS to Subversion or GIT Repository Converter.
22
23 %description -l pl.UTF-8
24 Konwerter repozytoriĆ³w CVS do Subversion lub GIT.
25
26 %prep
27 %setup -q
28
29 %build
30 python setup.py build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_mandir}/man1
35
36 python setup.py install \
37         --root=$RPM_BUILD_ROOT \
38         --optimize=2
39
40 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
41 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*/*.py
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc BUGS COMMITTERS README
49 %doc www
50 %attr(755,root,root) %{_bindir}/*
51 %{py_sitescriptdir}/cvs2svn_rcsparse
52 %{py_sitescriptdir}/cvs2svn_lib
53 %{py_sitescriptdir}/*.egg-info
54 %{_mandir}/*/*
This page took 0.152434 seconds and 4 git commands to generate.