SPECS (AC-branch): bzr-gtk.spec - Killed some dependancy on pygtk ...

matkor matkor at pld-linux.org
Sun Dec 16 16:21:15 CET 2007


Author: matkor                       Date: Sun Dec 16 15:21:15 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- Killed some dependancy on pygtk 2.10.

---- Files affected:
SPECS:
   bzr-gtk.spec (1.12 -> 1.12.2.1) 

---- Diffs:

================================================================
Index: SPECS/bzr-gtk.spec
diff -u SPECS/bzr-gtk.spec:1.12 SPECS/bzr-gtk.spec:1.12.2.1
--- SPECS/bzr-gtk.spec:1.12	Sun Dec 16 15:03:21 2007
+++ SPECS/bzr-gtk.spec	Sun Dec 16 16:21:10 2007
@@ -1,22 +1,25 @@
 # $Revision$, $Date$
+# TODO: Fix or wait until released olive-gtk menu log will work again (fixed already in repo)
 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		minor	0
 Version:	%{ver}.%{minor}
-Release:	2
+Release:	1.90
 License:	GPL v2
 Group:		Development/Version Control
 Source0:	https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
 # Source0-md5:	de4951911d7e39d88916d276177476f3
+Patch0:		%{name}-kill-pygtk-2_10-reqs.patch
+
 URL:		http://bazaar-vcs.org/bzr-gtk
 BuildRequires:	python >= 1:2.4
 BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq  python
 Requires:	bzr >= %{ver}
 Requires:	python-pygtk-glade
-Requires:	python-pygtk-gtk >= 2.10
+Requires:	python-pygtk-gtk >= 2.8
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -82,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12.2.1  2007-12-16 15:21:10  matkor
+- Killed some dependancy on pygtk 2.10.
+
 Revision 1.12  2007-12-16 14:03:21  matkor
 - Release 2. R: python-pygtk-gtk >= 2.10
 
================================================================

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



More information about the pld-cvs-commit mailing list