]> git.pld-linux.org Git - packages/aee.git/blame - aee.spec
- xorg deps
[packages/aee.git] / aee.spec
CommitLineData
9f243545 1Summary: An easy to use text editor
e4dca905 2Summary(pl.UTF-8): Łatwy w użyciu edytor tekstowy
9f243545 3Name: aee
4Version: 2.2.15b
5Release: 1
6License: Artistic
7Group: Applications/Editors
9f243545 8Source0: http://mahon.cwx.net/sources/%{name}-%{version}.tar.gz
3a57bf62 9# Source0-md5: f8c3a4196f1bfd46beb6b76d73ecb7a2
9f243545 10Patch0: %{name}-conf.patch
3a57bf62 11URL: http://mahon.cwx.net/
04c53d6e 12BuildRequires: xorg-lib-libX11-devel
9f243545 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16An easy to use text editor. Intended to be usable with little or no
17instruction. Provides both a terminal (curses based) interface and
3a57bf62
JB
18native X Window System interface (in which case the executable is
19called xae). Features include pop-up menus, journalling (to recover
20from system crash or loss of connection), cut-and-paste, multiple
21buffers (associated with files or not), and much more.
22
70cfcc5f
JR
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
3a57bf62 26curses), jak i natywny interfejs X Window System (w tym wypadku
70cfcc5f
JR
27binarka nazywa się xae). Możliwości obejmują wyskakujące menu,
28kronikę (do odtwarzania danych po padzie systemu lub utracie
29połączenia), wytnij-i-wklej, wiele buforów (powiązanych z plikami lub
30nie) i wiele więcej.
9f243545 31
32%prep
33%setup -q
34%patch0 -p1
35
36%build
37%{__make} both \
04c53d6e 38 OPTFLAGS="%{rpmcflags}"
9f243545 39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
43install -D xae $RPM_BUILD_ROOT%{_bindir}/xae
44install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
45install -D help.ae $RPM_BUILD_ROOT%{_datadir}/%{name}/help.ae
46ln -sf aee $RPM_BUILD_ROOT%{_bindir}/rae
47ln -sf xae $RPM_BUILD_ROOT%{_bindir}/rxae
48
49%clean
50rm -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.073466 seconds and 4 git commands to generate.