]> git.pld-linux.org Git - packages/bzrtools.git/blame - bzrtools.spec
- converted to UTF-8
[packages/bzrtools.git] / bzrtools.spec
CommitLineData
9441821a 1Summary: A collection of utilities and plugins for Bazaar-NG
c23f3123 2Summary(pl.UTF-8): Zbiór narzędzi i wtyczek dla programu Bazaar-NG
9441821a 3Name: bzrtools
c1c35121 4Version: 0.14.0
9441821a
ER
5Release: 1
6License: GPL v2
7Group: Development/Version Control
333d70a9 8Source0: http://panoramicfeedback.com/opensource/%{name}-%{version}.tar.gz
c1c35121 9# Source0-md5: 5932729e81f19562a6a844be2555a115
9441821a
ER
10URL: http://bazaar-vcs.org/BzrTools
11BuildRequires: python >= 1:2.4
12BuildRequires: rpmbuild(macros) >= 1.219
5b090d14 13%pyrequires_eq python
c1c35121 14Requires: bzr >= 0.14
9441821a
ER
15Requires: diffutils
16Requires: graphviz >= 2.6
17Requires: librsvg
18Requires: patch
19Requires: rsync >= 2.6.6
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5b090d14 22
23%description
9441821a
ER
24BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the
25included plugins are:
26- push - uses rsync to push local changes to a remote server
27- annotate - prints a file annotated with the revision next to each
28 line
29- shelve/unshelve - allows you to undo some changes, commit, and
30 restore
31- clean-tree - remove unknown, ignored-junk, or unversioned files from
32 the tree
33- graph-ancestry - use dot to produce branch ancestry graphs
34- shell - a bzr command interpreter with command completion
35- patch - apply a patch to your tree from a file or URL
5b090d14 36
c23f3123 37%description -l pl.UTF-8
c1c35121 38BZrTools to zestaw wtyczek do programu Bazaar-NG (bzr). Zestaw zawiera
c23f3123
JR
39następujące narzędzia:
40- push - używa programu rsync do wysłania lokalnych zmian na zdalny
9441821a 41 serwer
c23f3123
JR
42- annotate - wyświetla przypisy odnośnie rewizji w każdej linii pliku
43- shelve/unshelve - pozwala na powrót do wcześniejszych zmian,
44 zatwierdzenia zmian i przywrócenia stanu sprzed dokonania zmian
9441821a 45- clean-tree - usuwa nieznane, ignorowane pliki z projektu
c23f3123 46- graph-ancestry - graficzne przedstawienie rodowodu plików w
9441821a 47 projekcie
c23f3123
JR
48- shell - interpreter poleceń bzr z dopełnianiem poleceń
49- patch - pozwala na nakładanie łat z pliku lub adresu URL
5b090d14 50
51%prep
52%setup -q -n %{name}
53
54%build
9441821a 55%{__python} setup.py build
5b090d14 56
57%install
58rm -rf $RPM_BUILD_ROOT
9441821a
ER
59%{__python} setup.py install \
60 --optimize=2 \
61 --root=$RPM_BUILD_ROOT
5b090d14 62
63%py_postclean
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
70%doc NEWS NEWS.Shelf README README.Shelf TODO TODO.Shelf CREDITS
71%{py_sitescriptdir}/bzrlib/plugins/bzrtools
This page took 0.071758 seconds and 4 git commands to generate.