SHA256
1
0
forked from pool/mp
mp/mp.spec

161 lines
6.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package mp
#
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: mp
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
Version: 5.2.13
Release: 0
Summary: A text editor for programmers
License: GPL-2.0
Group: Productivity/Text/Editors
Url: http://triptico.com/software/mp.html
Source0: http://triptico.com/download/mp/mp-%{version}.tar.gz
Source1: http://triptico.com/download/mp/mp-%{version}.tar.gz.asc
Source2: %{name}.keyring
Source3: %{name}-5.desktop
Source4: %{name}-5.png
Source5: %{name}-rpmlintrc
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
Source6: %{name}-5-gtk3.desktop
Patch0: %{name}-docdir.patch
BuildRequires: fdupes
BuildRequires: ncurses-devel
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(gtk+-3.0)
%if 0%{?suse_version} < 1500
Requires(post): update-desktop-files
Requires(postun): update-desktop-files
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
%endif
%description
Minimum Profit
A text editor for programmers
Features
* Fully scriptable using a C-like scripting language.
* Unlimited undo levels.
* Complete Unicode support.
* Multiple files can be edited at the same time and blocks copied and pasted among them.
* Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts,
Ruby, Php, Python, HTML...
* Creative use of tags: tags created by the external utility ctags are used to move
instantaneously to functions or variables inside your current source tree. Tags are
visually highlighted (underlined), and symbol completion can be triggered to avoid typing
your own function names over and over.
* Intelligent help system: pressing F1 over any word of a text being edited triggers the
underlying system help (calling man when editing C or Shell files, perldoc with Perl, ri
on Ruby, winhelp on MS Windows...).
* Understandable interface: drop-down menus, reasonable default key bindings.
* Configurable keys, menus and colors.
* Text templates can be easily defined / accessed.
* Multiplatform: Console/curses, GTK+, MS Windows.
* Automatic indentation, word wrapping, internal grep, learning / repeating functions.
* Spellchecking support (via the ispell package).
* Multilingual.
* Password-protected, encrypted text files (using the ARCFOUR algorithm).
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
* It helps you abandon vi, emacs and other six-legged freaks definitely.
%package gtk3
Summary: A text editor for programmers (GTK+3 version)
Group: Productivity/Text/Editors
Requires: %{name} = %{version}
%description gtk3
Minimum Profit
A text editor for programmers (GTK+3 version)
Features
* Fully scriptable using a C-like scripting language.
* Unlimited undo levels.
* Complete Unicode support.
* Multiple files can be edited at the same time and blocks copied and pasted among them.
* Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts,
Ruby, Php, Python, HTML...
* Creative use of tags: tags created by the external utility ctags are used to move
instantaneously to functions or variables inside your current source tree. Tags are
visually highlighted (underlined), and symbol completion can be triggered to avoid typing
your own function names over and over.
* Intelligent help system: pressing F1 over any word of a text being edited triggers the
underlying system help (calling man when editing C or Shell files, perldoc with Perl, ri
on Ruby, winhelp on MS Windows...).
* Understandable interface: drop-down menus, reasonable default key bindings.
* Configurable keys, menus and colors.
* Text templates can be easily defined / accessed.
* Multiplatform: Console/curses, GTK+, MS Windows.
* Automatic indentation, word wrapping, internal grep, learning / repeating functions.
* Spellchecking support (via the ispell package).
* Multilingual.
* Password-protected, encrypted text files (using the ARCFOUR algorithm).
* It helps you abandon vi, emacs and other six-legged freaks definitely.
%prep
%autosetup -p1
%build
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
export CFLAGS="%{optflags}"
./config.sh --prefix=%{_prefix} --docdir=%{_docdir}/mp-5
make %{?_smp_mflags}
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
mv mp-5 mp-5-qt5
WITHOUT_QT5=1 WITHOUT_QT4=1 ./config.sh --prefix=%{_prefix} --docdir=%{_docdir}/mp-5
make %{?_smp_mflags}
mv mp-5 mp-5-gtk3
mv mp-5-qt5 mp-5
%install
%make_install
install -D -p -m 644 %{SOURCE3} %{buildroot}/%{_datadir}/applications/%{name}-5.desktop
install -D -p -m 644 %{SOURCE4} %{buildroot}/%{_datadir}/pixmaps/%{name}-5.png
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
install -p -m 644 %{SOURCE6} %{buildroot}/%{_datadir}/applications/%{name}-5-gtk3.desktop
install -m 755 mp-5-gtk3 %{buildroot}%{_bindir}/mp-5-gtk3
install -m 644 mp-5.1 %{buildroot}/%{_mandir}/man1/mp-5-gtk3.1
%suse_update_desktop_file %{name}-5 TextEditor
%find_lang minimum-profit
rm %{buildroot}%{_datadir}/doc/packages/mp-5/mpsl_quickref.ps
%fdupes -s %{buildroot}
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
%if 0%{?suse_version} < 1500
%post
%desktop_database_post
%postun
%desktop_database_postun
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
%endif
%files -f minimum-profit.lang
%{_bindir}/%{name}-5
%{_bindir}/%{name}sl
%dir %{_docdir}/%{name}-5
%{_docdir}/%{name}-5/*
%{_mandir}/man1/%{name}-5.1%{ext_man}
%dir %{_datadir}/%{name}-5
%{_datadir}/%{name}-5/*
%{_datadir}/applications/%{name}-5.desktop
%{_datadir}/pixmaps/%{name}-5.png
Accepting request 580337 from home:alois:branches:editors - Update to version 5.2.13 New features: * This release includes Qt5 support. version 5.2.12 New features: * This version includes a new driver for raw ANSI terminals, for systems who don't (want to) have libncursesw. * The cursor position for every file is remembered from session to session. Fixed bugs: * Fixed action `open_under_cursor' (again). * Fixed behaviour inconsistency between actions `seek' and `seek-next'. * Fixed action `sync' (save all modified files). Other features: * Version numbering convention has changed: development versions shall no longer have (CURRENTVERSION+1)-dev, but (CURRENTVERSION)-patch. version 5.2.11 This version includes the following lot of features by fellow developer X-Ryl669: * New cut line action (copy and delete line), bound by default to ctrl-k. * New key assignation to document list (ctrl-e). * Fix ncurses detection for recent distributions. * Added suspension (bound to ctrl-l) for curses driver. * Added word selection with mouse double-click. * Paste in ncurses prompt. * New seek matching brace feature, bound to ctrl-j. * Text search wraps to the top of the document as many other text editors do. * Several miscellaneous fixes. Other features: * Window position and size is saved in all GUI interfaces. - Switched build to Qt5 and GTK+3 - Split gtk3 executable into subpackage - Added mp-5-gtk3.desktop as source OBS-URL: https://build.opensuse.org/request/show/580337 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=4
2018-02-27 20:04:32 +00:00
%files gtk3
%{_bindir}/%{name}-5-gtk3
%{_datadir}/applications/%{name}-5-gtk3.desktop
%{_mandir}/man1/%{name}-5-gtk3.1%{ext_man}
%changelog