Browse Source

2014-12-21 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* xfce4 plugins: updated
	* xfce4-panel, xfce4-power-manager, xfdesktop: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9173 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
4b9b6a0a3d

+ 11 - 8
x/xfce4-battery-plugin/xfce4-battery-plugin-vl.spec

@@ -1,21 +1,21 @@
 Name: xfce4-battery-plugin
 Summary: Battery monitor for the Xfce panel
-Summary(ja): Xfce パネル用バッテリー監視プラグイン
-Version: 1.0.4
-Release: 2%{?_dist_release}
+Summary(ja): Xfce パネル用 バッテリー監視プラグイン
+Version: 1.0.5
+Release: 1%{?_dist_release}
 
 Group: User Interface/Desktops
-License: GPLv2+
+License: GPLv2+ and LGPLv2+
 URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
 
 Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: glib2-devel >= 2.24.0
 BuildRequires: gtk2-devel >= 2.20.0
 BuildRequires: libxfce4ui-devel >= 4.8.0
 BuildRequires: libxfce4util-devel >= 4.8.0
 BuildRequires: xfce4-panel-devel >= 4.8.0
-BuildRequires: libxml2-devel
 BuildRequires: gettext
 BuildRequires: perl-XML-Parser
 Requires: xfce4-panel >= 4.8.0
@@ -30,8 +30,7 @@ A battery monitor panel plugin for Xfce4, written by Nick Penwarden and
 Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
 
 %description -l ja
-Nick Penwarden と Edscott Wilson Garcia が書いた Xfce4 用のバッテリー監視パ
-ネルプラグインです。Linux と *BSD の APM と ACPI で動作します。
+Nick Penwarden と Edscott Wilson Garcia が書いた Xfce4 用のバッテリー監視パネルプラグインです。Linux と *BSD の APM と ACPI で動作します。
 
 %prep 
 %setup -q
@@ -45,6 +44,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT 
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
@@ -65,12 +65,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README
+%doc AUTHORS COPYING COPYING.LIB ChangeLog README
 %{_libdir}/xfce4/panel/plugins/libbattery.so
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/xfce4/panel/plugins/battery.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
 - rebuild with VineSeed environment
 

+ 13 - 10
x/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfce4-cpufreq-plugin
 Summary:        CPU monitor plugin for the Xfce panel
 Summary(ja):    Xfce パネル用 CPU モニタプラグイン
-Version:        1.0.0
-Release: 	2%{?_dist_release}
+Version:        1.1.0
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,10 +11,11 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-BuildRequires:  libxfce4util-devel >= 4.3.90
-BuildRequires:  libxfce4ui-devel >= 4.3.90
-BuildRequires:  libxfcegui4-devel >= 4.3.90
-BuildRequires:  xfce4-panel-devel >= 4.3.90
+BuildRequires: glib2-devel >= 2.24.0
+BuildRequires: gtk2-devel >= 2.20.0
+BuildRequires: libxfce4ui-devel >= 4.9.0
+BuildRequires: libxfce4util-devel >= 4.9.0
+BuildRequires: xfce4-panel-devel >= 4.9.0
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -22,8 +23,7 @@ Packager:	Takemikaduchi
 
 
 %description
-xfce4-cpufreq-plugin is a Plugin for the Xfce Panel, which 
-shows CPU Informations
+xfce4-cpufreq-plugin is a Plugin for the Xfce Panel, which shows CPU Informations
 
 %description -l ja
 xfce4-cpufreq は Xfce パネル用の CPU 情報を見るためのプラグインです。
@@ -62,11 +62,14 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/xfce4/panel-plugins/xfce4-cpufreq-plugin
+%{_libdir}/xfce4/panel/plugins/libcpufreq*
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%{_datadir}/xfce4/panel-plugins/%{name}.desktop
+%{_datadir}/xfce4/panel/plugins/cpufreq.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.0-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
 - rebuild with VineSeed environment
 

+ 8 - 4
x/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfce4-cpugraph-plugin
 Summary:        CPU Graph plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 CPU グラフプラグイン
