Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1489552
 поиск   регистрация   авторизация 
 
Группа :: Разработка/Прочее
Пакет: cvs2svn

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

%def_with M24

%def_disable check

%if_with M24
%define _release alt0.M24.1
%else
%define _release alt1
%endif

Name: cvs2svn
Version: 1.3.1
Release: %_release
Packager: Grigory Batalov <bga at altlinux.ru>

Summary: Convert CVS repositories to Subversion repositories
Summary(ru_RU.KOI8-R): Перенос репозитариев из CVS в Subversion
# see COPYING
License: Apache-style
Group: Development/Other
Url: http://cvs2svn.tigris.org/

Source0: http://cvs2svn.tigris.org/files/documents/1462/25036/%name-%version.tar.bz2

# for testing

#BuildRequires: subversion-repos subversion cvs python
#Requires: python-svn subversion-repos cvs rcs
BuildArch: noarch

BuildRequires: cvs rcs subversion-server-common subversion-python
BuildPreReq: python-devel = %__python_version

# Automatically added by buildreq on Mon Mar 21 2005

#BuildRequires: cvs python-base python-modules-bsddb python-modules-encodings rcs subversion-server-common

%description
cvs2svn aims to allows you to convert a CVS repository to a Subversion one.
This work for complete conversion, not a synchronisation for each commit.

%description -l ru_RU.KOI8-R
cvs2svn предназначен для конвертирования репозитариев из CVS в Subversion.
Подразумевается окончательный перенос, а не синхронизация обновлений.

%prep
%setup -q

%build
%if_enabled check
# is needed for testing
LANG=en_US.UTF-8
export LANG

#./run-tests.py

%make_build check
%endif

%install
%make_install install DESTDIR=%buildroot

%files
%doc BUGS CHANGES COMMITTERS COPYING HACKING README design-notes.txt www
%_bindir/*
%_libdir/python%__python_version/site-packages/cvs2svn_rcsparse

%changelog

Полный changelog можно просмотреть здесь

 
design & coding: Vladimir Lettiev aka crux © 2004-2005