# Conditional for release and snapshot builds. Uncomment for release-builds. %global rel_build 1 # This is needed, because src-url contains branched part of versioning-scheme. %global branch 1.20 # Settings used for build from snapshots. %{!?rel_build:%global commit c1ca209172a8b3a0751ac0a1e2dbec33c1894290} %{!?rel_build:%global commit_date 20140712} %{!?rel_build:%global shortcommit %(c=%{commit};echo ${c:0:7})} %{!?rel_build:%global git_ver git%{commit_date}-%{shortcommit}} %{!?rel_build:%global git_rel .git%{commit_date}.%{shortcommit}} %{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz} Summary: Text editor for the MATE desktop Name: pluma Version: %{branch}.3 %if 0%{?rel_build} Release: 1%{?dist} %else Release: 0.4%{?git_rel}%{?dist} %endif License: GPLv2+ and LGPLv2+ Group: Applications/Editors URL: http://mate-desktop.org # for downloading the tarball use 'spectool -g -R pluma.spec' # Source for release-builds. %{?rel_build:Source0: http://pub.mate-desktop.org/releases/%{branch}/%{name}-%{version}.tar.xz} # Source for snapshot-builds. %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} %if 0%{?fedora} && 0%{?fedora} >= 29 # disable python plugins Patch0: pluma_0001-disable-python-plugins-again.patch %endif BuildRequires: desktop-file-utils BuildRequires: enchant-devel BuildRequires: libpeas-devel BuildRequires: gtk3-devel BuildRequires: gtksourceview3-devel BuildRequires: iso-codes-devel BuildRequires: libSM-devel BuildRequires: mate-common BuildRequires: pygobject3-devel %if 0%{?fedora} && 0%{?fedora} <= 28 BuildRequires: python2-devel %endif Requires: %{name}-data = %{version}-%{release} # needed to get a gsettings schema, #959607 Requires: mate-desktop-libs # needed to get a gsettings schema, #959607 Requires: caja-schemas # the run-command plugin uses zenity Requires: zenity # libpeas isn't splited in rhel7 %if 0%{?fedora} && 0%{?fedora} <= 28 Requires: libpeas-loader-python %endif %description pluma is a small, but powerful text editor designed specifically for the MATE desktop. It has most standard text editor functions and fully supports international text in Unicode. Advanced features include syntax highlighting and automatic indentation of source code, printing and editing of multiple documents in one window. pluma is extensible through a plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. %package data Summary: Data files for pluma Group: Applications/Editors BuildArch: noarch Requires: %{name} = %{version}-%{release} %description data This package contains shared data needed for pluma. %package devel Summary: Support for developing plugins for the pluma text editor Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: gtksourceview3-devel %description devel Development files for pluma %prep %if 0%{?rel_build} %autosetup -p1 %else %autosetup -n %{name}-%{commit} -p1 %endif %if 0%{?rel_build} # for releases #NOCONFIGURE=1 ./autogen.sh %else # needed for git snapshots NOCONFIGURE=1 ./autogen.sh %endif %if 0%{?fedora} && 0%{?fedora} >= 29 # disable python plugins NOCONFIGURE=1 ./autogen.sh %endif # Fix debug permissions with messy hack find ./*/* -type f -exec chmod 644 {} \; find ./*/*/* -type f -exec chmod 644 {} \; %build %configure \ --disable-static \ --enable-gtk-doc-html \ --enable-gvfs-metadata \ --disable-schemas-compile make %{?_smp_mflags} V=1 %install %{make_install} desktop-file-install \ --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/*.desktop # clean up all the static libs for plugins find %{buildroot} -name '*.la' -exec rm -f {} ';' find %{buildroot} -name '*.a' -exec rm -f {} ';' %find_lang %{name} --with-gnome --all-name %files %{_bindir}/pluma %{_libdir}/pluma/ %{_libexecdir}/pluma/ %{_libdir}/girepository-1.0/Pluma-1.0.typelib %{_datadir}/applications/pluma.desktop %{_datadir}/appdata/pluma.appdata.xml %{_datadir}/glib-2.0/schemas/org.mate.pluma.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.filebrowser.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.time.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.spell.gschema.xml %files data -f %{name}.lang %doc README COPYING AUTHORS %{_datadir}/pluma/ %{_mandir}/man1/pluma.1.* %files devel %{_includedir}/pluma/ %{_libdir}/pkgconfig/pluma.pc %{_datadir}/gtk-doc/html/pluma/ %{_datadir}/gir-1.0/Pluma-1.0.gir %changelog * Thu Nov 22 2018 Wolfgang Ulbrich - 1.20.3-1 - update to 1.20.3 * Fri Jul 20 2018 Wolfgang Ulbrich - 1.20.2-2 - cleanup build requires and requires * Sat Jun 02 2018 Wolfgang Ulbrich - 1.20.2-1 - update to 1.20.2 release * Fri Apr 06 2018 Wolfgang Ulbrich - 1.20.1-1 - update to 1.20.1 - drop IconCache rpm scriptlet - drop desktop-database rpm scriptlet - drop GSettings Schema rpm scriptlet - switch to using autosetup * Mon Jan 01 2018 Wolfgang Ulbrich - 1.19.3-1 - update to 1.19.3 * Tue Oct 03 2017 Wolfgang Ulbrich - 1.19.2-1 - update to 1.19.2 * Wed Aug 09 2017 Wolfgang Ulbrich - 1.19.1-4 - remove virtual provides * Thu Aug 03 2017 Fedora Release Engineering - 1.19.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.19.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 13 2017 Wolfgang Ulbrich - 1.19.1-1 - update to 1.19.1 * Sat May 06 2017 Wolfgang Ulbrich - 1.18.2-1 - update to 1.18.2 * Wed Apr 26 2017 Wolfgang Ulbrich - 1.18.1-2 - use gtk+-3 bookmark location for file-browser-plugin * Tue Apr 04 2017 Wolfgang Ulbrich - 1.18.1-1 - update to 1.18.1 * Fri Mar 31 2017 Wolfgang Ulbrich - 1.18.0-3 - fix running under wayland - https://github.com/mate-desktop/pluma/commit/06b9ba3 * Tue Mar 28 2017 Wolfgang Ulbrich - 1.18.0-2 - use https://github.com/mate-desktop/pluma/commit/910aec0 * Tue Mar 14 2017 Wolfgang Ulbrich - 1.18.0-1 - update to 1.18.0 release * Fri Mar 10 2017 Wolfgang Ulbrich - 1.17.4-1 - update to 1.17.4 release * Wed Feb 08 2017 Wolfgang Ulbrich - 1.17.3-2 - use BR libpeas-loader-python only for fedora * Mon Jan 09 2017 Wolfgang Ulbrich - 1.17.3-1 - update to 1.17.3 - fix rhbz (#1411052) - add BR libpeas-loader-python * Sun Dec 25 2016 Wolfgang Ulbrich - 1.17.2-1 - update to 1.17.2 release * Thu Nov 17 2016 Wolfgang Ulbrich - 1.17.0-1 - update to 1.17.0 release * Wed Sep 21 2016 Wolfgang Ulbrich - 1.16.0-1 - update to 1.16.0 release * Fri Sep 02 2016 Wolfgang Ulbrich - 1.15.2-1 - update to 1.15.2 release * Thu Jun 09 2016 Wolfgang Ulbrich - 1.15.1-1 - update to 1.15.1 release * Thu Jun 09 2016 Wolfgang Ulbrich - 1.15.0-1 - update to 1.15.0 release * Tue Apr 05 2016 Wolfgang Ulbrich - 1.14.0-1 - update to 1.14.0 release * Mon Feb 22 2016 Wolfgang Ulbrich - 1.13.1-1 - update to 1.13.1 release * Sun Feb 07 2016 Wolfgang Ulbrich - 1.13.0-1 - update to 1.13.0 release * Thu Feb 04 2016 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Dec 04 2015 Wolfgang Ulbrich - 1.12.1-1 - update to 1.12.1 release * Sat Nov 21 2015 Wolfgang Ulbrich - 1.12.0-2 - build with gtk3 - disable python plugins for the moment * Fri Nov 06 2015 Wolfgang Ulbrich - 1.12.0-1 - update to 1.12.0 release * Thu Oct 22 2015 Wolfgang Ulbrich - 1.11.0-1 - update to 1.11.0 release * Tue Jul 14 2015 Wolfgang Ulbrich - 1.10.2.1 - update to 1.10.2 release * Thu Jul 02 2015 Wolfgang Ulbrich - 1.10.1-2 - version bump to fix f21 build * Thu Jun 18 2015 Wolfgang Ulbrich - 1.10.1-1 - update to 1.10.1 release - remove upstreamed patches * Thu May 07 2015 Wolfgang Ulbrich - 1.10.0-2 - fix translations in gsettings - fix size of statusbar (gtk3) * Thu May 07 2015 Wolfgang Ulbrich - 1.10.0-1 - update to 1.10.0 release - add patch to fix f23 build * Mon Apr 06 2015 Wolfgang Ulbrich - 1.9.90-1 - update to 1.9.90 release * Thu Jan 22 2015 Wolfgang Ulbrich - 1.9.1-1 - update to 1.9.1 release * Sun Aug 17 2014 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jul 15 2014 Wolfgang Ulbrich - 1.9.0-1 - update to 1.9.0 release - enable gtk-docs for release build - disable autogen for release build * Sat Jul 12 2014 Wolfgang Ulbrich - 1.9.0-0.1.git20131511.c1ca209 - use git snapshot from 2014.07.12 - disable gtk-docs for snapshot build * Sat Jun 07 2014 Fedora Release Engineering - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun May 04 2014 Wolfgang Ulbrich - 1.8.1.1 - update to 1.8.1 release * Wed Mar 05 2014 Dan Mashal - 1.8.0-1 - Update to 1.8.0 * Wed Feb 19 2014 Wolfgang Ulbrich - 1.7.90-1 - update to 1.7.90 - remove obsolete mate-text-editor binary from spec file * Thu Feb 13 2014 Wolfgang Ulbrich - 1.7.2-1 - update to 1.7.2 release - fix rpmlint warning 'can't find source0' - fix license information - use a joker for the man file attribute - move data in a noarch subpackage - improve obsoletes - update rpm scriplets * Wed Dec 25 2013 Wolfgang Ulbrich - 1.7.1-1 - update to 1.7.1 release - add gtk-doc dir to -devel subpackage for release builds * Wed Dec 25 2013 Wolfgang Ulbrich - 1.7.1-0.1.git20131511.7ceb8fe - rename to pluma - make maintainers life easier and use better git snapshot usage, thanks to Björn Esser - simplify remove of static libaries - use modern 'make install' macro - add --with-gnome flag to find_language, needed for yelp - sort file section * Fri Dec 06 2013 Dan Mashal - 1.7.0-1 - Update to 1.7.0 * Thu Aug 08 2013 Wolfgang Ulbrich - 1.6.0-5 - add runtime require mate-file-manager-schemas to fix #959607 * Thu Aug 08 2013 Wolfgang Ulbrich - 1.6.0-4 - switch to runtime require mate-desktop-libs - remove needless --with-gnome flag in find_language * Sat Aug 03 2013 Fedora Release Engineering - 1.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jun 30 2013 Wolfgang Ulbrich - 1.6.0-2 - add runtime require mate-desktop, fix rhbz #959607 - remove pluma.convert files - cleanup BR's - fix desktop file install command, no needed to add X-MATE - use runtime require mate-dialogs instead of zenity - remove BR mate-conf-devel - add --disable-static configure flag - general usage of %%{buildroot} - no need of mimeinfo rpm scriptlets - fix desktop-database rpm scriptlets - update BR's - add isa tag to -devel subpackage * Sat Apr 13 2013 Dan Mashal - 1.6.0-1 - Update to latest 1.6.0 stable release. * Sun Feb 10 2013 Dan Mashal - 1.5.1-1 - Update to latest upstream release * Mon Oct 15 2012 Leigh Scott - 1.4.0-2 - Fix build requires * Sun Oct 14 2012 Leigh Scott - 1.4.0-1 - Initial build