Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5524 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
8968f06172
2 changed files with 15 additions and 3 deletions
  1. 7 1
      n/nautilus/nautilus-vl.spec
  2. 8 2
      p/pyxdg/pyxdg-vl.spec

+ 7 - 1
n/nautilus/nautilus-vl.spec

@@ -16,7 +16,7 @@ Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Summary(ja):	Nautilus - GNOME ファイルマネージャ
 Version: 	3.2.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 URL: 		http://www.gnome.org/projects/nautilus/
@@ -39,6 +39,7 @@ Patch7:		rtl-fix.patch
 # vine
 Patch100:	nautilus-2.8.2-vine.patch
 Patch101:	nautilus-2.30.0-vine.patch
+Patch102:	run_in_gnome.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Requires:	gamin
@@ -130,6 +131,7 @@ module.
 
 ## %patch100 -p1 -b .vine
 ## %patch101 -p1 -b .vine
+%patch102 -p1 -b .vine
 
 %build
 gtkdocize
@@ -228,6 +230,10 @@ fi
 
 
 %changelog
+* Sat Jan 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.2.1-2
+- added patch102 to fix autostart in other desktop environments
+  (https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/826058)
+
 * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
 - new upstream release
 

+ 8 - 2
p/pyxdg/pyxdg-vl.spec

@@ -1,12 +1,13 @@
 %define	pyver		%(python -c 'import sys;print(sys.version[0:3])')
-%define pkg_release	2%{?_dist_release}
+%define pkg_release	1%{?_dist_release}
 
 Summary:	Python library to access freedesktop.org standards
 Summary(ja): 	freedesktop.org のデスクトップ標準にアクセスする為の Python ライブラリ
 Name:		pyxdg
-Version:	0.17
+Version:	0.19
 Release: 	%{pkg_release}
 Source0:	http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz
+Patch0:         fix-BaseDirectory-empty-vars.patch
 License:	LGPL
 Group:		Development/Libraries
 URL:		http://freedesktop.org/Software/pyxdg
@@ -27,6 +28,7 @@ Python ライブラリです。
 %prep
 
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -51,6 +53,10 @@ Python ライブラリです。
 %{_prefix}/lib/python%{pyver}/site-packages/pyxdg-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sat Jan 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-1
+- new upstream release
+- added patch0 from Debian
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.17-2
 - rebuilt with python-2.6.4
 - fixed site-packages directory