From c397c497edc92e8e1aaeb3e105cfaa1758e40dbe Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:35:40 +0100 Subject: [PATCH] rebuilt [release 2.2_20050523-2mamba;Wed Feb 06 2013] --- README.md | 2 ++ aspell-it.spec | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 aspell-it.spec diff --git a/README.md b/README.md index 543f21d..7c730e0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # aspell-it +An Italian dictionary for use with aspell, a spelling checker. + diff --git a/aspell-it.spec b/aspell-it.spec new file mode 100644 index 0000000..7699db0 --- /dev/null +++ b/aspell-it.spec @@ -0,0 +1,68 @@ +%define aspell_majver 0.60 +%define extraver 0 + +Name: aspell-it +Version: 2.2_20050523 +Summary: Italian dictionary for aspell +Release: 2mamba +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +Source: http://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-%{version}-%{extraver}.tar.bz2 +URL: http://aspell.net +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +Requires: aspell >= 0.60 +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +An Italian dictionary for use with aspell, a spelling checker. + +%prep + +%setup -q -n aspell6-it-%{version}-%{extraver} + +%build +./configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_libdir}/aspell-%{aspell_majver}/it.dat +%{_libdir}/aspell-%{aspell_majver}/it_affix.dat +%{_libdir}/aspell-%{aspell_majver}/it.multi +%{_libdir}/aspell-%{aspell_majver}/it.rws +%{_libdir}/aspell-%{aspell_majver}/italian.alias +%{_libdir}/aspell-%{aspell_majver}/italiano.alias + +%changelog +* Wed Feb 06 2013 Silvan Calarco 2.2_20050523-2mamba +- rebuilt + +* Sun Aug 05 2012 Silvan Calarco 2.2_20050523-1mamba2 +- mamba2 milestone rebuild + +* Sat Aug 04 2012 Silvan Calarco 2.2_20050523-1mamba +- update to 2.2_20050523 + +* Wed Nov 14 2007 Aleph0 0.53-3mamba +- specfile updated + +* Wed Dec 07 2005 Davide Madrisan 0.53-2qilnx +- rebuilt + +* Mon Jun 28 2004 Davide Madrisan 0.53.0-1qilnx +- new version rebuild + +* Tue Jul 29 2003 Silvan Calarco 0.50-1qilnx +- first build of aspell-it