Browse Source

mate-desktop: add R:yelp
mate-panel: fix ja.po

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

Takemikaduchi 8 years ago
parent
commit
7290b53f88
2 changed files with 11 additions and 2 deletions
  1. 5 1
      m/mate-desktop/mate-desktop-vl.spec
  2. 6 1
      m/mate-panel/mate-panel-vl.spec

+ 5 - 1
m/mate-desktop/mate-desktop-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Library with common API for various MATE modules
 Name:		mate-desktop
 Version:	1.10.2
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
 License:	GPLv2
 Group:		User Interface/Desktops
@@ -55,6 +55,7 @@ Summary(ja):    MATE ユーザガイド
 Group:          Applications/Documentation
 BuildArch:      noarch
 Obsoletes:		mate-user-guide < 1.10.1
+Requires:		yelp
 
 %description -n mate-user-guide
 This package contains end user documentation for the MATE desktop environment.
@@ -172,6 +173,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-2
+- add Requires: yelp (mate-user-guide package)
+
 * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
 - new upstream release
 

+ 6 - 1
m/mate-panel/mate-panel-vl.spec

@@ -1,7 +1,7 @@
 Summary:	The MATE Panel
 Name:		mate-panel
 Version:	1.10.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Source0:	http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
 Source1:	vine.layout
@@ -9,6 +9,7 @@ Source1:	vine.layout
 # for Vine
 Patch2000:	mate-panel-1.6.1-about-vine.patch
 Patch2001:	mate-panel-1.8.0-vine-layout.patch
+Patch2002:	mate-panel-1.10.1-ja.po.patch
 
 License:	GPLv2
 Group:		User Interface/Desktops
@@ -89,6 +90,7 @@ This package contains documentation for mate-panel.
 %setup -q
 %patch2000 -p1 -b .vine
 %patch2001 -p1 -b .vine
+%patch2002 -p1 -b .vine
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
@@ -182,6 +184,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-2
+- add Patch2002 (mate-panel-1.10.1-ja.po.patch)
+
 * Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
 - new upstream release