Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37541582
en ru br
Репозитории ALT
S:2.5.0-alt1
5.1: 2.3.0-alt1
4.1: 1.3.1-alt1.1
4.0: 1.3.1-alt1
3.0: 1.2.1-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: cvs2svn

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


%def_without check


Name: cvs2svn
Version: 2.5.0
Release: alt1

Packager: Ilya Mashkin <oddity 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: https://github.com/mhagger/cvs2svn

Source0: %name-%version.tar.gz

BuildArch: noarch

BuildPreReq: python-devel = %__python_version
BuildRequires: python-modules-encodings

%if_enabled check
BuildRequires: subversion subversion-server-common
BuildRequires: cvs rcs python-module-egenix-mx-base python-modules-bsddb
%endif


%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
%__python setup.py build

%if_enabled check
# is needed for testing
export LANG=en_US.UTF-8
%__python run-tests.py
%endif

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc BUGS CHANGES COMMITTERS COPYING HACKING README www

%changelog

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

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin