Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

aspell-0.60.8.1-slfo.1.1.3 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: aspell Distribution: SUSE Linux Framework One
Version: 0.60.8.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Sat Dec 30 11:26:00 2023
Group: Productivity/Text/Spell Build host: reproducible
Size: 2102725 Source RPM: aspell-0.60.8.1-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: http://aspell.net/
Summary: A Spell Checker
GNU Aspell is a spell checker planned to eventually replace Ispell. It
can be used as a library or as an independent spell checker.

Its main feature is an improved method for finding possible
suggestions for the English language, arguably surpassing Ispell and
Microsoft Word. It also has many other technical enhancements over
Ispell, such as using shared memory for dictionaries and
intelligently handling personal dictionaries when more than one
Aspell process is open at once.

Provides

Requires

License

GFDL-1.1-or-later AND LGPL-2.1-only AND HPND AND SUSE-BSD-Mark-Modifications

Changelog

* Sat Dec 30 2023 [email protected]
  - update to 0.60.8.1:
    * Fix memory leak in suggestion code introduced in 0.60.8.
    * Various documentation fixes.
    * Fix various warnings when compiling with -Wall.
    * Fix two buffer overflows found by Google’s OSS-Fuzz.
    * Other minor updates.
  - drop aspell-CVE-2019-25051.patch (upstream)
* Thu Jul 07 2022 [email protected]
  - switch source urls to https
