]> git.pld-linux.org Git - packages/e3.git/blame - e3.spec
e9be4ae6ca67090f8278dd6f2a6c9424 e3-editor.sh
[packages/e3.git] / e3.spec
CommitLineData
ef1f92dd 1Summary: Tiny edytor
2Summary(pl): Mikroedytorek
3Name: e3
4Version: 1.3
5Release: 1
6License: GPL
7Group: Applications/Editors
8Source0: %{name}-%{version}.tar.gz
9Patch0: %{name}-makefile.patch
10#URL:
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d99d1ddb 12ExclusiveArch: %{ix86}
ef1f92dd 13
14%description
15Small bootloader
16
17%prep
18%setup -q
19%patch0
20
21%build
22%{__make}
23
24%install
25rm -rf $RPM_BUILD_ROOT
26install -d $RPM_BUILD_ROOT%{_bindir}
27install -d $RPM_BUILD_ROOT%{_mandir}/man1
28install e3 $RPM_BUILD_ROOT%{_bindir}
29install e3 $RPM_BUILD_ROOT%{_bindir}
30install e3.man $RPM_BUILD_ROOT%{_mandir}/man1/e3.1
31for i in ws em pi vi ne; do ln -sf e3 $RPM_BUILD_ROOT%{_bindir}/e3${i}; done
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%attr(755,root,root) %{_bindir}/*
39%{_mandir}/man1/*
This page took 0.045028 seconds and 4 git commands to generate.