SPECS: aspell-te.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Tue Nov 8 14:57:18 CET 2005
Author: qboosh Date: Tue Nov 8 13:57:18 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
aspell-te.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/aspell-te.spec
diff -u /dev/null SPECS/aspell-te.spec:1.1
--- /dev/null Tue Nov 8 14:57:18 2005
+++ SPECS/aspell-te.spec Tue Nov 8 14:57:13 2005
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: Telugu dictionary for aspell
+Summary(pl): Słownik telugu dla aspella
+Name: aspell-te
+Version: 0.01
+%define subv 2
+Release: 1
+Epoch: 1
+License: GPL v2
+Group: Applications/Text
+Source0: ftp://ftp.gnu.org/gnu/aspell/dict/te/aspell6-te-%{version}-%{subv}.tar.bz2
+# Source0-md5: 645f7f7204520552cddbe1c9ae64df2a
+URL: http://aspell.sourceforge.net/
+BuildRequires: aspell >= 3:0.60.0
+Requires: aspell >= 3:0.60.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Telugu dictionary (i.e. word list) for aspell.
+
+%description -l pl
+Słownik telugu (lista słów) dla aspella.
+
+%prep
+%setup -q -n aspell6-te-%{version}-%{subv}
+
+%build
+# note: configure is not autoconf-generated
+./configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Copyright README
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
+
+%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 2005/11/08 13:57:13 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list