* Mon Aug 02 2021 [email protected]
  - security update
  - modified patches
    % aspell-quotes.patch (p1)
    % aspell-strict-aliasing.patch (p1)
  - added patches
    fix CVE-2019-25051 [bsc#1188576], heap-buffer-overflow in acommon:ObjStack:dup_top
    + aspell-CVE-2019-25051.patch
* Fri Oct 09 2020 [email protected]
  - recommend aspell-en also from the library [bsc#1177523]
* Thu Oct 08 2020 [email protected]
  - Remove/replace old specfile constructs.
* Tue Oct 15 2019 [email protected]
  - version update to 0.60.8
    * Prevent a potentially unbounded buffer over-read by no longer
    supporting null-terminated UCS-2 and UCS-4 encoded strings with the
    original C API. @xref{Upgrading from Aspell 0.60.7}.
    * Ensure that possible typos are listed before other suggestions when
    typo analysis is used.  Also fix a bug so that suggestions that split
    a word using a space or hyphen are not always first.
    * Add Markdown filter.
    * Add new @option{wordlists} option, which is a list of UTF-8 files that
    contain additional words to accept.
    * Add new @option{camel-case} option, which enables support for checking
    camelCase words.
    * Sort personal and replacement dictionaries.
    * Change @code{ultra} suggestion mode to only find words that are within
    one-edit distance or have the same soundslike.
    * Implement the @code{aspell filter} command.
    * Fix a bug in @code{AspellDocumentChecker} that prevented it from
    working with UCS-2 and UCS-4 encoded strings.
    * Remove unused @option{sug-edit-dist} option.
    * @code{AspellDocumentChecker} now expects the document a line at a time
    in order to work with the new Markdown filter.  If the document is
    split on white space characters instead, nothing will break, but new
    filters such as the Markdown filter may give incorrect results.
    * The @option{clean} option and command will no longer split a word.
    * Various documentation improvements.
    * Removal of several outdated appendices that don't really belong in the
    main manual.  Parts that are still relevent may eventually be moved
    elsewhere, but for now they are available online at
    @uref{http://aspell.net/0.60.7/man-html/}.
    * Fix various crashes and other problems found by Google's OSS-Fuzz.
    * Add partial support for recognizing the Unicode apostrophe (') in
    words.  In particular Aspell will accept the Unicode apostrophe when
    the language uses an ISO Latin charset that doesn't already have a
    Unicode apostrophe.  For now, Aspell will still use the ASCII version
    in suggestions.
    * Detect when a dictionary compiled on a 32-bit machine is used on a
    64-bit one (and vise versa), as due to an oversight, compiled
    dictionaries depend on more than the endianness.  Also added a compile
    time option to remove this dependency, but at the cost of breaking
    compatibility with already compiled dictionaries on 64-bit systems.
    * Fix a bug which caused Aspell to crash when passing in a null string
    to almost any of the C API functions.  This should not happen if the
    size is also zero as the pointer should never be derefrenced.
    * Fix a bug that caused Aspell to crash with a SEGFAULT when built with
    mingw-w64.
    * In addition to outputting a warning when building with NDEBUG defined,
    also include NDEBUG in the version string.
    * Various compile fixes for newer version of Gcc and Clang.
    * Fix VPATH builds.
    * Use utf-8 encoding for manual instead of iso-8859-1.
    * Other minor updates and bug fixes.
  - deleted patches
    - aspell-automake-1.13.patch (upstreamed)
    - aspell-epmty_file.patch (upstreamed, bsc#266130 does not exhibit)
    - gcc7-fix-warnings.patch (upstreamed)
* Sat Feb 11 2017 [email protected]
  - Compact descriptions
* Fri Dec 16 2016 [email protected]
  - gcc7-fix-warnings.patch - Fix warnings reported by GCC7.
* Wed Dec 02 2015 [email protected]
  - Add gpg signature
  - Remove old ppc provides/obsoletes
  - Cleanup spec file with spec-cleaner
* Mon Apr 14 2014 [email protected]
  - baselibs.conf: libaspell15
    obsoletes "aspell-<targettype> <= <version>"
    provides "aspell-<targettype> = <version>"
* Wed Mar 06 2013 [email protected]
  - license GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications
    [bnc#777131]
* Wed Mar 06 2013 [email protected]
  - license update: GFDL-1.1+ and LGPL-2.1 and HPND and BSD-3-Clause
    SDPX
* Mon Mar 04 2013 [email protected]
  - license GFDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications
* Thu Feb 28 2013 [email protected]
  - fix build with new automake
    * automake-1.13.patch
* Tue Oct 09 2012 [email protected]
  - license FDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications
* Fri Feb 24 2012 [email protected]
  - Build C++ code with -fvisibility-inlines-hidden
  - Fix ncurses linkage.
* Sat Jan 28 2012 [email protected]
  - Remove redundant tags/sections per specfile guideline suggestions
* Tue Nov 22 2011 [email protected]
  - add -ltinfo
* Sun Oct 02 2011 [email protected]
  - update to version 0.60.6.1
    * Update to Automake 1.10.3.
    * Fix a bug which caused a race condition (leading to a likely crash)
      when two threads try to update the dictionary cache at the same
      time.
    * Make it very clear that compiling Aspell with NDEBUG is a bad idea
      (see `http://aspell.net/ndebug.html') by outputting a warning when
      building with NDEBUG defined.
    * Numerous other minor updates and bug fixes.
  - Spec file updates:
    * Changes based on spec-cleaner run.
    * Changed License: to LGPL-2.1+.
    * Splitted the package according to the shared library packaging policy
      (added libaspell15 and libpspell15 sub-packages).
    * Added descriptions for the patches based on openSUSE guidelines.
    * Suggest also aspell-spell sub-package.
    * Added versioned Provides:/Obsoletes: for pspell and pspell-devel (rpmlint
      warning fix).
    * Removed libstdc++-devel from Requires: of aspell-devel (not needed).
    * Improved summaries and descriptions.
    * Clean up in %build, %install and %files sections.
    * Install the "spell" script provided by the package for compatibility
      reasons (added a aspell-spell sub-package containing this script and moved
      the Provides: entry for "spell" into this package).
    * Use %fdupes macro to fix rpmlint warning about duplicate files.
    * Use %install_info_delete in %preun instead of %postun section.
    * Add pspell-config.1 man page to the aspell-devel sub-package instead of
      aspell.
  - Removed the following patches (fixed upstream):
    * aspell-iterator-after-erase.patch
    * aspell-make-static-filters.patch
* Fri Sep 30 2011 [email protected]
  - add libtool as buildrequire to make the spec file more reliable
* Fri Dec 18 2009 [email protected]
  - add baselibs.conf as a source
* Mon Jul 20 2009 [email protected]
  - fixed invalid iterator [bnc#523345]
* Wed Dec 10 2008 [email protected]
  - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
    (bnc#437293)
* Thu Nov 20 2008 [email protected]
  - fixed wrong static filter handling [bnc#441008]
* Thu Oct 30 2008 [email protected]
  - obsolete old -XXbit packages (bnc#437293)
* Tue Sep 09 2008 [email protected]
  - created aspell-ispell subpackage [bnc#165023]
* Fri Jul 25 2008 [email protected]
  - update to version 0.60.6
    * bugfix release
  - obsoletes *duplicate_name.patch, *gcc4_3.patch
* Thu Apr 10 2008 [email protected]
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Fri Oct 26 2007 [email protected]
  - fixed to compile with gcc 4.3 (gcc4_3.patch)
* Wed Aug 22 2007 [email protected]
  - defining ncurses_wide library for configure to enable wide
    UTF-8 characters [#266153]
* Thu Aug 16 2007 [email protected]
  - fixed SIGSEV when checking empty file(epmty_file.patch) [#266130]
  - using parallel build
* Thu Aug 16 2007 [email protected]
  - changed dict- and data-dir back to /usr/{%lib} because dictionary
    files depends on endian.
  - fixed command execution in script "run-with-aspell" (quotes.patch)
* Wed Aug 15 2007 [email protected]
  - using lang macro
  - not using obsoleted %run_ldconfig macro
  - defining dict- and data-dir to arch independent directory which
    allow made dictionaries noarch and save 30 MB on BiArch media
* Sat Mar 31 2007 [email protected]
  - add ncurses-devel BuildRequires.
* Sat Mar 31 2007 [email protected]
  - Cleanup BuildRequires.
* Thu Jan 11 2007 [email protected]
  - gettextize is needed before autoreconf
* Thu Jan 11 2007 [email protected]
  - update to version 0.60.5
    * Compile fix for gcc 4.1 (obsoletes gcc-warning.patch)
    * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10,
      Autoconf 2.61
    * Documentation improvements, including an updated `man' page.
    * Complain if more than one file is specified when checking
      files using the `aspell check' command, rather than ignoring
      the other files.
    * Large number of bug fixes.
* Tue Sep 05 2006 [email protected]
  - changed Requires to aspell-en to Recommends
* Wed Aug 02 2006 [email protected]
  - fixed wrong parametr name in header file [#175555]
* Fri Jun 30 2006 [email protected]
  - updated to 0.60.4
    primary a bug fix release
* Mon Mar 20 2006 [email protected]
  - removed virtual package dependency
  - added aspell-en to Requires #158675
* Tue Feb 21 2006 [email protected]
  - Fix Require for devel package.
* Tue Feb 07 2006 [email protected]
  - fixed virtual package name
* Fri Feb 03 2006 [email protected]
  - added virtual package aspell_dictionary to Requires
* Thu Jan 26 2006 [email protected]
  - Added %install_info_prereq.
* Wed Jan 25 2006 [email protected]
  - converted neededforbuild to BuildRequires
* Mon Jan 02 2006 [email protected]
  - fixed gcc strict aliasing warnings
* Tue Oct 04 2005 [email protected]
  - fixed gcc warning and aspell-devel requires
* Wed Jun 29 2005 [email protected]
  - update to 0.60.3
* Tue Mar 15 2005 [email protected]
  - update to 0.60.2 which fixes some critical bugs (munch-list, better
    support for non-English languages)
* Tue Nov 30 2004 [email protected]
  - fix file list
* Mon Nov 29 2004 [email protected]
  - fix libdir usage
* Mon Nov 29 2004 [email protected]
  - update to 0.60.1.1
* Fri Nov 26 2004 [email protected]
  - updated to 0.60
  - correctly install info pages
  - package the HTML manuals
* Fri Aug 13 2004 [email protected]
  - apply corrected patch for #42197
* Thu Jun 24 2004 [email protected]
  - fix #42197
* Mon Feb 16 2004 [email protected]
  - update to 0.50.5
* Sat Jan 10 2004 [email protected]
  - add %run_ldconfig
* Thu Oct 23 2003 [email protected]
  - update to latest stable version (0.50.4.1)
  - throw away unused patch
* Wed Jul 23 2003 [email protected]
  - updated sources to 0.50.3
  - package ChangeLog instead of empty TODO
  - removed unused patch
* Wed May 21 2003 [email protected]
  - fixed installation of documentation that rpm does not complain
    about unpacked files
* Tue Feb 25 2003 [email protected]
  - Include assert.h
* Fri Jan 31 2003 [email protected]
  - fixed to link the libraries with -lstdc++
* Wed Nov 20 2002 [email protected]
  - fixed invalid declaration which breaks building with gcc-3.3
  - used x-devel-packages in neededforbuild instead of the obsolete xf86
* Fri Nov 01 2002 [email protected]
  - updated to version 0.50.2:
    * merged with pspell
    * changed way to handle dictionaries
    * added aspell-import script to convert old dictionaries
    * pspell ABI is now part of aspell except that the name of everything has
      changed due to the renaming of pspell to aspell
    * provided pspell backward compatibility header file
    * the name of the language-tag option has changed to lang
    * backward compatible the language-tag option will still work
    * english dictionaries are built from separate package
    * see more details in /usr/share/doc/packages/aspell/README
  - removed obsolete config files
  - removed obsolete patches for automake, gcc3.x and x86_64
  - fixed list of documentation to install
  - fixed to compile example with gcc
  - fixed problem with locking on nfs
* Fri Aug 30 2002 [email protected]
  - fixed dependency of the devel subpackage on the main package (used %version)
* Wed May 29 2002 [email protected]
  - The hashing code did not halt in some hash bucket size cases
    which were reached due to slightly different floating point
    handling in x86_64.
    Now using integer arithmetic.
* Mon Apr 15 2002 [email protected]
  - fixed to compile with gcc-3.1
* Thu Jan 10 2002 [email protected]
  - used macro %{_libdir} to fix for lib64
* Fri Dec 14 2001 [email protected]
  - updated to version .33.7.1:
    * Minor manual fixes
    * compile fix for gcc 3.0 and Solaris
  - added the patch aspell-.33-fix2.diff from sourceforge
  - removed obsolete axp patch
  - fixed file list
* Thu Oct 18 2001 [email protected]
  - moved spell to /usr/bin (default path)
  - added spell to Provides
  - added aspell-en to Requires because of spell
* Thu Oct 04 2001 [email protected]
  - Fix for automake 1.5.
  - Avoid macro in Version tag.
* Mon Aug 27 2001 [email protected]
  - fixed to compile on axp:
    * fixed declaration of friend classes
* Fri Aug 17 2001 [email protected]
  - fixed file list
  - added ed and dialog to neededforbuild through tetex
* Thu Aug 16 2001 [email protected]
  - updated to version 0.33.7
  - fixed documentation
* Tue Jun 26 2001 [email protected]
  - Remove -I$(includedir).
* Mon Jun 11 2001 [email protected]
  - libtoolize to build
* Wed May 30 2001 [email protected]
  - package created
  - added start script and configurations for each spelling and jargon

Files

/usr/bin/aspell
/usr/bin/aspell-import
/usr/bin/precat
/usr/bin/preunzip
/usr/bin/prezip
/usr/bin/prezip-bin
/usr/bin/run-with-aspell
/usr/bin/word-list-compress
/usr/share/doc/packages/aspell
/usr/share/doc/packages/aspell/README
/usr/share/doc/packages/aspell/TODO
/usr/share/doc/packages/aspell/aspell.html
/usr/share/doc/packages/aspell/aspell.html/AWLI-files.html
/usr/share/doc/packages/aspell/aspell.html/Adding-Support-For-Other-Languages.html
/usr/share/doc/packages/aspell/aspell.html/Affix-Compression.html
/usr/share/doc/packages/aspell/aspell.html/Aspell-Suggestion-Strategy.html
/usr/share/doc/packages/aspell/aspell.html/Authors.html
/usr/share/doc/packages/aspell/aspell.html/Basic-Usage.html
/usr/share/doc/packages/aspell/aspell.html/Binary-Compatibility.html
/usr/share/doc/packages/aspell/aspell.html/ChangeLog.html
/usr/share/doc/packages/aspell/aspell.html/Compiling-the-Word-List.html
/usr/share/doc/packages/aspell/aspell.html/Controlling-the-Behavior-of-Compound-Words.html
/usr/share/doc/packages/aspell/aspell.html/Controlling-the-Behavior-of-Run_002dtogether-Words.html
/usr/share/doc/packages/aspell/aspell.html/Copying.html
/usr/share/doc/packages/aspell/aspell.html/Creating-A-New-Character-Set.html
/usr/share/doc/packages/aspell/aspell.html/Creating-An-Official-Dictionary-Package.html
/usr/share/doc/packages/aspell/aspell.html/Creating-an-Individual-Word-List.html
/usr/share/doc/packages/aspell/aspell.html/Curses-Notes.html
/usr/share/doc/packages/aspell/aspell.html/Customizing-Aspell.html
/usr/share/doc/packages/aspell/aspell.html/Dictionary-Naming.html
/usr/share/doc/packages/aspell/aspell.html/Differences-From-Ispell.html
/usr/share/doc/packages/aspell/aspell.html/Dumping-Configuration-Values.html
/usr/share/doc/packages/aspell/aspell.html/Dumping-the-Contents-of-the-Word-List.html
/usr/share/doc/packages/aspell/aspell.html/Filter-Options.html
/usr/share/doc/packages/aspell/aspell.html/Format-of-the-Personal-Dictionary.html
/usr/share/doc/packages/aspell/aspell.html/Format-of-the-Personal-and-Replacement-Dictionaries.html
/usr/share/doc/packages/aspell/aspell.html/GNU-Free-Documentation-License.html
/usr/share/doc/packages/aspell/aspell.html/GNU-Lesser-General-Public-License.html
/usr/share/doc/packages/aspell/aspell.html/Generic-Install-Instructions.html
/usr/share/doc/packages/aspell/aspell.html/HTML-Manuals-and-_0022make-clean_0022.html
/usr/share/doc/packages/aspell/aspell.html/How-Aspell-Selects-an-Appropriate-Dictionary.html
/usr/share/doc/packages/aspell/aspell.html/Implementation-Notes.html
/usr/share/doc/packages/aspell/aspell.html/Installing.html
/usr/share/doc/packages/aspell/aspell.html/Introduction.html
/usr/share/doc/packages/aspell/aspell.html/Listing-Available-Dictionaries.html
/usr/share/doc/packages/aspell/aspell.html/Loadable-Filter-Notes.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-8_002dbit-Characters.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-Storing-Replacement-Pairs.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-Typo_002dAnalysis.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-Various-Filters-and-Filter-Modes.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-Various-Options.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-the-Different-Suggestion-Modes.html
/usr/share/doc/packages/aspell/aspell.html/Notes-on-the-Prefix-Option.html
/usr/share/doc/packages/aspell/aspell.html/Phonetic-Code.html
/usr/share/doc/packages/aspell/aspell.html/Replacement-Tables.html
/usr/share/doc/packages/aspell/aspell.html/Specifying-Options.html
/usr/share/doc/packages/aspell/aspell.html/Spellchecking-Individual-Files.html
/usr/share/doc/packages/aspell/aspell.html/Support.html
/usr/share/doc/packages/aspell/aspell.html/The-Language-Data-File.html
/usr/share/doc/packages/aspell/aspell.html/The-Options.html
/usr/share/doc/packages/aspell/aspell.html/The-Simple-Soundslike.html
/usr/share/doc/packages/aspell/aspell.html/Through-A-Pipe.html
/usr/share/doc/packages/aspell/aspell.html/Through-the-C-API.html
/usr/share/doc/packages/aspell/aspell.html/Upgrading-from-Aspell-0_002e50.html
/usr/share/doc/packages/aspell/aspell.html/Upgrading-from-Aspell-0_002e60_002e7.html
/usr/share/doc/packages/aspell/aspell.html/Upgrading-from-Aspell-_002e33_002fPspell-_002e12.html
/usr/share/doc/packages/aspell/aspell.html/Upgrading-from-a-Pre_002d0_002e50-snapshot.html
/usr/share/doc/packages/aspell/aspell.html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
/usr/share/doc/packages/aspell/aspell.html/Using-Aspell-as-a-Replacement-for-Ispell.html
/usr/share/doc/packages/aspell/aspell.html/Using-Aspell-with-other-Applications.html
/usr/share/doc/packages/aspell/aspell.html/Using-Multi-Dictionaries.html
/usr/share/doc/packages/aspell/aspell.html/Using-aspell_002dimport.html
/usr/share/doc/packages/aspell/aspell.html/WIN32-Notes.html
/usr/share/doc/packages/aspell/aspell.html/Win32_002dDirectories.html
/usr/share/doc/packages/aspell/aspell.html/Working-With-Affix-Info-in-Word-Lists.html
/usr/share/doc/packages/aspell/aspell.html/Working-With-Dictionaries.html
/usr/share/doc/packages/aspell/aspell.html/Writing-programs-to-use-Aspell.html
/usr/share/doc/packages/aspell/aspell.html/data_002dencoding.html
/usr/share/doc/packages/aspell/aspell.html/index.html
/usr/share/info/aspell.info.gz
/usr/share/licenses/aspell
/usr/share/licenses/aspell/COPYING
/usr/share/locale/ast/LC_MESSAGES/aspell.mo
/usr/share/locale/be/LC_MESSAGES/aspell.mo
/usr/share/locale/ca/LC_MESSAGES/aspell.mo
/usr/share/locale/cs/LC_MESSAGES/aspell.mo
/usr/share/locale/da/LC_MESSAGES/aspell.mo
/usr/share/locale/de/LC_MESSAGES/aspell.mo
/usr/share/locale/en_GB/LC_MESSAGES/aspell.mo
/usr/share/locale/eo/LC_MESSAGES/aspell.mo
/usr/share/locale/es/LC_MESSAGES/aspell.mo
/usr/share/locale/fi/LC_MESSAGES/aspell.mo
/usr/share/locale/fr/LC_MESSAGES/aspell.mo
/usr/share/locale/fur/LC_MESSAGES/aspell.mo
/usr/share/locale/ga/LC_MESSAGES/aspell.mo
/usr/share/locale/hr/LC_MESSAGES/aspell.mo
/usr/share/locale/hu/LC_MESSAGES/aspell.mo
/usr/share/locale/id/LC_MESSAGES/aspell.mo
/usr/share/locale/it/LC_MESSAGES/aspell.mo
/usr/share/locale/ja/LC_MESSAGES/aspell.mo
/usr/share/locale/ka/LC_MESSAGES/aspell.mo
/usr/share/locale/ms/LC_MESSAGES/aspell.mo
/usr/share/locale/nl/LC_MESSAGES/aspell.mo
/usr/share/locale/pl/LC_MESSAGES/aspell.mo
/usr/share/locale/pt/LC_MESSAGES/aspell.mo
/usr/share/locale/pt_BR/LC_MESSAGES/aspell.mo
/usr/share/locale/ro/LC_MESSAGES/aspell.mo
/usr/share/locale/ru/LC_MESSAGES/aspell.mo
/usr/share/locale/sk/LC_MESSAGES/aspell.mo
/usr/share/locale/sl/LC_MESSAGES/aspell.mo
/usr/share/locale/sq/LC_MESSAGES/aspell.mo
/usr/share/locale/sr/LC_MESSAGES/aspell.mo
/usr/share/locale/sv/LC_MESSAGES/aspell.mo
/usr/share/locale/uk/LC_MESSAGES/aspell.mo
/usr/share/locale/vi/LC_MESSAGES/aspell.mo
/usr/share/locale/wa/LC_MESSAGES/aspell.mo
/usr/share/locale/zh_CN/LC_MESSAGES/aspell.mo
/usr/share/man/man1/aspell-import.1.gz
/usr/share/man/man1/aspell.1.gz
/usr/share/man/man1/prezip-bin.1.gz
/usr/share/man/man1/run-with-aspell.1.gz
/usr/share/man/man1/word-list-compress.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 22 00:35:56 2025