]> git.pld-linux.org Git - packages/bzr.git/blame - bzr.spec
- 0.8.2
[packages/bzr.git] / bzr.spec
CommitLineData
bfc7bd13
JB
1Summary: Bazaar-NG - a changeset oriented revision control system
2Summary(pl): Bazaar-NG - system kontroli wersji zorientowany na zestawy zmian
f37bd066 3Name: bzr
c5d59369 4Version: 0.8.2
f37bd066
AM
5Release: 1
6License: GPL v2
7Group: Development/Version Control
8Source0: http://www.bazaar-ng.org/pkg/%{name}-%{version}.tar.gz
c5d59369 9# Source0-md5: 9bcfcc2a60156a5a74e247846ebe7473
d729596d 10URL: http://www.bazaar-ng.org/
bfc7bd13
JB
11BuildRequires: python
12%pyrequires_eq python
f37bd066
AM
13Requires: diffutils
14Requires: patch
15Requires: tar
f37bd066
AM
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Bazaar-NG (aka bzr, later to be named Bazaar 2) is a community project
21led by canonical to develop a free software distributed revision
22control system that is powerful, friendly, scalable and easy to use. A
23revision control system is a tool that developers and system
24administrators use to keep track of the changes to files over time.
25Additionally, a revision control system such as Bazaar-NG eases the
26burdens of working together in teams.
27
28Bazaar-NG is a changeset oriented revision control system. Changeset
29oriented revision control systems collect the logically related
30changes to individual files together into one cohesive group which
31typically represent a bug fix or a new feature. These changesets are
32easily transferred from one branch to another with simple to use
33commands like "bzr pull" and "bzr branch".
34
35Bazaar-NG is also a distributed revision control system. A distributed
36revision control such as Bazaar-NG not only allows a project to have
37multiple branches, but users to have multiple private branches as
38well. Bazaar-NG makes it easy for users to make a branch that is based
39off of another branch, make changes and then later merge the branches
40back together. Importantly, the general public can make a new branch
41based upon an authoritive branch of a project, fix one or more things
42and then offer the branch back to the upstream for merging. Bazaar-NG
43also supports the sharing of branches between developers.
44
bfc7bd13
JB
45%description -l pl
46