SPECS: bzr-gtk.spec - Release 3. Adapterized.
matkor
matkor at pld-linux.org
Fri Aug 8 00:00:26 CEST 2008
Author: matkor Date: Thu Aug 7 22:00:26 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Release 3. Adapterized.
---- Files affected:
SPECS:
bzr-gtk.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/bzr-gtk.spec
diff -u SPECS/bzr-gtk.spec:1.18 SPECS/bzr-gtk.spec:1.19
--- SPECS/bzr-gtk.spec:1.18 Wed Aug 6 08:52:20 2008
+++ SPECS/bzr-gtk.spec Fri Aug 8 00:00:21 2008
@@ -1,16 +1,16 @@
# $Revision$, $Date$
# TODO: Add locale files
-Summary: Plugin for Bazaar-NG providing GUI to most operations
-Summary(pl.UTF-8): Wtyczka do Bazaar-NG udostępniająca interfejs graficzny dla większości operacji
-Name: bzr-gtk
%define ver 0.95
%define minor 0
+Summary: Plugin for Bazaar-NG (bzr)
+Summary(pl.UTF-8): Wtyczka do Bazaar-NG (bzr)
+Name: bzr-gtk
Version: %{ver}.%{minor}
-Release: 2
+Release: 3
License: GPL v2+
Group: Development/Version Control
# Source0: https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
-Source0: http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz
+Source0: http://samba.org/~jelmer/bzr/%{name}-%{version}.tar.gz
# Source0-md5: 00aedce625672abca13d2d962b047ac0
Patch0: %{name}-dbus_detection_fix.patch
URL: http://bazaar-vcs.org/bzr-gtk
@@ -22,18 +22,19 @@
Requires: bzr >= %{ver}
Requires: python-pygtk-glade >= 2:2.10
Requires: python-pygtk-gtk >= 2:2.10
-Suggests: python-pycairo
Suggests: python-gnome
+Suggests: python-pycairo
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+o s
+bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+
interfaces to most Bazaar operations. Provided commands are:
- gcommit
- gdiff
- visualise
- gannotate
- gbranch
+- olive-gtk (complete GUI branch manager)
%description -l pl.UTF-8
bzr-gtk jest wtyczką dla Bazaar-NG (bzr), która ma na celu
@@ -44,9 +45,10 @@
- visualise
- gannotate
- gbranch
+- olive-gtk (kompletny graficzny zarządca gałęzi bzr)
%prep
-%setup
+%setup -q
%patch0 -p1
@@ -96,8 +98,8 @@
%{_datadir}/application-registry/bzr-gtk.applications
%{_datadir}/bzr-gtk
#%%{_datadir}/bzr-gtk/icons
-%{_datadir}/icons/hicolor/scalable/emblems/
-%{_datadir}/pixmaps/bzr-icon-64.png
+%{_iconsdir}/hicolor/scalable/emblems/
+%{_pixmapsdir}/bzr-icon-64.png
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -105,6 +107,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2008/08/07 22:00:21 matkor
+- Release 3. Adapterized.
+
Revision 1.18 2008/08/06 06:52:20 matkor
- Release 2. Fix for detecting dbus availability.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr-gtk.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list