From f92d029c97c692119fd23c086f6eda4a5b716597 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:35:04 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.50.1-3mamba;Mon Aug 19 2013] --- README.md | 2 ++ aspell-da.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 aspell-da.spec diff --git a/README.md b/README.md index f339b8d..fbf29b9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # aspell-da +A Danish dictionary for use with aspell, a spelling checker. + diff --git a/aspell-da.spec b/aspell-da.spec new file mode 100644 index 0000000..0c18911 --- /dev/null +++ b/aspell-da.spec @@ -0,0 +1,49 @@ +%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 +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 0.50.1-3mamba +- automatic rebuild by autodist + +* Wed Jun 18 2008 Tiziana Ferro 0.50.1-2mamba +- update Vendor, Distribution and Packager + +* Wed Dec 07 2005 Davide Madrisan 0.50.1-1qilnx +- first build of aspell-da