|
@@ -25,12 +25,13 @@ Summary: Small applications for the GNOME panel.
|
|
|
Summary(ja): GNOME パネル用の小さなアプリケーション(GNOMEパネルアプレット)
|
|
|
Name: gnome-applets
|
|
|
Version: 3.30.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: User Interface/Desktops
|
|
|
URL: http://www.gnome.org/
|
|
|
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
|
|
+%define major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//')
|
|
|
+Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_minor}/%{name}-%{version}.tar.xz
|
|
|
Source10: cpufreq-selector.app
|
|
|
Source11: cpufreq-selector.pam
|
|
|
|
|
@@ -54,7 +55,7 @@ BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
|
|
BuildRequires: xorg-x11-proto-devel
|
|
|
# for patch 39
|
|
|
-BuildRequires: NetworkManager-devel
|
|
|
+BuildRequires: NetworkManager-libnm-devel
|
|
|
BuildRequires: libgweather-devel >= %{libgweather_version}
|
|
|
# For cpufreq
|
|
|
BuildRequires: dbus-devel
|
|
@@ -145,6 +146,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.0-3
|
|
|
+- rebuilt with NM-1.20.0 and tracker-2.2.2.
|
|
|
+
|
|
|
* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.0-2
|
|
|
- rebuilt with libgtop2-2.40.0.
|
|
|
|