]> git.pld-linux.org Git - packages/moe.git/blob - moe.spec
- updated to 1.14
[packages/moe.git] / moe.spec
1 Summary:        Powerful and user-friendly text editor
2 Summary(pl.UTF-8):      Funkcjonalny i przyjazny edytor tekstu
3 Name:           moe
4 Version:        1.14
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Editors
8 Source0:        https://ftp.gnu.org/gnu/moe/%{name}-%{version}.tar.lz
9 # Source0-md5:  d8bbcdfac39afedcd5baf430af310ef6
10 Patch0:         %{name}-info.patch
11 URL:            http://www.gnu.org/software/moe/
12 BuildRequires:  libstdc++-devel >= 6:4.7
13 BuildRequires:  lzip
14 BuildRequires:  ncurses-devel >= 5.6
15 BuildRequires:  tar >= 1:1.22
16 BuildRequires:  texinfo
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859-15
21 and ASCII character encodings. It has a modeless, user-friendly
22 interface, online help, multiple windows, unlimited undo/redo
23 capability, unlimited line length, unlimited buffers, global
24 search/replace (on all buffers at once), block operations, automatic
25 indentation, word wrapping, file name completion, directory browser,
26 duplicate removal from prompt histories, delimiter matching, text
27 conversion from/to UTF-8, romanization, etc.
28
29 %description -l pl.UTF-8
30 GNU moe to funkcjonalny konsolowy edytor tekstu, obsługujący kodowania
31 8-bitowe ISO-8859-15 i ASCII. Ma przyjazny interfejs użytkownika bez
32 różnych trybów, pomoc online, wiele okien, nieograniczone undo/redo,
33 nieograniczoną długość linii, nieograniczone bufory, globalne funkcje
34 znajdź/zastąp (na wszystkich buforach jednocześnie), operacje blokowe,
35 automatyczne wcięcia, zawijanie słów, dopełnianie nazw plików,
36 przeglądarkę katalogów, usuwanie duplikatów z historii, dopasowywanie
37 ograniczników, konwersję tekstu z/do UTF-8, sprowadzanie do alfabetu
38 łacińskiego itp.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post   -p /sbin/postshell
58 -/usr/sbin/fix-info-dir -c %{_infodir}
59
60 %postun -p /sbin/postshell
61 -/usr/sbin/fix-info-dir -c %{_infodir}
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README
66 %attr(755,root,root) %{_bindir}/moe
67 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/moe.conf
68 %{_mandir}/man1/moe.1*
69 %{_infodir}/moe.info*
This page took 0.100814 seconds and 4 git commands to generate.