|
@@ -1,4 +1,4 @@
|
|
-%define major_ver 1.18
|
|
|
|
|
|
+%define major_ver 1.20
|
|
%define ver %{major_ver}.1
|
|
%define ver %{major_ver}.1
|
|
%define rel 1
|
|
%define rel 1
|
|
|
|
|
|
@@ -33,6 +33,7 @@ BuildRequires: gtk-doc
|
|
BuildRequires: itstool
|
|
BuildRequires: itstool
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: automake
|
|
|
|
+BuildRequires: kernel-tools-libs-devel
|
|
|
|
|
|
Requires(posttrans,postun): glib2
|
|
Requires(posttrans,postun): glib2
|
|
|
|
|
|
@@ -55,12 +56,12 @@ enhance your MATE experience.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
-
|
|
|
|
%build
|
|
%build
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
|
|
%configure \
|
|
%configure \
|
|
--libexecdir=%{_libexecdir}/mate \
|
|
--libexecdir=%{_libexecdir}/mate \
|
|
- --disable-static
|
|
|
|
|
|
+ --disable-static \
|
|
|
|
+ --with-cpufreq-lib=cpupower
|
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
@@ -97,11 +98,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%{_sysconfdir}/dbus-1/system.d/org.mate.CPUFreqSelector.conf
|
|
%{_sysconfdir}/dbus-1/system.d/org.mate.CPUFreqSelector.conf
|
|
%{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
|
|
%{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
|
|
%{_bindir}/mate-cpufreq-selector
|
|
%{_bindir}/mate-cpufreq-selector
|
|
-%{_bindir}/mate-invest-chart
|
|
|
|
|
|
+#%{_bindir}/mate-invest-chart
|
|
%{_libexecdir}/mate/accessx-status-applet
|
|
%{_libexecdir}/mate/accessx-status-applet
|
|
%{_libexecdir}/mate/battstat-applet
|
|
%{_libexecdir}/mate/battstat-applet
|
|
%{_libexecdir}/mate/command-applet
|
|
%{_libexecdir}/mate/command-applet
|
|
-%{_libexecdir}/mate/invest-applet
|
|
|
|
|
|
+#%{_libexecdir}/mate/invest-applet
|
|
%{_libexecdir}/mate/mate-charpick-applet
|
|
%{_libexecdir}/mate/mate-charpick-applet
|
|
%{_libexecdir}/mate/mate-cpufreq-applet
|
|
%{_libexecdir}/mate/mate-cpufreq-applet
|
|
%{_libexecdir}/mate/mate-drivemount-applet
|
|
%{_libexecdir}/mate/mate-drivemount-applet
|
|
@@ -112,9 +113,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%{_libexecdir}/mate/stickynotes-applet
|
|
%{_libexecdir}/mate/stickynotes-applet
|
|
%{_libexecdir}/mate/timer-applet
|
|
%{_libexecdir}/mate/timer-applet
|
|
%{_libexecdir}/mate/trashapplet
|
|
%{_libexecdir}/mate/trashapplet
|
|
-%{python_sitelib}/mate_invest
|
|
|
|
|
|
+#%{python_sitelib}/mate_invest
|
|
%{_datadir}/dbus-1/services/*.service
|
|
%{_datadir}/dbus-1/services/*.service
|
|
%{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
|
|
%{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
|
|
|
|
+%{_datadir}/glib-2.0/schemas/org.mate.drivemount.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml
|
|
@@ -146,6 +148,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 20 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.1-1
|
|
|
|
+- update to 1.20.1
|
|
|
|
+- drop invest-applet: upstream dropped
|
|
|
|
+
|
|
* Sat Apr 8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
|
|
* Sat Apr 8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
|
|
- update to 1.18.1
|
|
- update to 1.18.1
|
|
- move to GTK3+
|
|
- move to GTK3+
|