Author: czarny Date: Sun Oct 21 11:05:17 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new based on nltk_lite-corpora
---- Files affected: SPECS: nltk-data.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nltk-data.spec diff -u /dev/null SPECS/nltk-data.spec:1.1 --- /dev/null Sun Oct 21 13:05:17 2007 +++ SPECS/nltk-data.spec Sun Oct 21 13:05:12 2007 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Natural Language Toolkit Database +Summary(pl.UTF-8): Baza danych dla pakietu Natural Language Toolkit +Name: nltk-data +Version: 0.9 +Release: 0.1 +License: BSD +Group: Development/Libraries +Source0: http://dl.sourceforge.net/nltk/%{name}-%{version}.zip +# Source0-md5: b2dffb82175857dce950fd1f01896c9d +URL: http://nltk.sourceforge.net/ +BuildRequires: unzip +Requires: python-nltk +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Natural Langauge Toolkit (NLTK-Lite) database. + +%description -l pl.UTF-8 +Baza danych dla pakietu Natural Language Toolkit (NLTK-Lite). + +%prep +%setup -qc + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/nltk + +cp -a * $RPM_BUILD_ROOT%{_datadir}/nltk + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_datadir}/nltk + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/10/21 11:05:12 czarny +- new based on nltk_lite-corpora + +Revision 1.2 2007/05/27 22:39:08 qboosh +- pl + +Revision 1.1 2007/05/26 22:28:14 arekm +- initial ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
