04a948f66f
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1149505 OBS-URL: https://build.opensuse.org/package/show/editors/mp?expand=0&rev=6
161 lines
6.1 KiB
RPMSpec
161 lines
6.1 KiB
RPMSpec
#
|
|
# spec file for package mp
|
|
#
|
|
# 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
|
|
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
|
|
Source6: %{name}-5-gtk3.desktop
|
|
Patch0: %{name}-docdir.patch
|
|
BuildRequires: fdupes
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
%if 0%{?suse_version} < 1500
|
|
Requires(post): update-desktop-files
|
|
Requires(postun): update-desktop-files
|
|
%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).
|
|
* 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
|
|
export CFLAGS="%{optflags}"
|
|
./config.sh --prefix=%{_prefix} --docdir=%{_docdir}/mp-5
|
|
make %{?_smp_mflags}
|
|
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
|
|
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}
|
|
|
|
%if 0%{?suse_version} < 1500
|
|
%post
|
|
%desktop_database_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%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
|
|
|
|
%files gtk3
|
|
%{_bindir}/%{name}-5-gtk3
|
|
%{_datadir}/applications/%{name}-5-gtk3.desktop
|
|
%{_mandir}/man1/%{name}-5-gtk3.1%{ext_man}
|
|
|
|
%changelog
|