packages: diakonos/diakonos.spec (NEW) - added to repo

lisu lisu at pld-linux.org
Mon Aug 29 10:29:13 CEST 2011


Author: lisu                         Date: Mon Aug 29 08:29:13 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added to repo

---- Files affected:
packages/diakonos:
   diakonos.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/diakonos/diakonos.spec
diff -u /dev/null packages/diakonos/diakonos.spec:1.1
--- /dev/null	Mon Aug 29 10:29:13 2011
+++ packages/diakonos/diakonos.spec	Mon Aug 29 10:29:07 2011
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+#
+# TODO: custom user for config
+#
+Summary:	Customizable and usable console-based text editor
+Name:		diakonos
+Version:	0.9.0
+Release:	0.1
+License:	MIT
+Group:		Applications
+Source0:	http://diakonos.pist0s.ca/archives/%{name}-%{version}.tar.bz2
+# Source0-md5:	237b86e00db10296e1beac3725516ae9
+URL:		http://diakonos.pist0s.ca/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Diakonos is a customizable, usable console-based text editor. It
+features arbitrary language scripting, an interactive help system,
+bookmarking, regular expression searching, parsed ("smart")
+indentation, macro recording and playback, a multi-element clipboard,
+multi-level undo, a customizable status line, completely customizable
+keyboard mapping, and customizable syntax highlighting.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__ruby} install.rb \
+	--lib-dir %{ruby_rubylibdir} \
+	--dest-dir $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README.rdoc
+%attr(755,root,root) %{_bindir}/diakonos
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/diakonos.conf
+%{ruby_rubylibdir}/diakonos.rb
+%{ruby_rubylibdir}/diakonos
+%{_datadir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/08/29 08:29:07  lisu
+- added to repo
+
================================================================


More information about the pld-cvs-commit mailing list