From 7b8eea5ecc68793442724880eae69c0f974e8a61 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 9 Apr 2007 09:02:36 +0000 Subject: [PATCH] - new Changed files: aspell-fy.spec -> 1.1 --- aspell-fy.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 aspell-fy.spec diff --git a/aspell-fy.spec b/aspell-fy.spec new file mode 100644 index 0000000..e0ea18b --- /dev/null +++ b/aspell-fy.spec @@ -0,0 +1,44 @@ +Summary: Frisian dictionary for aspell +Summary(pl.UTF-8): Słownik fryzyjski dla aspella +Name: aspell-fy +Version: 0.11 +%define subv 0 +Release: 1 +License: GPL v2+ +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/fy/aspell6-fy-%{version}-%{subv}.tar.bz2 +# Source0-md5: 33bfa9e3f644bb9a789c722f5cfdd669 +URL: http://aspell.net/ +BuildRequires: aspell >= 3:0.60 +Requires: aspell >= 3:0.60 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Frisian dictionary (i.e. word list) for aspell. + +%description -l pl.UTF-8 +Słownik fryzyjski (lista słów) dla aspella. + +%prep +%setup -q -n aspell6-fy-%{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/* -- 2.44.0