]> git.pld-linux.org Git - packages/moe.git/blame - moe.spec
- updated to 1.14
[packages/moe.git] / moe.spec
CommitLineData
d622b043
JB
1Summary: Powerful and user-friendly text editor
2Summary(pl.UTF-8): Funkcjonalny i przyjazny edytor tekstu
3Name: moe
651b15e3 4Version: 1.14
d622b043
JB
5Release: 1
6License: GPL v2+
7Group: Applications/Editors
8Source0: https://ftp.gnu.org/gnu/moe/%{name}-%{version}.tar.lz
651b15e3 9# Source0-md5: d8bbcdfac39afedcd5baf430af310ef6
d622b043
JB
10Patch0: %{name}-info.patch
11URL: http://www.gnu.org/software/moe/
12BuildRequires: libstdc++-devel >= 6:4.7
4b7c7135 13BuildRequires: lzip
d622b043
JB
14BuildRequires: ncurses-devel >= 5.6
15BuildRequires: tar >= 1:1.22
16BuildRequires: texinfo
d622b043
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859-15
21and ASCII character encodings. It has a modeless, user-friendly
22interface, online help, multiple windows, unlimited undo/redo
23capability, unlimited line length, unlimited buffers, global
24search/replace (on all buffers at once), block operations, automatic
25indentation, word wrapping, file name completion, directory browser,
26duplicate removal from prompt histories, delimiter matching, text
27conversion from/to UTF-8, romanization, etc.
28
29%description -l pl.UTF-8
30GNU moe to funkcjonalny konsolowy edytor tekstu, obsługujący kodowania
318-bitowe ISO-8859-15 i ASCII. Ma przyjazny interfejs użytkownika bez
32różnych trybów, pomoc online, wiele okien, nieograniczone undo/redo,
33nieograniczoną długość linii, nieograniczone bufory, globalne funkcje
34znajdź/zastąp (na wszystkich buforach jednocześnie), operacje blokowe,
35automatyczne wcięcia, zawijanie słów, dopełnianie nazw plików,
36przeglądarkę katalogów, usuwanie duplikatów z historii, dopasowywanie
37ogranicznikó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
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -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
3d47f7e4 67%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/moe.conf
d622b043
JB
68%{_mandir}/man1/moe.1*
69%{_infodir}/moe.info*
This page took 0.159084 seconds and 4 git commands to generate.