%if 0%{?fedora} > 12 %global with_zeitgeist 1 %global with_python3 1 %else %global with_zeitgeist 0 %global with_python3 0 %endif %if %{with_python3} %global __python %{__python3} %endif Name: gedit-plugins Version: 3.8.3 Release: 2%{?dist} Summary: Plugins for gedit Group: Applications/Editors License: GPLv2+ URL: http://live.gnome.org/GeditPlugins Source0: ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/3.8/%{name}-%{version}.tar.xz Patch0: gedit-plugins-disable-python3.patch BuildRequires: gedit-devel BuildRequires: gnome-doc-utils BuildRequires: perl(XML::Parser) BuildRequires: gettext BuildRequires: cairo-devel BuildRequires: atk-devel %if %{with_python3} BuildRequires: python3-devel BuildRequires: python3-gobject %else BuildRequires: python-devel %endif BuildRequires: pygobject3-devel BuildRequires: intltool BuildRequires: libpeas-devel BuildRequires: dbus-python-devel BuildRequires: vte3-devel Requires: gedit %if %{with_python3} Requires: python3-gobject >= %{pygo_version} %endif # these are needed for gobject-introspection Requires: vte3 >= 0.27.90-2.fc15 Requires: gucharmap >= 2.33.2-6.fc15 %description A collection of plugins for gedit. %prep %setup -q %if !%{with_python3} %patch0 -p1 -b .disable-python3 %endif %build %if %{with_zeitgeist} %configure --disable-schemas-install --enable-python %else %configure --disable-schemas-install --enable-python --with-plugins=bookmarks,bracketcompletion,charmap,codecomment,colorpicker,colorschemer,commander,drawspaces,joinlines,multiedit,smartspaces,synctex,terminal,textsize,wordcompletion %endif #--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} find $RPM_BUILD_ROOT/%{_libdir}/gedit/plugins -name "*.la" -exec rm {} \; %postun if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %check [ -f ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/terminal.py ] %files -f %{name}.lang %defattr(-,root,root,-) %doc README NEWS AUTHORS COPYING %{_libdir}/gedit/plugins/* %{_datadir}/gedit/plugins/* %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.terminal.gschema.xml %changelog * Tue Jul 16 2013 Matthias Clasen - 3.8.3-2 - Drop the git plugin (we don't ship libgit2) * Wed Jun 19 2013 Ignacio Casal Quinteiro - 3.8.3-1 - Update to 3.8.3 * Sun May 26 2013 Ignacio Casal Quinteiro - 3.8.2-1 - Update to 3.8.2 * Mon May 6 2013 Marek Kasik - 3.8.1-2 - Make building of Zeitgeist plugins and usage of python3 conditional * Mon Apr 15 2013 Kalev Lember - 3.8.1-1 - Update to 3.8.1 * Tue Mar 26 2013 Kalev Lember - 3.8.0-2 - Rebuilt for gtksourceview3 soname bump * Mon Mar 25 2013 Ignacio Casal Quinteiro - 3.8.0-1 - Update to 3.8.0 * Sun Jan 27 2013 Ignacio Casal Quinteiro - 3.7.1-1 - Update to 3.7.1 * Tue Oct 16 2012 Ignacio Casal Quinteiro - 3.6.1-1 - Update to 3.6.1 * Mon Sep 24 2012 Ignacio Casal Quinteiro - 3.6.0-1 - Update to 3.6.0 * Wed Sep 19 2012 Ignacio Casal Quinteiro - 3.5.2-1 - Update to 3.5.2 * Sat Aug 18 2012 Ignacio Casal Quinteiro - 3.5.1-1 - Update to 3.5.1 * Thu Jul 19 2012 Fedora Release Engineering - 3.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Apr 24 2012 Kalev Lember - 3.4.0-2 - Silence rpm scriptlet output * Mon Mar 26 2012 Ignacio Casal Quinteiro - 3.4.0-1 - Update to 3.4.0 * Wed Mar 07 2012 Ignacio Casal Quinteiro - 3.3.4-1 - Update to 3.3.4 * Sat Feb 25 2012 Ignacio Casal Quinteiro - 3.3.3-1 - Update to 3.3.3 * Tue Feb 07 2012 Ignacio Casal Quinteiro - 3.3.2-1 - Update to 3.3.2 * Fri Jan 13 2012 Fedora Release Engineering - 3.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sat Dec 03 2011 Ignacio Casal Quinteiro - 3.3.1-1 - Update to 3.3.1 * Sun Oct 16 2011 Ignacio Casal Quinteiro - 3.2.1-1 - Update to 3.2.1 * Mon Sep 26 2011 Ignacio Casal Quinteiro - 3.2.0-1 - Update to 3.2.0 - Bump pygobject to 3.0 * Thu Sep 20 2011 Ignacio Casal Quinteiro - 3.1.5-1 - Update to 3.1.5 * Thu Sep 06 2011 Ignacio Casal Quinteiro - 3.1.4-1 - Update to 3.1.4 * Thu Sep 01 2011 Ignacio Casal Quinteiro - 3.1.3-1 - Update to 3.1.3 * Tue Jul 05 2011 Ignacio Casal Quinteiro - 3.1.2-1 - Update to 3.1.2 * Thu Jun 16 2011 Tomas Bzatek - 3.1.1-1 - Update to 3.1.1 * Wed May 18 2011 Ignacio Casal Quinteiro - 3.0.2-2 - Remove useless deps * Tue Apr 26 2011 Matthias Clasen - 3.0.2-1 - Update to 3.0.2 * Wed Apr 13 2011 Christopher Aillon - 3.0.1-1 - Update to 3.0.1 * Wed Apr 6 2011 Tomas Bzatek - 3.0.0-1 - Update to 3.0.0 * Sun Mar 27 2011 Christopher Aillon - 2.91.3-1 - Update to 2.91.3 * Tue Mar 8 2011 Matthias Clasen - 2.91.1-1 - Update to 2.91.1 * Mon Feb 28 2011 Matthias Clasen - 2.91.90-3 - Rebuild against newer libpeas * Thu Feb 24 2011 Matthias Clasen - 2.91.90-2 - Add runtime dependencies to make introspection work * Tue Feb 22 2011 Matthias Clasen - 2.91.90-1 - Update to 2.91.90 * Tue Feb 08 2011 Fedora Release Engineering - 2.31.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Oct 7 2010 Matthias Clasen 2.31.6-1 - Rebuild against newer gucharmap * Thu Sep 02 2010 Rakesh Pandit 2.31.6-1 - Updated to 2.31.6 - FTBFS 599912 * Wed Aug 11 2010 David Malcolm - 2.31.1-2 - recompiling .py files against Python 2.7 (rhbz#623308) * Wed May 19 2010 Rakesh Pandit 2.31.1-1 - Updated to 2.31.1 * Fri Apr 23 2010 Rakesh Pandit 2.30.0-1 - Updated to 2.30.0 * Wed Jan 27 2010 Rakesh Pandit 2.29.4-1 - Updated to 2.29.4 * Wed Dec 02 2009 Rakesh Pandit 2.29.3-1 - Updated to 2.29.3 * Mon Nov 09 2009 Rakesh Pandit 2.28.0-1 - Updated to 2.28.0 * Mon Aug 10 2009 Ville Skyttä - 2.26.1-3 - Use bzipped upstream tarball. * Fri Jul 24 2009 Fedora Release Engineering - 2.26.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat Apr 11 2009 Dodji Seketeli - 2.26.1-1 - Update to upstream release 2..26.1 - Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces" - Make sure to remove all *.la files - Remove BuildRequire libgnomeui-devel as needless now * Fri Apr 10 2009 Dodji Seketeli - 2.26.0-1 - Update to upstream release (2.26.1) - Add plugin files from %%{_datadir} - Don't check for vte anymore, the package checks it pkg-config - Add 'bookmarks' to the plugin set * Tue Feb 24 2009 Fedora Release Engineering - 2.22.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2.22.3-3 - Rebuild for Python 2.6 * Mon Sep 29 2008 Rakesh Pandit - 2.22.3-2 - Fixed buildrequires * Mon Sep 29 2008 Rakesh Pandit - 2.22.3-1 - Updated to 2.22.3 * Mon Sep 29 2008 Rakesh Pandit - 2.22.0-2 - rebuild to pick latest gucharmap * Tue Mar 18 2008 Trond Danielsen - 2.22.0-1 - Updated. * Mon Apr 30 2007 Trond Danielsen - 2.18.0-2 - Disable buggy session saver plugin. - Removed static libraries. * Sun Apr 01 2007 Trond Danielsen - 2.18.0-1 - Initial version.