Author: qboosh Date: Fri Aug 25 16:46:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: aspell-ar.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/aspell-ar.spec diff -u /dev/null SPECS/aspell-ar.spec:1.1 --- /dev/null Fri Aug 25 18:46:55 2006 +++ SPECS/aspell-ar.spec Fri Aug 25 18:46:50 2006 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Arabic dictionary for aspell +Summary(pl): Słownik arabski dla aspella +Name: aspell-ar +Version: 1.2 +%define subv 0 +Release: 1 +Epoch: 1 +License: GPL v2+ +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/ar/aspell6-ar-%{version}-%{subv}.tar.bz2 +# Source0-md5: 154cf762bafdd02db419b62191138738 +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 +Arabic dictionary (i.e. word list) for aspell. + +%description -l pl +Słownik arabski (lista słów) dla aspella. + +%prep +%setup -q -n aspell6-ar-%{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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/25 16:46:50 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
