SPECS: bzrtools.spec - adapter!
glen
glen at pld-linux.org
Wed Nov 1 00:19:11 CET 2006
Author: glen Date: Tue Oct 31 23:19:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- adapter!
---- Files affected:
SPECS:
bzrtools.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/bzrtools.spec
diff -u SPECS/bzrtools.spec:1.1 SPECS/bzrtools.spec:1.2
--- SPECS/bzrtools.spec:1.1 Wed Nov 1 00:12:04 2006
+++ SPECS/bzrtools.spec Wed Nov 1 00:19:06 2006
@@ -1,57 +1,65 @@
-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
+# $Revision$, $Date$
+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/%{name}-%{version}.0.tar.gz
# Source0-md5: 77b4ab2e53f08ad3a5eee66ae83cbe45
-URL: http://bazaar-vcs.org/BzrTools
-BuildRequires: python >= 1:2.4
-BuildRequires: rpmbuild(macros) >= 1.219
+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)
+Requires: bzr >= 0.12
+Requires: diffutils
+Requires: graphviz >= 2.6
+Requires: librsvg
+Requires: patch
+Requires: rsync >= 2.6.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
+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
+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
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize=2 \
- --root=$RPM_BUILD_ROOT
+%{__python} setup.py install \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
%py_postclean
@@ -63,4 +71,12 @@
%doc NEWS NEWS.Shelf README README.Shelf TODO TODO.Shelf CREDITS
%{py_sitescriptdir}/bzrlib/plugins/bzrtools
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.2 2006/10/31 23:19:06 glen
+- adapter!
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bzrtools.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list