Browse Source

fix bug

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5206 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
cad19567a5
1 changed files with 15 additions and 4 deletions
  1. 15 4
      g/gnome-shell/gnome-shell-vl.spec

+ 15 - 4
g/gnome-shell/gnome-shell-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 3.2.1
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:     Window management and application launching for GNOME
 Name:        gnome-shell
@@ -7,10 +7,13 @@ Version:     %{pkg_version}
 Release:     %{pkg_release}
 Source0:     %{name}-%{version}.tar.xz
 
+Patch0:      gnome-shell-3.2.1-shell_parse_argv.patch
+Patch1:      gnome-shell-3.2.1-ja.po.patch
+
 # settings for Vine
 Patch101:    gnome-shell-vine-settings.patch
 Patch102:    gnome-shell-vine-customize.patch
-Patch103:    gnome-shell-3.1.91.1-ja.po.patch
+Patch103:    gnome-shell-ja.po-date.patch
 
 License:     GPLv2+
 Group:       User Interface/Desktops
@@ -72,9 +75,11 @@ and easy to use experience.
 
 %prep
 %setup -q
+%patch0 -p1 -b .spawn
+%patch1 -p1 -b .old_po1
 %patch101 -p1 -b .vine
-%patch102 -p1 -b .vine
-%patch103 -p1 -b .old_po
+#%patch102 -p1 -b .vine
+%patch103 -p1 -b .old_po2
 
 %build
 libtoolize --copy --force
@@ -160,6 +165,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Nov 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-2
+- add Patch0 (gnome-shell-3.2.1-shell_parse_argv.patch)
+- add Patch1 (gnome-shell-3.2.1-ja.po.patch)
+- rename Patch103 (gnome-shell-ja.po-date.patch)
+- drop Patch102
+
 * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
 - new upstream release