Accepting request 522684 from home:jengelh:branches:GNOME:Factory

- Update descriptions and RPM categories.
  Replace old RPM macros.

OBS-URL: https://build.opensuse.org/request/show/522684
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2017-09-09 10:25:08 +00:00 committed by Git OBS Bridge
parent ba9e9151d1
commit beece2e920
2 changed files with 21 additions and 15 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 8 22:50:09 UTC 2017 - jengelh@inai.de
- Update descriptions and RPM categories.
Replace old RPM macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 29 12:37:28 UTC 2017 - dimstar@opensuse.org Tue Aug 29 12:37:28 UTC 2017 - dimstar@opensuse.org

View File

@ -71,30 +71,30 @@ BuildRequires: translation-update-upstream
%endif %endif
%description %description
Here follows a list of plugins currently available in gedit-plugins: This package contains a number of plugins for gedit, such as:
* Bracket Completion Add automatically a closing bracket when you * Bracket Completion: Automatically adds a closing bracket when you
insert one insert an opening one
* Charmap Select characters from a charactermap * Charmap: Select characters from a charactermap
* Code Comment Comment or uncomment blocks of code * Code Comment: Comment or uncomment blocks of code
* Color picker Select and insert a color from a dialog (for html, * Color picker: Select and insert a color from a dialog (for html,
css, php) css, php)
* Join lines/ Split lines Join or split multiple lines through Ctrl+J * Join lines/Split lines: Join or split multiple lines through Ctrl+J
and Ctrl+Shift+J and Ctrl+Shift+J
* Session Saver Allow to bookmark working sessions in order to get * Session Saver: Allows to bookmark working sessions in order to get
them back for further use them back for further use
* Smart Spaces Allow to unindent like if you were using tabs while * Smart Spaces: Allows to unindent like if you were using tabs while
you're using spaces you're using spaces
* Show tabbar A very basic plugin which shows or hides the gedit tabbar * Show tabbar: A plugin to show or hide the gedit tabbar
* Terminal A simple terminal widget accessible from the bottom panel * Terminal: A terminal widget accessible from the bottom panel
%package -n %{name}-data %package -n %{name}-data
Summary: Common data required by plugins Summary: Common data required by gedit plugins
Group: Productivity/Editors/Other Group: Productivity/Editors/Other
Requires: gedit Requires: gedit
%description -n %{name}-data %description -n %{name}-data
Common files required by all plugins Common files required by gedit plugins
%package -n gedit-plugin-bookmarks %package -n gedit-plugin-bookmarks
Summary: Gedit bookmarks plugin Summary: Gedit bookmarks plugin
@ -259,8 +259,8 @@ The gedit wordcompletion plugin
%package -n gedit-plugin-zeitgeist %package -n gedit-plugin-zeitgeist
Summary: Zeitgeist dataprovider for gedit Summary: Zeitgeist dataprovider for gedit
Group: Productivity/Text/Editors
# For dashboard plugin # For dashboard plugin
Group: Productivity/Editors/Other
Requires: %{name}-data Requires: %{name}-data
Requires: gedit Requires: gedit
Requires: zeitgeist Requires: zeitgeist
@ -285,7 +285,7 @@ translation-update-upstream
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%makeinstall %make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name} %find_lang %{name}
%find_lang gedit %{name}.lang %find_lang gedit %{name}.lang