|
@@ -1,7 +1,7 @@
|
|
Summary: A Power Manager for MATE
|
|
Summary: A Power Manager for MATE
|
|
Name: mate-power-manager
|
|
Name: mate-power-manager
|
|
-Version: 1.8.0
|
|
+Version: 1.8.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
URL: http://mate-desktop.org/
|
|
URL: http://mate-desktop.org/
|
|
@@ -13,19 +13,6 @@ Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
|
# https://github.com/mate-desktop/mate-power-manager/pull/60
|
|
# https://github.com/mate-desktop/mate-power-manager/pull/60
|
|
# Add DBUS interface to kbdbacklight control
|
|
# Add DBUS interface to kbdbacklight control
|
|
Patch0: mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
|
|
Patch0: mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
|
|
-# https://github.com/mate-desktop/mate-power-manager/commit/2b3cf01
|
|
|
|
-Patch1: mate-power-manager_avoid-levels-is-0-warning.patch
|
|
|
|
-
|
|
|
|
-# upstream fixes for upower-1.0, the order of the series is important
|
|
|
|
-# https://github.com/mate-desktop/mate-power-manager/commit/220a4e0
|
|
|
|
-Patch2: mate-power-manager_remove-battery-recall-logic.patch
|
|
|
|
-# https://github.com/mate-desktop/mate-power-manager/commit/d59f4b8
|
|
|
|
-Patch3: mate-power-manager_port-to-upower-0.99-API.patch
|
|
|
|
-# https://github.com/mate-desktop/mate-power-manager/commit/1fb2870
|
|
|
|
-Patch4: mate-power-manager_improve-UPower1-support.patch
|
|
|
|
-# https://github.com/mate-desktop/mate-power-manager/commit/8f734c6
|
|
|
|
-Patch5: mate-power-manager_other-round-of-fixes-for-UPower-0.99-API-changes.patch
|
|
|
|
-
|
|
|
|
|
|
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-doc-utils
|
|
BuildRequires: mate-doc-utils
|
|
@@ -70,11 +57,6 @@ MATE Power Manager comes in three main parts:
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .dbus
|
|
%patch0 -p1 -b .dbus
|
|
-%patch1 -p1 -b .avoid-levels-is-0-warning
|
|
|
|
-%patch2 -p1 -b .remove-battery-recall-logic
|
|
|
|
-%patch3 -p1 -b .port-to-upower-0.99-API
|
|
|
|
-%patch4 -p1 -b .improve-UPower1-support
|
|
|
|
-%patch5 -p1 -b .other-round-of-fixes-for-UPower-0.99
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
@@ -122,7 +104,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING ChangeLog NEWS README
|
|
%doc COPYING ChangeLog NEWS README
|
|
%{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
|
|
%{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
|
|
-%exclude %{_bindir}/mate-power-bugreport.sh
|
|
+%exclude %{_bindir}/mate-power-bugreport
|
|
|
|
+%exclude %{_bindir}/mate-power-manager-bugreport
|
|
%{_bindir}/mate-power-manager
|
|
%{_bindir}/mate-power-manager
|
|
%{_bindir}/mate-power-preferences
|
|
%{_bindir}/mate-power-preferences
|
|
%{_bindir}/mate-power-statistics
|
|
%{_bindir}/mate-power-statistics
|
|
@@ -147,6 +130,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- remove Patch1-5
|
|
|
|
+
|
|
* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
|
|
* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
|
|
- change BuildRequires: upower-devel instead of libupower09-devel
|
|
- change BuildRequires: upower-devel instead of libupower09-devel
|
|
- add BuildRequires: yelp-tools
|
|
- add BuildRequires: yelp-tools
|