|
@@ -1,8 +1,12 @@
|
|
|
|
+%define major_ver 1.18
|
|
|
|
+%define ver %{major_ver}.1
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Summary: An image viewing and cataloging program for MATE
|
|
Summary: An image viewing and cataloging program for MATE
|
|
Name: eom
|
|
Name: eom
|
|
-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: Applications/Graphics
|
|
Group: Applications/Graphics
|
|
URL: http://mate-desktop.org/
|
|
URL: http://mate-desktop.org/
|
|
@@ -10,7 +14,8 @@ URL: http://mate-desktop.org/
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-desktop-devel
|
|
BuildRequires: mate-desktop-devel
|
|
BuildRequires: mate-icon-theme
|
|
BuildRequires: mate-icon-theme
|
|
-BuildRequires: gtk2-devel
|
|
|
|
|
|
+BuildRequires: gtk3-devel
|
|
|
|
+BuildRequires: libpeas-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: librsvg2-devel
|
|
BuildRequires: librsvg2-devel
|
|
@@ -18,8 +23,6 @@ BuildRequires: libexif-devel
|
|
BuildRequires: lcms2-devel
|
|
BuildRequires: lcms2-devel
|
|
BuildRequires: exempi-devel
|
|
BuildRequires: exempi-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
-BuildRequires: python-devel
|
|
|
|
-BuildRequires: pygtk2-devel
|
|
|
|
BuildRequires: itstool
|
|
BuildRequires: itstool
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
@@ -142,6 +145,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
|
|
|
|
+- update to 1.18.1
|
|
|
|
+- move to GTK3+
|
|
|
|
+- add BR: libpeas-devel
|
|
|
|
+- drop BR: python-devel and pygtk2-devel; upstream droped Python bindings
|
|
|
|
+
|
|
* 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
|
|
|
|
|