-Version:        1.0.2
-Release: 	2%{?_dist_release}
+Version:        1.0.5
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,9 +11,9 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
-BuildRequires:  libxfce4util-devel >= 4.8.0
+BuildRequires:  gtk2-devel >= 2.12.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
 
 Vendor:		Project Vine
@@ -39,6 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
@@ -66,6 +67,9 @@ fi
 %{_datadir}/xfce4/panel/plugins/cpugraph.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
 - rebuild with VineSeed environment
 

+ 5 - 1
x/xfce4-datetime-plugin/xfce4-datetime-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-datetime-plugin
 Summary:        Date and Time plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 日付プラグイン
 Version:        0.6.2
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -42,6 +42,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
@@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/datetime.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-2
+- modified libdatetime.so permission
+
 * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1
 - updated to 0.6.2
 

+ 7 - 4
x/xfce4-diskperf-plugin/xfce4-diskperf-plugin-vl.spec

@@ -1,17 +1,16 @@
 Name: 		xfce4-diskperf-plugin
 Summary:        Disk performance plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 ディスクパフォーマンス表示プラグイン
-Version:        2.5.3
-Release: 	2%{?_dist_release}
+Version:        2.5.4
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
-License:	GPLv2+
+License:	BSD
 URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/2.5/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
@@ -41,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/diskperf.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.4-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.3-2
 - rebuild with VineSeed environment
 

+ 12 - 9
x/xfce4-eyes-plugin/xfce4-eyes-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfce4-eyes-plugin
 Summary:        Eye plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 目表示プラグイン
