SPECS: nltk_lite-corpora.spec (NEW) - initial
arekm
arekm at pld-linux.org
Sun May 27 00:28:19 CEST 2007
Author: arekm Date: Sat May 26 22:28:19 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
nltk_lite-corpora.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/nltk_lite-corpora.spec
diff -u /dev/null SPECS/nltk_lite-corpora.spec:1.1
--- /dev/null Sun May 27 00:28:19 2007
+++ SPECS/nltk_lite-corpora.spec Sun May 27 00:28:14 2007
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+Summary: Natural Language Toolkit Database
+Name: nltk_lite-corpora
+Version: 0.7.5
+Release: 1
+License: BSD
+Group: Development/Libraries
+Source0: http://dl.sourceforge.net/nltk/%{name}-%{version}.zip
+# Source0-md5: 9bc74c1b4c1fe5f0254eb9cd10e68d0f
+URL: http://nltk.sourceforge.net/
+BuildRequires: unzip
+Requires: python-nltk_lite
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Natural Langauge Toolkit (NLTK-Lite) database.
+
+%prep
+%setup -qc
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/nltk_lite
+
+cp -a * $RPM_BUILD_ROOT%{_datadir}/nltk_lite
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/nltk_lite
+
+%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 2007/05/26 22:28:14 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list