From c3322204f99fd77d2ffb5771dda2623b067c597a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 28 Nov 2004 23:48:30 +0000 Subject: [PATCH 1/1] - new Changed files: aspell-fi.spec -> 1.1 --- aspell-fi.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 aspell-fi.spec diff --git a/aspell-fi.spec b/aspell-fi.spec new file mode 100644 index 0000000..bdf3a5f --- /dev/null +++ b/aspell-fi.spec @@ -0,0 +1,44 @@ +Summary: Finnish dictionary for aspell +Summary(pl): Fiñski s³ownik dla aspella +Name: aspell-fi +Version: 0.7 +%define subv 0 +Release: 1 +License: GPL v2 +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/fi/aspell6-fi-%{version}-%{subv}.tar.bz2 +# Source0-md5: 6d1032116982c0efab1af8fce83259c0 +URL: http://wordlist.sourceforge.net/ +BuildRequires: aspell >= 3:0.60 +Requires: aspell >= 3:0.60 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Finnish dictionary (i.e. word list) for aspell. + +%description -l pl +Fiñski s³ownik (lista s³ów) dla aspella. + +%prep +%setup -q -n aspell6-fi-%{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