SPECS: aspell-am.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Sep 4 12:01:55 CEST 2005


Author: qboosh                       Date: Sun Sep  4 10:01:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   aspell-am.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/aspell-am.spec
diff -u /dev/null SPECS/aspell-am.spec:1.1
--- /dev/null	Sun Sep  4 12:01:55 2005
+++ SPECS/aspell-am.spec	Sun Sep  4 12:01:49 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Amharic dictionary for aspell
+Summary(pl):	Słownik amharski dla aspella
+Name:		aspell-he
+Version:	0.03
+%define	subv	1
+Release:	1
+License:	Public Domain
+Group:		Applications/Text
+Source0:	ftp://ftp.gnu.org/gnu/aspell/dict/am/aspell6-am-%{version}-%{subv}.tar.bz2
+# Source0-md5:	7e28708b53bd4bc3008dfb04237413ac
+URL:		http://aspell.sourceforge.net/
+BuildRequires:	aspell >= 3:0.60
+Requires:	aspell >= 3:0.60
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Amharic dictionary (i.e. word list) for aspell.
+
+%description -l pl
+Słownik amharski (lista słów) dla aspella.
+
+%prep
+%setup -q -n aspell6-am-%{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 doc/STATUS
+%{_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/09/04 10:01:49  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list