]> git.pld-linux.org Git - packages/diakonos.git/blame - diakonos.spec
- more TODO
[packages/diakonos.git] / diakonos.spec
CommitLineData
05149b89 1#
15cb7c48 2# TODO: - custom user for config
3# - check files perms
05149b89 4#
5Summary: Customizable and usable console-based text editor
6Name: diakonos
7Version: 0.9.0
8Release: 0.1
9License: MIT
10Group: Applications
11Source0: http://diakonos.pist0s.ca/archives/%{name}-%{version}.tar.bz2
12# Source0-md5: 237b86e00db10296e1beac3725516ae9
13URL: http://diakonos.pist0s.ca/
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Diakonos is a customizable, usable console-based text editor. It
19features arbitrary language scripting, an interactive help system,
20bookmarking, regular expression searching, parsed ("smart")
21indentation, macro recording and playback, a multi-element clipboard,
22multi-level undo, a customizable status line, completely customizable
23keyboard mapping, and customizable syntax highlighting.
24
25%prep
26%setup -q
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__ruby} install.rb \
32 --lib-dir %{ruby_rubylibdir} \
33 --dest-dir $RPM_BUILD_ROOT
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc CHANGELOG README.rdoc
41%attr(755,root,root) %{_bindir}/diakonos
42%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/diakonos.conf
43%{ruby_rubylibdir}/diakonos.rb
44%{ruby_rubylibdir}/diakonos
45%{_datadir}/%{name}
This page took 0.083506 seconds and 4 git commands to generate.