|
@@ -1,9 +1,13 @@
|
|
|
|
+%define major_ver 1.18
|
|
|
|
+%define ver %{major_ver}.0
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Summary: The MATE shell and file manager
|
|
Summary: The MATE shell and file manager
|
|
Name: caja
|
|
Name: caja
|
|
-Version: 1.16.4
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
|
|
|
|
-Source0: http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
|
|
|
|
|
|
+Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
# for Vine
|
|
# for Vine
|
|
Patch2000: caja-vine-settings.patch
|
|
Patch2000: caja-vine-settings.patch
|
|
@@ -13,14 +17,13 @@ Group: User Interface/Desktops
|
|
URL: http://mate-desktop.org/
|
|
URL: http://mate-desktop.org/
|
|
|
|
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-common
|
|
-BuildRequires: mate-desktop-devel >= 1.16.2
|
|
|
|
-BuildRequires: gtk2-devel
|
|
|
|
-BuildRequires: pango-devel
|
|
|
|
-BuildRequires: libxml2-devel
|
|
|
|
|
|
+BuildRequires: mate-desktop-devel >= 1.17.3
|
|
|
|
+BuildRequires: gtk3-devel >= 3.14
|
|
|
|
+BuildRequires: pango-devel >= 1.1.2
|
|
|
|
+BuildRequires: libxml2-devel >= 2.4.7
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libSM-devel
|
|
-BuildRequires: unique-devel
|
|
|
|
-BuildRequires: libexif-devel
|
|
|
|
-BuildRequires: exempi-devel
|
|
|
|
|
|
+BuildRequires: glib2-devel >= 2.36.0
|
|
|
|
+BuildRequires: libnotify-devel
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: automake
|
|
@@ -142,7 +145,6 @@ update-mime-database %{_datadir}/mime >& /dev/null ||:
|
|
%{_bindir}/caja-file-management-properties
|
|
%{_bindir}/caja-file-management-properties
|
|
%{_libdir}/libcaja-extension.so.*
|
|
%{_libdir}/libcaja-extension.so.*
|
|
%{_libdir}/girepository-1.0/Caja-2.0.typelib
|
|
%{_libdir}/girepository-1.0/Caja-2.0.typelib
|
|
-%{_libexecdir}/mate/caja-convert-metadata
|
|
|
|
%{_datadir}/appdata/caja.appdata.xml
|
|
%{_datadir}/appdata/caja.appdata.xml
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
@@ -167,6 +169,15 @@ update-mime-database %{_datadir}/mime >& /dev/null ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
|
|
|
|
+- update to 1.18.0
|
|
|
|
+- update BuildRequires
|
|
|
|
+ - drop gtk2-devel
|
|
|
|
+ - add gtk3-devel
|
|
|
|
+ - drop unique-devel, libexif-devel abd exempi-devel
|
|
|
|
+ - add libnotify-devel
|
|
|
|
+- remove caja-convert-metadata; upstream removed
|
|
|
|
+
|
|
* Tue Mar 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.4-1
|
|
* Tue Mar 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.4-1
|
|
- update to 1.16.4
|
|
- update to 1.16.4
|
|
- build with mate-desktop 1.16.2; required
|
|
- build with mate-desktop 1.16.2; required
|