Sfoglia il codice sorgente

0.14.1.1 に更新

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2567 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 13 anni fa
parent
commit
0e23b98255
1 ha cambiato i file con 17 aggiunte e 2 eliminazioni
  1. 17 2
      r/rabbitvcs/rabbitvcs-vl.spec

+ 17 - 2
r/rabbitvcs/rabbitvcs-vl.spec

@@ -1,18 +1,25 @@
 %define	pyver		%(python -c 'import sys;print(sys.version[0:3])')
 
+%define build_vine5 0
+
+%if "%{?_dist_release}" == "vl5"
+%define build_vine5 1
+%endif
+
 Summary:	Integrated Subversion support for Nautilus
 Summary(ja): 	Subversion サポートを Nautilus に追加する拡張
 Name:		rabbitvcs
-Version:	0.13.3
+Version:	0.14.1.1
 Release: 	1%{?_dist_release}
 Source0:	http://rabbitvcs.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch1:		rabbitvcs-0.14.1.1-gtk216.patch
 License:	GPL
 Group:		Development/Tools
 URL:		http://rabbitvcs.org/
 
 Requires:	nautilus, pygtk2,  python-configobj
 Requires:	pygobject, glade2, pygtk2-libglade
-Requires:	subversion, pysvn
+Requires:	subversion, pysvn, python-simplejson
 BuildRequires:	python-devel, gettext
 Requires(post): gtk2
 Requires(postun): gtk2
@@ -73,6 +80,9 @@ RabbitVCS はバージョン管理システムにシンプルかつ直感的に
 
 %prep
 %setup -q
+%if %{build_vine5}
+%patch1 -p1 -b .gtk216
+%endif
 
 %build
 %{__python} setup.py build
@@ -128,6 +138,11 @@ fi
 
 
 %changelog
+* Sun Jan 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.14.1.1-1
+- new upstream release
+- add Requires: python-simplejson
+- add Patch1 to avoid error when gtk+ < 2.18 (only for Vine 5)
+
 * Fri Jul 23 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.13.3-1
 - new upstream release
 - merge rabbitvcs-nautilus package again (upstream source change)