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