]> git.pld-linux.org Git - packages/bzr.git/blobdiff - bzr.spec
- updated to 1.13.1
[packages/bzr.git] / bzr.spec
index c093e1ca8c09a113e26c63cb672f076acaa3fa78..9bd6f29f1e69c5dc231949145fab20219d95593c 100644 (file)
--- a/bzr.spec
+++ b/bzr.spec
@@ -1,67 +1,89 @@
-%bcond_with    tests
-Summary:       Bazaar-NG is a changeset oriented revision control system
+Summary:       Bazaar - a distributed revision control system
+Summary(pl.UTF-8):     Bazaar - rozproszony system kontroli wersji
 Name:          bzr
-Version:       0.0.7
+Version:       1.13.1
 Release:       1
 License:       GPL v2
 Group:         Development/Version Control
-Source0:       http://www.bazaar-ng.org/pkg/%{name}-%{version}.tar.gz
-# Source0-md5: e4d95bd7f6cdd9eb5bd1a62ec2a45db2
-URL:           http://bazaar.canonical.com/Bzr
-Requires:      diffutils
-Requires:      patch
-Requires:      tar
+Source0:       https://launchpad.net/bzr/1.13/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5: c18d386d48965fa00d05655ee55dc70c
+URL:           http://bazaar-vcs.org/
+BuildRequires: python >= 1:2.5
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq  python
-BuildRequires: python
-BuildArch:     noarch
+# pdb module required by bzr
+Requires:      python-devel-tools
+Requires:      python-cElementTree
+Requires:      python-paramiko
+Requires:      python-pycurl
+Obsoletes:     bazaar
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Bazaar-NG (aka bzr, later to be named Bazaar 2) is a community project
-led by canonical to develop a free software distributed revision
-control system that is powerful, friendly, scalable and easy to use. A
-revision control system is a tool that developers and system
-administrators use to keep track of the changes to files over time.
-Additionally, a revision control system such as Bazaar-NG eases the
-burdens of working together in teams.
+Bazaar (aka bzr) is a community project led by Canonical Limited to
+develop a free software distributed revision control system that is
+powerful, friendly, scalable and easy to use. Although Bazaar is a
+distributed version control system it can also be used in a
+centralized manner using lock step development and checkouts. Features
+include:
+- file and directory renames
+- merging file renames
+- versioning symbolic links
+- knit merges instead of three-way merges
+- gpg revision signing
+- build-in high-speed web interface
+- tags
+- easy to learn normal file-system commands
+- extensive Unicode support
 
-Bazaar-NG is a changeset oriented revision control system. Changeset
-oriented revision control systems collect the logically related
-changes to individual files together into one cohesive group which
-typically represent a bug fix or a new feature. These changesets are
-easily transferred from one branch to another with simple to use
-commands like "bzr pull" and "bzr branch".
+Additional features like: cherry picking, other DVCS support, GUI and
+many more are accessible from 3rd-party-tools and plugins.
 
-Bazaar-NG is also a distributed revision control system. A distributed
-revision control such as Bazaar-NG not only allows a project to have
-multiple branches, but users to have multiple private branches as
-well. Bazaar-NG makes it easy for users to make a branch that is based
-off of another branch, make changes and then later merge the branches
-back together. Importantly, the general public can make a new branch
-based upon an authoritive branch of a project, fix one or more things
-and then offer the branch back to the upstream for merging. Bazaar-NG
-also supports the sharing of branches between developers.
+%description -l pl.UTF-8
+Bazaar (znany też jako bzr) to publiczny projekt mający na celu
+stworzenie wolnodostępnego rozproszonego systemu kontroli wersji
+będącego potężnym, przyjaznym, skalowalnym i łatwym w użyciu. Pomimo,
+że Bazaar jest zaprojektowany do pracy w rozproszonym środowisku, może
+być również używany w scentralizowanym modelu. Do głównych możliwości
+należą:
+- obsługa zmian nazw dla katalogów i plików
+- scalanie pomiędzy plikami ze zmienioną nazwą
+- obsługa dowiązań symbolicznych
+- zaawansowane zespalanie zamiast tradycyjnego trójdrożnego
+- podpisywanie rewizji przez gpg
+- wbudowany wysokowydajny interfejs sieciowy
+- tagi
+- łatwy w użyciu interfejs linii poleceń
+- szeroka obsługa Unikodu
 
+Dodatkowe możliwości takie jak: cherry picking, obsługa innych
+systemów kontroli wersji, GUI są dostępne poprzez dodatkowe pakiety
+rozszerzeń.
 
 %prep
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install --optimize=2 \
+%{__python} setup.py install \
+       --optimize=2 \
+       --install-data %{_datadir} \
        --root=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" | xargs rm
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.txt HACKING NEWS README TODO tutorial.txt
+%doc doc/*.txt NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/bzrlib
+%{_mandir}/man1/bzr.1*
+%{py_sitedir}/bzrlib
+%{py_sitedir}/*.egg-info
This page took 0.031783 seconds and 4 git commands to generate.