update to 0.50.2 [release 0.50.2-1mamba;Tue Jan 29 2013]
This commit is contained in:
parent
3fd38d5a29
commit
02b6d7f945
@ -1,2 +1,4 @@
|
||||
# aspell-nl
|
||||
|
||||
A Duch dictionary for use with aspell, a spelling checker.
|
||||
|
||||
|
48
aspell-nl.spec
Normal file
48
aspell-nl.spec
Normal file
@ -0,0 +1,48 @@
|
||||
%define aspell_majver 0.60
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define minver %(echo %version | cut -d. -f3)
|
||||
Name: aspell-nl
|
||||
Version: 0.50.2
|
||||
Release: 1mamba
|
||||
Summary: Duch dictionary for aspell
|
||||
Group: System/Internationalization
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://aspell.net
|
||||
Source: http://ftp.gnu.org/gnu/aspell/dict/nl/aspell-nl-%{majver}-%{minver}.tar.bz2
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
Requires: aspell >= %{aspell_majver}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A Duch dictionary for use with aspell, a spelling checker.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{majver}-%{minver}
|
||||
|
||||
%build
|
||||
./configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/aspell-%{aspell_majver}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 0.50.2-1mamba
|
||||
- update to 0.50.2
|
||||
|
||||
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.50-2mamba
|
||||
- update Vendor, Distribution and Packager
|
||||
|
||||
* Wed Dec 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.50-1qilnx
|
||||
- first build of aspell-nl
|
Loading…
Reference in New Issue
Block a user