From b19024994a663bab929fe3c440c6942da25833cf Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 4 Sep 2005 10:41:28 +0000 Subject: [PATCH] - new Changed files: aspell-nds.spec -> 1.1 --- aspell-nds.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 aspell-nds.spec diff --git a/aspell-nds.spec b/aspell-nds.spec new file mode 100644 index 0000000..56ae151 --- /dev/null +++ b/aspell-nds.spec @@ -0,0 +1,44 @@ +Summary: Low Saxon dictionary for aspell +Summary(pl): S³ownik dolnosaksoñski dla aspella +Name: aspell-nds +Version: 0.01 +%define subv 0 +Release: 1 +License: GPL v2+ +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/nds/aspell6-nds-%{version}-%{subv}.tar.bz2 +# Source0-md5: 76b2b3f2bdeefdfc6ce75ae11c9ae149 +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 3:0.60 +Requires: aspell >= 3:0.60 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Low Saxon dictionary (i.e. word list) for aspell. + +%description -l pl +S³ownik dolnosaksoñski (lista s³ów) dla aspella. + +%prep +%setup -q -n aspell6-nds-%{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.43.0