-Version:        4.4.1
-Release: 	2%{?_dist_release}
+Version:        4.4.2
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,11 +11,11 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/4.4/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
-BuildRequires:  libxfce4util-devel >= 4.3.90.2
-BuildRequires:  libxfce4ui-devel >= 4.3.90.2
-BuildRequires:  libxfcegui4-devel >= 4.3.90.2
-BuildRequires:  xfce4-panel-devel >= 4.3.99.1
+BuildRequires:  glib2-devel >= 2.20.0
+BuildRequires:  gtk2-devel >= 2.14.0
+BuildRequires:  libxfce4ui-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.8.9
+BuildRequires:  xfce4-panel-devel >= 4.8.0
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -60,12 +60,15 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/xfce4/panel-plugins/xfce4-eyes-plugin
+%{_libdir}/xfce4/panel/plugins/libeyes.so
 %{_datadir}/icons/hicolor/*/apps/xfce4-eyes.png
 %{_datadir}/xfce4/eyes
-%{_datadir}/xfce4/panel-plugins/eyes.desktop
+%{_datadir}/xfce4/panel/plugins/eyes.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.4.2-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-2
 - rebuild with VineSeed environment
 

+ 11 - 9
x/xfce4-fsguard-plugin/xfce4-fsguard-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfce4-fsguard-plugin
 Summary:        Free space checker plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 空き容量チェッカプラグイン
-Version:        1.0.0
-Release: 	2%{?_dist_release}
+Version:        1.0.1
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,11 +11,10 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
-BuildRequires:  libxfce4util-devel >= 4.4.0
-BuildRequires:  libxfce4ui-devel >= 4.4.0
-BuildRequires:  libxfcegui4-devel >= 4.4.0
-BuildRequires:  xfce4-panel-devel >= 4.4.0
+BuildRequires:  gtk2-devel >= 2.20.0
+BuildRequires:  libxfce4ui-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.8.0
+BuildRequires:  xfce4-panel-devel >= 4.8.0
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -64,11 +63,14 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/xfce4/panel-plugins/xfce4-fsguard-plugin
+%{_libdir}/xfce4/panel/plugins/*.so
 %{_datadir}/icons/hicolor/*/apps/*
-%{_datadir}/xfce4/panel-plugins/fsguard.desktop
+%{_datadir}/xfce4/panel/plugins/*.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
 - rebuild with VineSeed environment
 

+ 7 - 7
x/xfce4-mount-plugin/xfce4-mount-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfce4-mount-plugin
 Summary:        Mount/unmount plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 マウント/アンマウントプラグイン
-Version:        0.6.4
-Release: 	2%{?_dist_release}
+Version:        0.6.7
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,7 +11,6 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
@@ -22,12 +21,10 @@ Packager:	Takemikaduchi
 
 
 %description
-This little plugin behaves like the "kwikdisk - removable media utility" 
-shipped with KDE.
+This little plugin behaves like the "kwikdisk - removable media utility" shipped with KDE.
 
 %description -l ja
-この小さなプラグインは KDE に同梱されている「kwikdisk - リムーバブル
-メディアユーティリティ」のような動作をします。
+この小さなプラグインは KDE に同梱されている「kwikdisk - リムーバブルメディアユーティリティ」のような動作をします。
 
 %prep
 %setup -q
@@ -68,6 +65,9 @@ fi
 %{_datadir}/xfce4/panel/plugins/%{name}.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.7-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-2
 - rebuild with VineSeed environment
 

+ 14 - 7
x/xfce4-panel/xfce4-panel-vl.spec

@@ -1,14 +1,15 @@
 Name: 		xfce4-panel
-Summary: 	Next generation panel for Xfce
-Summary(ja): 	Xfce のための次世代パネル
-Version: 	4.10.0
-Release: 	2%{?_dist_release}
+Summary: 	Panel for the Xfce Desktop Environment
+Summary(ja): 	Xfce デスクトップ環境用のパネル
+Version: 	4.10.1
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
+# Library is LGPLv2+
 License:	GPLv2+ and LGPLv2+
 URL: 		http://www.xfce.org/
 
-Source0: 	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
+Source0: 	http://archive.xfce.org/src/xfce/%{name}/4.10/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	cairo-devel >= 1.0.0
@@ -35,7 +36,10 @@ Vendor: Project Vine
 Distribution: Vine Linux
 
 %description
-xfce4-panel is the panel for the XFce desktop environment
+xfce4-panel is the panel for the Xfce desktop environment
+
+%description -l ja
+Xfce デスクトップ環境用のパネルです。
 
 %package devel
 Summary: Development headers for %{name}
@@ -74,7 +78,6 @@ plugins for xfce4-panel.
 
 %prep
 %setup -q
-#%patch0 -p1 -b .orig
 
 %build
 %configure --enable-silent-rules --disable-static
@@ -131,6 +134,10 @@ fi
 %doc %{_datadir}/gtk-doc/html/libxfce4panel-1.0
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.1-1
+- new upstream release
+- updated summary
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-2
 - rebuild with VineSeed environment
 

+ 9 - 17
x/xfce4-power-manager/xfce4-power-manager-vl.spec

@@ -3,19 +3,17 @@
 
 Name:           xfce4-power-manager
 Summary:        Power management for the Xfce desktop environment
-Summary(ja):    Xfce デスクトップ環境用電源管理ツール
-Version:        1.4.0
-Release:        2%{?_dist_release}
+Summary(ja):    Xfce デスクトップ環境用電源管理ツール
+Version:        1.4.2
+Release:        1%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/%{name}
 
 Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
-Patch0:         xfce4-power-manager-1.1.0-fix-desktop.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  dbus-devel >= 1.1
 BuildRequires:  dbus-glib-devel >= 0.84
 BuildRequires:  desktop-file-utils
@@ -39,22 +37,17 @@ Vendor: Project Vine
 Distribution: Vine Linux
 
 %description
-Xfce Power Manager uses the information and facilities provided by HAL to 
-display icons and handle user callbacks in an interactive Xfce session.
-Xfce Power Preferences allows authorised users to set policy and change 
-preferences.
+This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption (such as LCD brightness level, monitor sleep). 
+In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption.
 
 
 %prep
 %setup -q
-#patch0 -p1 
-
 
 %build
 %configure --enable-silent-rules
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -64,22 +57,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
 %find_lang %{name}
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-settings.desktop      
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
-
 %postun
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
-
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -101,8 +90,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}-settings.1.*
 %{_mandir}/man1/%{name}.1.*
 
-
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.2-1
+- new upstream release
+- updated summary
+
 * Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.4.0-2
 - rebuilt with upower-0.99.1
 

+ 14 - 11
x/xfce4-systemload-plugin/xfce4-systemload-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: xfce4-systemload-plugin
 Summary: System Load plugin for Xfce
-Summary(ja): Xfce 用システム負荷監視プラグイン
-Version: 1.1.1
-Release: 2%{?_dist_release}
+Summary(ja): Xfce パネル システム負荷監視プラグイン
+Version: 1.1.2
+Release: 1%{?_dist_release}
 
 License: BSD
 Group: User Interface/Desktops
@@ -33,33 +33,36 @@ Riccardo Persichetti が書いた Xfce デスクトップ環境用のシステ
 を Xfce パネルに表示します.
 
 %prep
-rm -rf %{buildroot}
-
 %setup -q
 
 %build
-%configure --disable-static
-make
+%configure --enable-silent-rules --disable-static
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
-%{_libdir}/xfce4/panel/plugins/libsystemload.so
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_libdir}/xfce4/panel/plugins/*.so
 %{_datadir}/xfce4/panel/plugins/systemload.desktop
 
 %changelog
-* Thu Sep 18 2014 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 1.1.1-1
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.2-1
+- new upstream release
+- built with upower 0.99.1
+
+* Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.1-1
 - updated to 1.1.1
 
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2

+ 6 - 2
x/xfce4-time-out-plugin/xfce4-time-out-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-time-out-plugin
 Summary:        Time-out plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 タイムアウトプラグイン
 Version:        1.0.1
-Release: 	2%{?_dist_release}
+Release: 	3%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -12,8 +12,8 @@ Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{versio
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
 
 Vendor:		Project Vine
@@ -43,6 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
@@ -70,6 +71,9 @@ fi
 %{_datadir}/xfce4/panel/plugins/%{name}.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.1-3
+- modified libtime-out.so permission
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-2
 - rebuild with VineSeed environment
 

+ 7 - 3
x/xfce4-wavelan-plugin/xfce4-wavelan-plugin-vl.spec

@@ -2,9 +2,9 @@
 
 Name:           xfce4-wavelan-plugin
 Summary:        WaveLAN plugin for the Xfce panel
-Summary(ja):    Xfce パネル用無線 LAN プラグイン
-Version:        0.5.10
-Release:        2%{?_dist_release}
+Summary(ja):    Xfce パネル用 無線 LAN プラグイン
+Version:        0.5.11
+Release:        1%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        BSD
@@ -40,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
 
 %find_lang %{name}
 
@@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/wavelan.desktop
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.11-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.10-2
 - rebuild with VineSeed environment
 

+ 7 - 4
x/xfce4-weather-plugin/xfce4-weather-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name:		xfce4-weather-plugin
 Summary:	Weather plugin for the Xfce panel
-Summary(ja):	Xfce パネル用天気情報プラグイン
-Version:	0.8.3
-Release:	2%{?_dist_release}
+Summary(ja):	Xfce パネル用 天気情報プラグイン
+Version:	0.8.4
+Release:	1%{?_dist_release}
 
 Group:		User Interface/Desktops
 License:	GPLv2
@@ -67,7 +67,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README TODO
+%doc AUTHORS COPYING ChangeLog README NEWS TODO
 %{_libdir}/xfce4/panel/plugins/*.so
 %{_datadir}/xfce4/panel/plugins/*.desktop
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-weather.png
@@ -75,6 +75,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.4-1
+- new upstream release
+
 * Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.3-2
 - rebuilt with upower-0.99.1
 

+ 7 - 1
x/xfdesktop/xfdesktop-vl.spec

@@ -1,7 +1,7 @@
 Name: 		xfdesktop
 Summary: 	Desktop manager for the Xfce
 Summary(ja): 	Xfce デスクトップマネージャ
-Version: 	4.10.2
+Version: 	4.10.3
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
@@ -34,6 +34,9 @@ Distribution: Vine Linux
 %description
 xfdesktop contain a desktop manager for Xfce
 
+%description -l ja
+Xfce のデスクトップマネージャです。
+
 %prep
 %setup -q
 
@@ -73,6 +76,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Sat Dec 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.3-1
+- new upstream release
+
 * Thu Aug 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.2-1
 - new upstream release