From eea7b57c65ea917da111c31405f8e821442a7048 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Krzy=C5=BCanowski?= Date: Wed, 29 Sep 2004 11:10:25 +0000 Subject: [PATCH 1/1] - initial PLD spec, based on aspell-no Changed files: aspell-nb.spec -> 1.1 --- aspell-nb.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 aspell-nb.spec diff --git a/aspell-nb.spec b/aspell-nb.spec new file mode 100644 index 0000000..1e4bb50 --- /dev/null +++ b/aspell-nb.spec @@ -0,0 +1,45 @@ +Summary: Norwegian dictionary for aspell +Summary(pl): Norweski s³ownik dla aspella +Name: aspell-nb +Version: 0.50.1 +%define subv 0 +Release: 1 +Epoch: 1 +License: GPL +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/nb/%{name}-%{version}-%{subv}.tar.bz2 +# Source0-md5: d1173a5ce04f39e9c93183da691e7ce8 +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 0.50.0 +Requires: aspell >= 0.50.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Norwegian dictionary (i.e. word list) for aspell. + +%description -l pl +Norweski 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 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Copyright README +%{_libdir}/aspell/* +%{_datadir}/aspell/* -- 2.43.0