Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047890
en ru br
ALT Linux repos
5.0: 2.0.5-alt0.M50.1
4.1: 1.7.1-alt0.M41.1
4.0: 1.7.1-alt0.M40.1

Other repositories
Upstream:1.3rc1

Group :: Development/Other
RPM: bzr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: bzr
Version: 1.7.1
Release: alt0.M40.1

Summary: Bazaar is a decentralized revision control system
License: GPL2+
Group: Development/Other
Url: http://bazaar-vcs.org

Source0: %name-%version.tar.gz

%add_python_req_skip _lsprof

Obsoletes: bzr-doc < 1.6.0
Provides: bzr-doc = %version-%release

Packager: Igor Zubkov <icesik at altlinux.org>

# Automatically added by buildreq on Mon Mar 17 2008 (-bi)

BuildRequires: python-module-Pyrex python-modules-compiler python-module-ctypes python-modules-email python-modules-logging

%description
Bazaar is a distributed version control system that Just Works. While
many similar systems require you to adapt to their model of working,
Bazaar adapts to the workflows you want to use, and it takes only five
minutes to try it out. People have used it to version pretty much
anything: single-file projects, your /etc directory and even the
thousands of files and revisions in the source code for Launchpad
and others.

Bazaar runs on Windows, GNU/Linux, UNIX and Mac OS, and requires only
Python 2.4. If you can run Python, you can run Bazaar.


%prep
%setup -q -n %name-%version

%build
%__python setup.py build

%install
%define _compress_method none
CFLAGS="%optflags" %__python setup.py \
install --optimize=2 \
--root=%buildroot \
               --install-data=%_datadir \
--record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc BRANCH.TODO INSTALL NEWS README TODO
%doc doc contrib

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin