automatic update by autodist [release 7.1-1mamba;Tue Feb 01 2011]
This commit is contained in:
parent
cfaef70e40
commit
e916edc075
@ -1,2 +1,4 @@
|
||||
# aspell-en
|
||||
|
||||
A English dictionary for use with aspell, a spelling checker.
|
||||
|
||||
|
57
aspell-en.spec
Normal file
57
aspell-en.spec
Normal file
@ -0,0 +1,57 @@
|
||||
%define aspell_majver 0.60
|
||||
%define extraver 0
|
||||
|
||||
Name: aspell-en
|
||||
Version: 7.1
|
||||
Release: 1mamba
|
||||
Summary: English dictionary for aspell
|
||||
Group: System/Internationalization
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@openmamba.org>
|
||||
URL: http://aspell.net/
|
||||
Source: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-%{extraver}.tar.bz2
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
Requires: aspell >= 0.60.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A English dictionary for use with aspell, a spelling checker.
|
||||
|
||||
%prep
|
||||
%setup -q -n aspell6-en-%{version}-%{extraver}
|
||||
|
||||
%build
|
||||
./configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/aspell-%{aspell_majver}/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 01 2011 Automatic Build System <autodist@mambasoft.it> 7.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jan 01 2011 Automatic Build System <autodist@mambasoft.it> 7.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 6.0-4mamba
|
||||
- update Vendor, Distribution and Packager
|
||||
|
||||
* Wed Dec 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 6.0-3qilnx
|
||||
- updated specfile
|
||||
|
||||
* Wed Apr 27 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0-1qilnx
|
||||
- update to version 6.0 by autospec
|
||||
|
||||
* Tue Jul 29 2003 Silvan Calarco <silvan.calarco@qinet.it> 0.51-1qilnx
|
||||
- first build of aspell-en
|
Loading…
Reference in New Issue
Block a user