|
@@ -1,22 +1,26 @@
|
|
|
|
+%define major_ver 1.18
|
|
|
|
+%define ver %{major_ver}.0
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Summary: The MATE Session Handler
|
|
Summary: The MATE Session Handler
|
|
Name: mate-session-manager
|
|
Name: mate-session-manager
|
|
-Version: 1.16.1
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
-Source0: http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
|
|
+Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
URL: http://mate-desktop.org/
|
|
URL: http://mate-desktop.org/
|
|
|
|
|
|
# patch for Vine
|
|
# patch for Vine
|
|
-Patch1001: mate-session-manager-1.12.2-use-vine-sleep-helper.patch
|
|
|
|
|
|
+Patch1001: mate-session-manager-1.18.0-use-vine-sleep-helper.patch
|
|
Patch1002: mate-session-manager-1.12.0-mate-wm.patch
|
|
Patch1002: mate-session-manager-1.12.0-mate-wm.patch
|
|
|
|
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-common
|
|
|
|
+BuildRequires: mate-desktop-devel >= 1.17.0
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libXtst-devel
|
|
BuildRequires: libXtst-devel
|
|
-BuildRequires: mate-desktop-devel
|
|
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: automake
|
|
@@ -31,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: Takemikaduchi
|
|
|
|
|
|
+Packager: Takemikaduchi, iwaim
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -108,6 +112,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Apr 3 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
|
|
|
|
+- update to 1.18.0
|
|
|
|
+- update use vine-sleep-helper patch (Patch1001)
|
|
|
|
+- update Packager tag
|
|
|
|
+
|
|
* Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
|
|
* Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
|
|
- update to 1.16.1
|
|
- update to 1.16.1
|
|
- add BuildRequires: xorg-x11-xtrans-devel
|
|
- add BuildRequires: xorg-x11-xtrans-devel
|