bzrtools.spec
arkh
public.arkh at gmail.com
Mon Oct 30 23:11:48 CET 2006
First version of bzrtools (attached in my last email) was broken.. So
this is working version.
-------------- next part --------------
Summary: A collection of utilities and plugins for Bazaar-NG
Summary(pl): Zbi?r narz?dzi i wtyczek dla programu Bazaar-NG
Name: bzrtools
Version: 0.12
Release: 1
License: GPL v2
Group: Development/Version Control
Source0: http://panoramicfeedback.com/opensource/bzrtools-0.12.0.tar.gz
# Source0-md5: 77b4ab2e53f08ad3a5eee66ae83cbe45
URL: http://bazaar-vcs.org/BzrTools
BuildRequires: python >= 1:2.4
BuildRequires: rpmbuild(macros) >= 1.219
%pyrequires_eq python
Requires: diffutils
Requires: patch
Requires: librsvg
Requires: bzr >= 0.12
Requires: rsync >= 2.6.6
Requires: graphviz >= 2.6
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included
plugins are:
* push - uses rsync to push local changes to a remote server
* annotate - prints a file annotated with the revision next to each line
* shelve/unshelve - allows you to undo some changes, commit, and restore
* clean-tree - remove unknown, ignored-junk, or unversioned files from the tree
* graph-ancestry - use dot to produce branch ancestry graphs
* shell - a bzr command interpreter with command completion
* patch - apply a patch to your tree from a file or URL
%description -l pl
BZrTools to zeastaw wtyczek do programu Bazaar-NG (bzr). Zestaw zawiera nast?puj?ce narz?dzia:
* push - u?ywa programu rsync do wys?ania lokalnych zmian na zdalny serwer
* annotate - wy?wietla przypisy odno?nie rewizji w ka?dej linii pliku
* shelve/unshelve - pozwala na powr?t do wcze?niejszych zmian, zatwierdzenia zmian i przywr?cenia stanu sprzed dokonania zmian
* clean-tree - usuwa nieznane, ignorowane pliki z projektu
* graph-ancestry - graficzne przedstawienie rodowodu plik?w w projekcie
* shell - linia komend programu bzr wraz z autouzupe?nianiem
* patch - pozwala na nak?adanie patch'y z pliku lub adresu URL
%prep
%setup -q -n %{name}
%build
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --optimize=2 \
--root=$RPM_BUILD_ROOT
%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc NEWS NEWS.Shelf README README.Shelf TODO TODO.Shelf CREDITS
%{py_sitescriptdir}/bzrlib/plugins/bzrtools
More information about the pld-devel-en
mailing list