From 57e5e8b7d3cec778fe4abb15cbea7bd13b356426 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 1 Aug 2012 17:43:37 +0200 Subject: [PATCH 1/1] - new --- aspell-hus.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 aspell-hus.spec diff --git a/aspell-hus.spec b/aspell-hus.spec new file mode 100644 index 0000000..258dd88 --- /dev/null +++ b/aspell-hus.spec @@ -0,0 +1,46 @@ +Summary: Huastec dictionary for aspell +Summary(pl.UTF-8): Słownik języka wastek dla aspella +Name: aspell-hus +Version: 0.03 +%define subv 1 +Release: 1 +License: GPL v3+ +Group: Applications/Text +Source0: http://ftp.gnu.org/gnu/aspell/dict/hus/aspell6-hus-%{version}-%{subv}.tar.bz2 +# Source0-md5: 0414c746826b4f9d7e606ca60c44f102 +URL: http://aspell.net/ +BuildRequires: aspell >= 3:0.60 +Requires: aspell >= 3:0.60 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Huastec dictionary (i.e. word list) for aspell. + +%description -l pl.UTF-8 +Słownik (lista słów) języka wastek dla aspella. + +%prep +%setup -q -n aspell6-hus-%{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/hus.multi +%{_libdir}/aspell/hus.rws +%{_datadir}/aspell/hus.dat +%{_datadir}/aspell/hus_affix.dat -- 2.43.0