Author: qboosh Date: Sun Jan 23 10:43:10 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/aspell-ast: aspell-ast.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/aspell-ast/aspell-ast.spec diff -u /dev/null packages/aspell-ast/aspell-ast.spec:1.1 --- /dev/null Sun Jan 23 11:43:10 2011 +++ packages/aspell-ast/aspell-ast.spec Sun Jan 23 11:43:05 2011 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +Summary: Asturian dictionary for aspell +Summary(pl.UTF-8): Słownik asturski dla aspella +Name: aspell-ast +Version: 0.01 +Release: 1 +Epoch: 1 +License: GPL v2 +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/ast/aspell6-ast-%{version}.tar.bz2 +# Source0-md5: 28955414fef2bc3e5395d45e051bdcd9 +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 +Asturian dictionary (i.e. word list) for aspell. + +%description -l pl.UTF-8 +Słownik asturski (lista słów) dla aspella. + +%prep +%setup -q -n aspell6-ast-%{version} + +%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 README +%{_libdir}/aspell/ast.* +%{_libdir}/aspell/asturianu.alias +%{_datadir}/aspell/ast.dat +%{_datadir}/aspell/ast_affix.dat +%{_datadir}/aspell/l-ast.* + +%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 2011/01/23 10:43:05 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
