]> git.pld-linux.org Git - packages/aee.git/blob - aee.spec
9e6981aaf15ee8daa545c6c546a4d0b361b68205
[packages/aee.git] / aee.spec
1 Summary:        An easy to use text editor
2 Summary(pl):    £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 URL:            http://mahon.cwx.net/
9 Source0:        http://mahon.cwx.net/sources/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-conf.patch
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 An easy to use text editor. Intended to be usable with little or no
16 instruction. Provides both a terminal (curses based) interface and
17 native X-Windows interface (in which case the executable is called
18 xae). Features include pop-up menus, journalling (to recover from
19 system crash or loss of connection), cut-and-paste, multiple buffers
20 (associated with files or not), and much more.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__make} both \
28         OPTFLAGS="%{rpmcflags} -L%{_prefix}/X11R6/%{_lib}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
33 install -D xae $RPM_BUILD_ROOT%{_bindir}/xae
34 install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
35 install -D help.ae $RPM_BUILD_ROOT%{_datadir}/%{name}/help.ae
36 ln -sf aee $RPM_BUILD_ROOT%{_bindir}/rae
37 ln -sf xae $RPM_BUILD_ROOT%{_bindir}/rxae
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Artistic README.aee aee.1.ps aee.i18n.guide keypad
45 %attr(755,root,root) %{_bindir}/*
46 %dir %{_datadir}/%{name}
47 %{_datadir}/%{name}/help.ae
48 %{_mandir}/man1/*
This page took 0.069362 seconds and 2 git commands to generate.