Author: japhy Date: Tue Oct 31 23:12:09 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - New spec (by [EMAIL PROTECTED])
---- Files affected: SPECS: bzrtools.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bzrtools.spec diff -u /dev/null SPECS/bzrtools.spec:1.1 --- /dev/null Wed Nov 1 00:12:09 2006 +++ SPECS/bzrtools.spec Wed Nov 1 00:12:04 2006 @@ -0,0 +1,66 @@ +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 łat 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 + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
