Browse Source

pluma 1.18.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11019 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
cb7ba35ffb
1 changed files with 21 additions and 6 deletions
  1. 21 6
      p/pluma/pluma-vl.spec

+ 21 - 6
p/pluma/pluma-vl.spec

@@ -1,16 +1,22 @@
+%define major_ver 1.18
+%define ver %{major_ver}.1
+%define rel 1
+
 Summary:	An powerfull text editor for MATE
 Name:		pluma
-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
 Group:		Applications/Editors
 URL:		http://mate-desktop.org/
 
 BuildRequires:	mate-common
-BuildRequires:	gtk2-devel
-BuildRequires:	gtksourceview2-devel
+BuildRequires:	gtk3-devel
+BuildRequires:	gtksourceview3-devel
 BuildRequires:	mate-desktop-devel
+BuildRequires:	libpeas-devel
+BuildRequires:	caja-devel
 BuildRequires:	libsoup-devel
 BuildRequires:	enchant-devel
 BuildRequires:	libSM-devel
@@ -113,7 +119,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog NEWS README
 %{_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
 %{_libexecdir}/mate/%{name}/pluma-bugreport.sh
 %{_datadir}/appdata/%{name}.appdata.xml
@@ -130,6 +137,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %defattr(-,root,root,-)
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}.pc
+%{_datadir}/gir-1.0/Pluma-1.0.gir
 
 %files docs
 %defattr(-,root,root,-)
@@ -137,6 +145,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %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
 - update to 1.16.1