Author: qboosh Date: Mon Jul 21 05:45:18 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: aspell-tk.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/aspell-tk.spec diff -u /dev/null SPECS/aspell-tk.spec:1.1 --- /dev/null Mon Jul 21 07:45:18 2008 +++ SPECS/aspell-tk.spec Mon Jul 21 07:45:13 2008 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Turkmen dictionary for aspell +Summary(pl.UTF-8): Słownik turkmeński dla aspella +Name: aspell-tk +Version: 0.01 +%define subv 0 +Release: 1 +Epoch: 1 +License: GPL v2+ +Group: Applications/Text +Source0: http://ftp.gnu.org/gnu/aspell/dict/tk/aspell5-tk-%{version}-%{subv}.tar.bz2 +# Source0-md5: acf208c098538eeacef444baf123ea3c +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 2:0.50.0 +Requires: aspell >= 2:0.50.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Turkmen dictionary (i.e. word list) for aspell. + +%description -l pl.UTF-8 +Słownik turkmeński (lista słów) dla aspella. + +%prep +%setup -q -n aspell5-tk-%{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 2008/07/21 05:45:13 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
