50 lines
1.2 KiB
RPMSpec
50 lines
1.2 KiB
RPMSpec
%define aspell_majver 0.60
|
|
%define extraver 0
|
|
|
|
Name: aspell-da
|
|
Version: 0.50.1
|
|
Release: 3mamba
|
|
Summary: Danish 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/da/aspell-da-%{version}-%{extraver}.tar.bz2
|
|
License: GPL
|
|
BuildArch: noarch
|
|
Requires: aspell >= 0.60.0
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
A Danish dictionary for use with aspell, a spelling checker.
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{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
|
|
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.50.1-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.50.1-2mamba
|
|
- update Vendor, Distribution and Packager
|
|
|
|
* Wed Dec 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.50.1-1qilnx
|
|
- first build of aspell-da
|