SPECS: irssi-script-spellcheck.spec (NEW) - new
glen
glen at pld-linux.org
Sun Nov 16 18:08:03 CET 2008
Author: glen Date: Sun Nov 16 17:08:03 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
irssi-script-spellcheck.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/irssi-script-spellcheck.spec
diff -u /dev/null SPECS/irssi-script-spellcheck.spec:1.1
--- /dev/null Sun Nov 16 18:08:03 2008
+++ SPECS/irssi-script-spellcheck.spec Sun Nov 16 18:07:57 2008
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.perl
+Summary: Irssi script to check for spelling errors using Aspell
+Name: irssi-script-spellcheck
+Version: 0.4
+Release: 0.1
+License: distributable
+Group: Applications/Communications
+Source0: http://outpo.st/irssi/spellcheck.pl
+# Source0-md5: a0c39a5531f487c99d398bddde773a69
+URL: http://outpo.st/irssi/
+BuildRequires: rpm-perlprov >= 4.1-13
+Requires: irssi >= 0.8.12-7
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _scriptdir %{_prefix}/share/irssi/scripts
+
+%description
+Works as you type, marking words when Aspell thinks a word was
+misspelled.
+
+It also adds suggestions to the list of tabcompletions, so once you
+know last word is wrong, you can go back and tabcomplete through what
+Aspell suggests.
+
+%prep
+%setup -qcT
+install %{SOURCE0} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_scriptdir}
+install *.pl $RPM_BUILD_ROOT%{_scriptdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_scriptdir}/spellcheck.pl
+
+%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 2008/11/16 17:07:57 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list