|
@@ -1,13 +1,15 @@
|
|
Summary: The MATE Panel
|
|
Summary: The MATE Panel
|
|
Name: mate-panel
|
|
Name: mate-panel
|
|
Version: 1.8.0
|
|
Version: 1.8.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
|
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
|
-Source1: panel-default-layout.mate.vine
|
|
+Source1: vine.layout
|
|
|
|
|
|
# for Vine
|
|
# for Vine
|
|
Patch2000: mate-panel-1.6.1-about-vine.patch
|
|
Patch2000: mate-panel-1.6.1-about-vine.patch
|
|
|
|
+Patch2001: mate-panel-1.8.0-vine-layout.patch
|
|
|
|
+Patch2002: mate-panel-1.8.0-ja.po.patch
|
|
|
|
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
@@ -60,7 +62,7 @@ several applets:
|
|
infamous 'Wanda the Fish'.
|
|
infamous 'Wanda the Fish'.
|
|
|
|
|
|
|
|
|
|
-%package devel
|
|
+%package devel
|
|
Summary: Development tools for mate-panel
|
|
Summary: Development tools for mate-panel
|
|
Summary(ja): mate-panel の開発環境
|
|
Summary(ja): mate-panel の開発環境
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -86,8 +88,8 @@ This package contains documentation for mate-panel.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch2000 -p1 -b .vine
|
|
%patch2000 -p1 -b .vine
|
|
-
|
|
+%patch2001 -p1 -b .vine
|
|
-cp -f %{SOURCE1} data/panel-default-layout.mate
|
|
+%patch2002 -p1 -b .vine
|
|
|
|
|
|
%build
|
|
%build
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
|
|
@@ -109,6 +111,8 @@ cp -f %{SOURCE1} data/panel-default-layout.mate
|
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
|
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
|
|
|
|
|
|
+install -c -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/layouts/
|
|
|
|
+
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
@@ -179,6 +183,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
|
|
|
|
+- rename Source (vine.layout)
|
|
|
|
+- add Patch2001 (mate-panel-1.8.0-vine-layout.patch)
|
|
|
|
+- add Patch2002 (mate-panel-1.8.0-ja.po.patch)
|
|
|
|
+
|
|
* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
|
|
* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- change BuildRequires: libwnck-devel instead of libmatewnck-devel
|
|
- change BuildRequires: libwnck-devel instead of libmatewnck-devel
|