SPECS: bzr-gtk.spec Version 0.94-1 with one simple fixed applied.

matkor matkor at pld-linux.org
Thu May 15 14:46:23 CEST 2008


Author: matkor                       Date: Thu May 15 12:46:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
Version 0.94-1 with one simple fixed applied.

---- Files affected:
SPECS:
   bzr-gtk.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/bzr-gtk.spec
diff -u SPECS/bzr-gtk.spec:1.14 SPECS/bzr-gtk.spec:1.15
--- SPECS/bzr-gtk.spec:1.14	Sun Jan  6 16:12:34 2008
+++ SPECS/bzr-gtk.spec	Thu May 15 14:46:17 2008
@@ -1,17 +1,23 @@
 # $Revision$, $Date$
+# TODO: 
+#   - There is no 0.94 version packages although it is tagged in repo
+#     so I made my own binary file and added one simple fix.
+#     Hope regular binary files will be available soon
+#   - Fix 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.93
+%define		ver	0.94
 %define		minor	0
 Version:	%{ver}.%{minor}
-Release:	2
+Release:	1
 License:	GPL v2+
 Group:		Development/Version Control
-Source0:	https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
-# Source0-md5:	de4951911d7e39d88916d276177476f3
+# Source0:	https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
+Source0:	http://beauty.ant.gliwice.pl/bugs/bzr-gtk/bzr-gtk-trunk-matkor-20080515.tbz2
+# Source0-md5:	7448d27df65e0ca436558e143a8d69ae
 URL:		http://bazaar-vcs.org/bzr-gtk
-BuildRequires:	python >= 1:2.5
+BuildRequires:	python >= 1:2.4
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 Requires(post,postun):	desktop-file-utils
@@ -19,6 +25,8 @@
 Requires:	bzr >= %{ver}
 Requires:	python-pygtk-glade >= 2:2.10
 Requires:	python-pygtk-gtk >= 2:2.10
+Suggests:	python-pycairo
+Suggests:	python-gnome
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,7 +49,7 @@
 - gbranch
 
 %prep
-%setup -q
+%setup -q -n bzr-gtk-trunk-matkor-20080515
 
 %build
 %{__python} setup.py build
@@ -75,20 +83,27 @@
 %doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/olive-gtk
 %{py_sitedir}/bzrlib/plugins/gtk
-%{py_sitedir}/olive
-%{py_sitedir}/bzr_gtk-*.egg-info
 %{_datadir}/olive
 %{_pixmapsdir}/olive-gtk.png
 %{_desktopdir}/bazaar-properties.desktop
 %{_desktopdir}/bzr-notify.desktop
+%{_desktopdir}/bzr-handle-patch.desktop
 %{_desktopdir}/olive-gtk.desktop
 
+%{_datadir}/application-registry/bzr-gtk.applications
+%{_datadir}/bzr-gtk/icons
+%{_datadir}/icons/hicolor/scalable/emblems/
+%{_datadir}/pixmaps/bzr-icon-64.png
+
 %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.15  2008-05-15 12:46:17  matkor
+Version 0.94-1 with one simple fixed applied.
+
 Revision 1.14  2008-01-06 15:12:34  qboosh
 - don't own too much dirs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr-gtk.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list