|
@@ -1,16 +1,22 @@
|
|
|
|
+%define major_ver 1.18
|
|
|
|
+%define ver %{major_ver}.1
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Summary: An powerfull text editor for MATE
|
|
Summary: An powerfull text editor for MATE
|
|
Name: pluma
|
|
Name: pluma
|
|
-Version: 1.16.1
|
|
+Version: %{ver}
|
|
-Release: 1%{?_dist_release}
|
|
+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
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: Applications/Editors
|
|
Group: Applications/Editors
|
|
URL: http://mate-desktop.org/
|
|
URL: http://mate-desktop.org/
|
|
|
|
|
|
BuildRequires: mate-common
|
|
BuildRequires: mate-common
|
|
-BuildRequires: gtk2-devel
|
|
+BuildRequires: gtk3-devel
|
|
-BuildRequires: gtksourceview2-devel
|
|
+BuildRequires: gtksourceview3-devel
|
|
BuildRequires: mate-desktop-devel
|
|
BuildRequires: mate-desktop-devel
|
|
|
|
+BuildRequires: libpeas-devel
|
|
|
|
+BuildRequires: caja-devel
|
|
BuildRequires: libsoup-devel
|
|
BuildRequires: libsoup-devel
|
|
BuildRequires: enchant-devel
|
|
BuildRequires: enchant-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libSM-devel
|
|
@@ -113,7 +119,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING ChangeLog NEWS README
|
|
%doc COPYING ChangeLog NEWS README
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}
|
|
-%{_libdir}/%{name}/plugin-loaders/libcloader.so
|
|
+#%{_libdir}/%{name}/plugin-loaders/libcloader.so
|
|
|
|
+%{_libdir}/girepository-1.0/Pluma-1.0.typelib
|
|
%{_libdir}/%{name}/plugins
|
|
%{_libdir}/%{name}/plugins
|
|
%{_libexecdir}/mate/%{name}/pluma-bugreport.sh
|
|
%{_libexecdir}/mate/%{name}/pluma-bugreport.sh
|
|
%{_datadir}/appdata/%{name}.appdata.xml
|
|
%{_datadir}/appdata/%{name}.appdata.xml
|
|
@@ -130,6 +137,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/%{name}
|
|
%{_includedir}/%{name}
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
+%{_datadir}/gir-1.0/Pluma-1.0.gir
|
|
|
|
|
|
%files docs
|
|
%files docs
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -137,6 +145,13 @@ 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 and caja-devel
|
|
|
|
+- add Pluma gir/typelib file
|
|
|
|
+- drop plugin-loaders
|
|
|
|
+
|
|
* Sun Apr 2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
|
|
* Sun Apr 2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
|
|
- update to 1.16.1
|
|
- update to 1.16.1
|
|
|
|
|