Author: qboosh Date: Sun Jan 23 13:55:01 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/aspell-sq: aspell-sq.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/aspell-sq/aspell-sq.spec diff -u /dev/null packages/aspell-sq/aspell-sq.spec:1.1 --- /dev/null Sun Jan 23 14:55:01 2011 +++ packages/aspell-sq/aspell-sq.spec Sun Jan 23 14:54:56 2011 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Albanian dictionary for aspell +Summary(pl.UTF-8): Słownik albański dla aspella +Name: aspell-sq +Version: 0.1 +Release: 1 +License: GPL v2 +Group: Applications/Text +Source0: http://psychology.rutgers.edu/~zaimi/html/%{name}-%{version}.tgz +# Source0-md5: 40604173946cf75a2baa3f312ce724af +URL: http://psychology.rutgers.edu/~zaimi/software.html +BuildRequires: aspell >= 2:0.50 +Requires: aspell >= 2:0.50 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Albanian dictionary (i.e. word list) for aspell. + +%description -l pl.UTF-8 +Słownik albański (lista słów) dla aspella. + +%prep +%setup -q + +%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/sq.* +%{_datadir}/aspell/sq.dat +%{_datadir}/aspell/sq_phonet.dat + +%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 13:54:56 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
