]> git.pld-linux.org Git - packages/aee.git/blob - aee.spec
- tabs in preamble
[packages/aee.git] / aee.spec
1 Summary:        An easy to use text editor
2 Summary(pl.UTF-8):      Łatwy w użyciu edytor tekstowy
3 Name:           aee
4 Version:        2.2.15b
5 Release:        1
6 License:        Artistic
7 Group:          Applications/Editors
8 Source0:        http://mahon.cwx.net/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  f8c3a4196f1bfd46beb6b76d73ecb7a2
10 Patch0:         %{name}-conf.patch
11 URL:            http://mahon.cwx.net/
12 BuildRequires:  XFree86-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 An easy to use text editor. Intended to be usable with little or no
17 instruction. Provides both a terminal (curses based) interface and
18 native X Window System interface (in which case the executable is
19 called xae). Features include pop-up menus, journalling (to recover
20 from system crash or loss of connection), cut-and-paste, multiple
21 buffers (associated with files or not), and much more.
22
23 %description -l pl.UTF-8
24 Łatwy w użyciu edytor tekstu. Ma być używalny z niewielką albo i bez
25 żadnej instrukcji. Ma zarówno interfejs terminalowy (oparty na
26 curses), jak i natywny interfejs X Window System (w tym wypadku
27 binarka nazywa się xae). Możliwości obejmują wyskakujące menu,
28 kronikę (do odtwarzania danych po padzie systemu lub utracie
29 połączenia), wytnij-i-wklej, wiele buforów (powiązanych z plikami lub
30 nie) i wiele więcej.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 %{__make} both \
38         OPTFLAGS="%{rpmcflags} -L%{_prefix}/X11R6/%{_lib}"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
43 install -D xae $RPM_BUILD_ROOT%{_bindir}/xae
44 install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
45 install -D help.ae $RPM_BUILD_ROOT%{_datadir}/%{name}/help.ae
46 ln -sf aee $RPM_BUILD_ROOT%{_bindir}/rae
47 ln -sf xae $RPM_BUILD_ROOT%{_bindir}/rxae
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc Artistic README.aee aee.1.ps aee.i18n.guide keypad
55 %attr(755,root,root) %{_bindir}/*
56 %dir %{_datadir}/%{name}
57 %{_datadir}/%{name}/help.ae
58 %{_mandir}/man1/*
This page took 0.053825 seconds and 3 git commands to generate.