From 321409ad38c33f7097c44d70517cab50b4b0470e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 4 May 2002 19:35:30 +0000 Subject: [PATCH] - new Changed files: aspell-fo.spec -> 1.1 --- aspell-fo.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 aspell-fo.spec diff --git a/aspell-fo.spec b/aspell-fo.spec new file mode 100644 index 0000000..51520b6 --- /dev/null +++ b/aspell-fo.spec @@ -0,0 +1,46 @@ +Summary: Faroese dictionary for aspell +Summary(pl): Farerski s³ownik dla aspella +Name: aspell-fo +Version: 0.1 +%define subv 3 +Release: 1 +License: GPL +Group: Applications/Text +Source0: http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2 +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell +Requires: aspell +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Faroese dictionary (i.e. word list) for aspell. + +%description -l pl +Farerski s³ownik (lista s³ów) dla aspella. + +%prep +%setup -q -n %{name}-%{version}-%{subv} + +%build +# note: configure is not autoconf-generated +./configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +gzip -9nf README + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz +%{_libdir}/aspell/* +%{_datadir}/aspell/* +%{_datadir}/pspell/* -- 2.43.0