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