This commit is contained in:
parent
a3ac486480
commit
c4296117ab
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 26 18:55:18 CEST 2007 - nadvornik@suse.cz
|
Fri Oct 26 18:55:18 CEST 2007 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
110
aspell.spec
110
aspell.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aspell (Version 0.60.5)
|
# spec file for package aspell (Version 0.60.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: aspell
|
Name: aspell
|
||||||
BuildRequires: gcc-c++ ncurses-devel
|
BuildRequires: gcc-c++ ncurses-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -20,7 +21,7 @@ Obsoletes: pspell
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.60.5
|
Version: 0.60.5
|
||||||
Release: 48
|
Release: 76
|
||||||
Summary: A Free and Open Source Spell Checker
|
Summary: A Free and Open Source Spell Checker
|
||||||
Url: http://aspell.net/
|
Url: http://aspell.net/
|
||||||
Source: aspell-%{version}.tar.bz2
|
Source: aspell-%{version}.tar.bz2
|
||||||
@ -45,6 +46,7 @@ dictionaries when more than one Aspell process is open at once.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Provides: pspell-devel
|
Provides: pspell-devel
|
||||||
Requires: aspell = %{version} libstdc++-devel glibc-devel
|
Requires: aspell = %{version} libstdc++-devel glibc-devel
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
@ -140,31 +142,35 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.la
|
%{_libdir}/lib*.la
|
||||||
%{_libdir}/libaspell.so
|
%{_libdir}/libaspell.so
|
||||||
%{_libdir}/libpspell.so
|
%{_libdir}/libpspell.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 26 2007 - nadvornik@suse.cz
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Fri Oct 26 2007 nadvornik@suse.cz
|
||||||
- fixed to compile with gcc 4.3 (gcc4_3.patch)
|
- fixed to compile with gcc 4.3 (gcc4_3.patch)
|
||||||
* Wed Aug 22 2007 - lmichnovic@suse.cz
|
* Wed Aug 22 2007 lmichnovic@suse.cz
|
||||||
- defining ncurses_wide library for configure to enable wide
|
- defining ncurses_wide library for configure to enable wide
|
||||||
UTF-8 characters [#266153]
|
UTF-8 characters [#266153]
|
||||||
* Thu Aug 16 2007 - lmichnovic@suse.cz
|
* Thu Aug 16 2007 lmichnovic@suse.cz
|
||||||
- fixed SIGSEV when checking empty file(epmty_file.patch) [#266130]
|
- fixed SIGSEV when checking empty file(epmty_file.patch) [#266130]
|
||||||
- using parallel build
|
- using parallel build
|
||||||
* Thu Aug 16 2007 - lmichnovic@suse.cz
|
* Thu Aug 16 2007 lmichnovic@suse.cz
|
||||||
- changed dict- and data-dir back to /usr/{%%lib} because dictionary
|
- changed dict- and data-dir back to /usr/{%%lib} because dictionary
|
||||||
files depends on endian.
|
files depends on endian.
|
||||||
- fixed command execution in script "run-with-aspell" (quotes.patch)
|
- fixed command execution in script "run-with-aspell" (quotes.patch)
|
||||||
* Wed Aug 15 2007 - lmichnovic@suse.cz
|
* Wed Aug 15 2007 lmichnovic@suse.cz
|
||||||
- using lang macro
|
- using lang macro
|
||||||
- not using obsoleted %%run_ldconfig macro
|
- not using obsoleted %%run_ldconfig macro
|
||||||
- defining dict- and data-dir to arch independent directory which
|
- defining dict- and data-dir to arch independent directory which
|
||||||
allow made dictionaries noarch and save 30 MB on BiArch media
|
allow made dictionaries noarch and save 30 MB on BiArch media
|
||||||
* Sat Mar 31 2007 - rguenther@suse.de
|
* Sat Mar 31 2007 rguenther@suse.de
|
||||||
- add ncurses-devel BuildRequires.
|
- add ncurses-devel BuildRequires.
|
||||||
* Sat Mar 31 2007 - aj@suse.de
|
* Sat Mar 31 2007 aj@suse.de
|
||||||
- Cleanup BuildRequires.
|
- Cleanup BuildRequires.
|
||||||
* Thu Jan 11 2007 - lmichnovic@suse.cz
|
* Thu Jan 11 2007 lmichnovic@suse.cz
|
||||||
- gettextize is needed before autoreconf
|
- gettextize is needed before autoreconf
|
||||||
* Thu Jan 11 2007 - lmichnovic@suse.cz
|
* Thu Jan 11 2007 lmichnovic@suse.cz
|
||||||
- update to version 0.60.5
|
- update to version 0.60.5
|
||||||
* Compile fix for gcc 4.1 (obsoletes gcc-warning.patch)
|
* Compile fix for gcc 4.1 (obsoletes gcc-warning.patch)
|
||||||
* Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10,
|
* Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10,
|
||||||
@ -174,71 +180,71 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
files using the `aspell check' command, rather than ignoring
|
files using the `aspell check' command, rather than ignoring
|
||||||
the other files.
|
the other files.
|
||||||
* Large number of bug fixes.
|
* Large number of bug fixes.
|
||||||
* Tue Sep 05 2006 - pnemec@suse.cz
|
* Tue Sep 05 2006 pnemec@suse.cz
|
||||||
- changed Requires to aspell-en to Recommends
|
- changed Requires to aspell-en to Recommends
|
||||||
* Wed Aug 02 2006 - pnemec@suse.cz
|
* Wed Aug 02 2006 pnemec@suse.cz
|
||||||
- fixed wrong parametr name in header file [#175555]
|
- fixed wrong parametr name in header file [#175555]
|
||||||
* Fri Jun 30 2006 - pnemec@suse.cz
|
* Fri Jun 30 2006 pnemec@suse.cz
|
||||||
- updated to 0.60.4
|
- updated to 0.60.4
|
||||||
primary a bug fix release
|
primary a bug fix release
|
||||||
* Mon Mar 20 2006 - pnemec@suse.cz
|
* Mon Mar 20 2006 pnemec@suse.cz
|
||||||
- removed virtual package dependency
|
- removed virtual package dependency
|
||||||
- added aspell-en to Requires #158675
|
- added aspell-en to Requires #158675
|
||||||
* Tue Feb 21 2006 - aj@suse.de
|
* Tue Feb 21 2006 aj@suse.de
|
||||||
- Fix Require for devel package.
|
- Fix Require for devel package.
|
||||||
* Tue Feb 07 2006 - pnemec@suse.cz
|
* Tue Feb 07 2006 pnemec@suse.cz
|
||||||
- fixed virtual package name
|
- fixed virtual package name
|
||||||
* Fri Feb 03 2006 - pnemec@suse.cz
|
* Fri Feb 03 2006 pnemec@suse.cz
|
||||||
- added virtual package aspell_dictionary to Requires
|
- added virtual package aspell_dictionary to Requires
|
||||||
* Thu Jan 26 2006 - sbrabec@suse.cz
|
* Thu Jan 26 2006 sbrabec@suse.cz
|
||||||
- Added %%install_info_prereq.
|
- Added %%install_info_prereq.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jan 02 2006 - pnemec@suse.cz
|
* Mon Jan 02 2006 pnemec@suse.cz
|
||||||
- fixed gcc strict aliasing warnings
|
- fixed gcc strict aliasing warnings
|
||||||
* Tue Oct 04 2005 - pnemec@suse.cz
|
* Tue Oct 04 2005 pnemec@suse.cz
|
||||||
- fixed gcc warning and aspell-devel requires
|
- fixed gcc warning and aspell-devel requires
|
||||||
* Wed Jun 29 2005 - ltinkl@suse.cz
|
* Wed Jun 29 2005 ltinkl@suse.cz
|
||||||
- update to 0.60.3
|
- update to 0.60.3
|
||||||
* Tue Mar 15 2005 - ltinkl@suse.cz
|
* Tue Mar 15 2005 ltinkl@suse.cz
|
||||||
- update to 0.60.2 which fixes some critical bugs (munch-list, better
|
- update to 0.60.2 which fixes some critical bugs (munch-list, better
|
||||||
support for non-English languages)
|
support for non-English languages)
|
||||||
* Tue Nov 30 2004 - ro@suse.de
|
* Tue Nov 30 2004 ro@suse.de
|
||||||
- fix file list
|
- fix file list
|
||||||
* Mon Nov 29 2004 - ro@suse.de
|
* Mon Nov 29 2004 ro@suse.de
|
||||||
- fix libdir usage
|
- fix libdir usage
|
||||||
* Mon Nov 29 2004 - ltinkl@suse.cz
|
* Mon Nov 29 2004 ltinkl@suse.cz
|
||||||
- update to 0.60.1.1
|
- update to 0.60.1.1
|
||||||
* Fri Nov 26 2004 - ltinkl@suse.cz
|
* Fri Nov 26 2004 ltinkl@suse.cz
|
||||||
- updated to 0.60
|
- updated to 0.60
|
||||||
- correctly install info pages
|
- correctly install info pages
|
||||||
- package the HTML manuals
|
- package the HTML manuals
|
||||||
* Fri Aug 13 2004 - lnussel@suse.de
|
* Fri Aug 13 2004 lnussel@suse.de
|
||||||
- apply corrected patch for #42197
|
- apply corrected patch for #42197
|
||||||
* Thu Jun 24 2004 - ltinkl@suse.cz
|
* Thu Jun 24 2004 ltinkl@suse.cz
|
||||||
- fix #42197
|
- fix #42197
|
||||||
* Mon Feb 16 2004 - ltinkl@suse.cz
|
* Mon Feb 16 2004 ltinkl@suse.cz
|
||||||
- update to 0.50.5
|
- update to 0.50.5
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Thu Oct 23 2003 - ltinkl@suse.cz
|
* Thu Oct 23 2003 ltinkl@suse.cz
|
||||||
- update to latest stable version (0.50.4.1)
|
- update to latest stable version (0.50.4.1)
|
||||||
- throw away unused patch
|
- throw away unused patch
|
||||||
* Wed Jul 23 2003 - ltinkl@suse.cz
|
* Wed Jul 23 2003 ltinkl@suse.cz
|
||||||
- updated sources to 0.50.3
|
- updated sources to 0.50.3
|
||||||
- package ChangeLog instead of empty TODO
|
- package ChangeLog instead of empty TODO
|
||||||
- removed unused patch
|
- removed unused patch
|
||||||
* Wed May 21 2003 - pmladek@suse.cz
|
* Wed May 21 2003 pmladek@suse.cz
|
||||||
- fixed installation of documentation that rpm does not complain
|
- fixed installation of documentation that rpm does not complain
|
||||||
about unpacked files
|
about unpacked files
|
||||||
* Tue Feb 25 2003 - kukuk@suse.de
|
* Tue Feb 25 2003 kukuk@suse.de
|
||||||
- Include assert.h
|
- Include assert.h
|
||||||
* Fri Jan 31 2003 - pmladek@suse.cz
|
* Fri Jan 31 2003 pmladek@suse.cz
|
||||||
- fixed to link the libraries with -lstdc++
|
- fixed to link the libraries with -lstdc++
|
||||||
* Wed Nov 20 2002 - pmladek@suse.cz
|
* Wed Nov 20 2002 pmladek@suse.cz
|
||||||
- fixed invalid declaration which breaks building with gcc-3.3
|
- fixed invalid declaration which breaks building with gcc-3.3
|
||||||
- used x-devel-packages in neededforbuild instead of the obsolete xf86
|
- used x-devel-packages in neededforbuild instead of the obsolete xf86
|
||||||
* Fri Nov 01 2002 - pmladek@suse.cz
|
* Fri Nov 01 2002 pmladek@suse.cz
|
||||||
- updated to version 0.50.2:
|
- updated to version 0.50.2:
|
||||||
* merged with pspell
|
* merged with pspell
|
||||||
* changed way to handle dictionaries
|
* changed way to handle dictionaries
|
||||||
@ -255,44 +261,44 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- fixed list of documentation to install
|
- fixed list of documentation to install
|
||||||
- fixed to compile example with gcc
|
- fixed to compile example with gcc
|
||||||
- fixed problem with locking on nfs
|
- fixed problem with locking on nfs
|
||||||
* Fri Aug 30 2002 - pmladek@suse.cz
|
* Fri Aug 30 2002 pmladek@suse.cz
|
||||||
- fixed dependency of the devel subpackage on the main package (used %%version)
|
- fixed dependency of the devel subpackage on the main package (used %%version)
|
||||||
* Wed May 29 2002 - meissner@suse.de
|
* Wed May 29 2002 meissner@suse.de
|
||||||
- The hashing code did not halt in some hash bucket size cases
|
- The hashing code did not halt in some hash bucket size cases
|
||||||
which were reached due to slightly different floating point
|
which were reached due to slightly different floating point
|
||||||
handling in x86_64.
|
handling in x86_64.
|
||||||
Now using integer arithmetic.
|
Now using integer arithmetic.
|
||||||
* Mon Apr 15 2002 - pmladek@suse.cz
|
* Mon Apr 15 2002 pmladek@suse.cz
|
||||||
- fixed to compile with gcc-3.1
|
- fixed to compile with gcc-3.1
|
||||||
* Thu Jan 10 2002 - pmladek@suse.cz
|
* Thu Jan 10 2002 pmladek@suse.cz
|
||||||
- used macro %%{_libdir} to fix for lib64
|
- used macro %%{_libdir} to fix for lib64
|
||||||
* Fri Dec 14 2001 - pmladek@suse.cz
|
* Fri Dec 14 2001 pmladek@suse.cz
|
||||||
- updated to version .33.7.1:
|
- updated to version .33.7.1:
|
||||||
* Minor manual fixes
|
* Minor manual fixes
|
||||||
* compile fix for gcc 3.0 and Solaris
|
* compile fix for gcc 3.0 and Solaris
|
||||||
- added the patch aspell-.33-fix2.diff from sourceforge
|
- added the patch aspell-.33-fix2.diff from sourceforge
|
||||||
- removed obsolete axp patch
|
- removed obsolete axp patch
|
||||||
- fixed file list
|
- fixed file list
|
||||||
* Thu Oct 18 2001 - pmladek@suse.cz
|
* Thu Oct 18 2001 pmladek@suse.cz
|
||||||
- moved spell to /usr/bin (default path)
|
- moved spell to /usr/bin (default path)
|
||||||
- added spell to Provides
|
- added spell to Provides
|
||||||
- added aspell-en to Requires because of spell
|
- added aspell-en to Requires because of spell
|
||||||
* Thu Oct 04 2001 - schwab@suse.de
|
* Thu Oct 04 2001 schwab@suse.de
|
||||||
- Fix for automake 1.5.
|
- Fix for automake 1.5.
|
||||||
- Avoid macro in Version tag.
|
- Avoid macro in Version tag.
|
||||||
* Mon Aug 27 2001 - pmladek@suse.cz
|
* Mon Aug 27 2001 pmladek@suse.cz
|
||||||
- fixed to compile on axp:
|
- fixed to compile on axp:
|
||||||
* fixed declaration of friend classes
|
* fixed declaration of friend classes
|
||||||
* Fri Aug 17 2001 - pmladek@suse.cz
|
* Fri Aug 17 2001 pmladek@suse.cz
|
||||||
- fixed file list
|
- fixed file list
|
||||||
- added ed and dialog to neededforbuild through tetex
|
- added ed and dialog to neededforbuild through tetex
|
||||||
* Thu Aug 16 2001 - pmladek@suse.cz
|
* Thu Aug 16 2001 pmladek@suse.cz
|
||||||
- updated to version 0.33.7
|
- updated to version 0.33.7
|
||||||
- fixed documentation
|
- fixed documentation
|
||||||
* Tue Jun 26 2001 - schwab@suse.de
|
* Tue Jun 26 2001 schwab@suse.de
|
||||||
- Remove -I$(includedir).
|
- Remove -I$(includedir).
|
||||||
* Mon Jun 11 2001 - ro@suse.de
|
* Mon Jun 11 2001 ro@suse.de
|
||||||
- libtoolize to build
|
- libtoolize to build
|
||||||
* Wed May 30 2001 - pmladek@suse.cz
|
* Wed May 30 2001 pmladek@suse.cz
|
||||||
- package created
|
- package created
|
||||||
- added start script and configurations for each spelling and jargon
|
- added start script and configurations for each spelling and jargon
|
||||||
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
aspell
|
Loading…
x
Reference in New Issue
Block a user