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