From 17d68d298dfa7e799e26096b26a127941381cedd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 28 Dec 2006 21:36:19 +0000 Subject: [PATCH] - new Changed files: aspell-hy.spec -> 1.1 --- aspell-hy.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 aspell-hy.spec diff --git a/aspell-hy.spec b/aspell-hy.spec new file mode 100644 index 0000000..6a6809f --- /dev/null +++ b/aspell-hy.spec @@ -0,0 +1,45 @@ +Summary: Armenian dictionary for aspell +Summary(pl): S³ownik armeñski dla aspella +Name: aspell-hy +Version: 0.0.2 +%define subv 0 +Release: 1 +Epoch: 1 +License: GPL v2+ +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/hy/aspell6-hy-%{version}-%{subv}.tar.bz2 +# Source0-md5: eeca157be8f6dd7aa5145b295c08040a +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 3:0.60 +Requires: aspell >= 3:0.60 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Armenian dictionary (i.e. word list) for aspell. + +%description -l pl +S³ownik armeñski (lista s³ów) dla aspella. + +%prep +%setup -q -n aspell6-hy-%{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/ChangeLog +%{_libdir}/aspell/* +%{_datadir}/aspell/* -- 2.44.0