This commit is contained in:
parent
2b9e5c88fa
commit
9721c1dc72
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d30a7fe8126aa89792b99267c5b84e08058c61897db7b44460e24142b7027f44
|
||||
size 413732
|
3
enchant-1.4.2.tar.bz2
Normal file
3
enchant-1.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85899d1e7be8dd5679a2900e6150246ae6729c9521f6c5cb90ef918817548f16
|
||||
size 465382
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 14:39:00 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 1.4.2:
|
||||
* Improved modularity, support for new modules (not yet in
|
||||
openSUSE build: Voikko, Zemberek).
|
||||
* System hunspell support improved (bnc#383308).
|
||||
* Dictionary search improvements (morphing, affixes, suffixes,
|
||||
compound words, phonetic translation table).
|
||||
* binreloc support (off in openSUSE)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 12:43:19 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
|
66
enchant.spec
66
enchant.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package enchant (Version 1.3.0)
|
||||
# spec file for package enchant (Version 1.4.2)
|
||||
#
|
||||
# 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
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,12 +10,13 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: enchant
|
||||
BuildRequires: aspell-devel gcc-c++ glib2-devel
|
||||
License: LGPL v2 or later
|
||||
BuildRequires: aspell-devel gcc-c++ glib2-devel hunspell-devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: Productivity/Text/Spell
|
||||
AutoReqProv: on
|
||||
Version: 1.3.0
|
||||
Version: 1.4.2
|
||||
Release: 1
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -32,6 +33,7 @@ Authors:
|
||||
Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
%package -n libenchant1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
@ -46,7 +48,8 @@ Authors:
|
||||
Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version} glib2-devel
|
||||
|
||||
@ -64,9 +67,7 @@ Authors:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
ACLOCAL="aclocal -I ac-helpers" autoreconf -f -i
|
||||
# needed for enchant-1.3.0:
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
autoreconf -f -i
|
||||
%configure\
|
||||
--disable-static
|
||||
make %{?jobs:-j%jobs}
|
||||
@ -78,16 +79,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*/*.*a
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -n libenchant1
|
||||
%run_ldconfig
|
||||
%post -n libenchant1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libenchant1
|
||||
%run_ldconfig
|
||||
%postun -n libenchant1 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
# AUTHORS == MAINTAINERS in 1.3.0
|
||||
%doc AUTHORS BUGS COPYING.LIB ChangeLog NEWS README TODO
|
||||
# AUTHORS == MAINTAINERS in 1.3.0, TODO is 1 byte, BUGS has nothing interesting
|
||||
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
||||
%defattr (-, root, root)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/enchant
|
||||
@ -104,37 +103,46 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Oct 18 2007 - sbrabec@suse.cz
|
||||
* Mon May 12 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.4.2:
|
||||
* Improved modularity, support for new modules (not yet in
|
||||
openSUSE build: Voikko, Zemberek).
|
||||
* System hunspell support improved (bnc#383308).
|
||||
* Dictionary search improvements (morphing, affixes, suffixes,
|
||||
compound words, phonetic translation table).
|
||||
* binreloc support (off in openSUSE)
|
||||
* Thu Oct 18 2007 sbrabec@suse.cz
|
||||
- Updated to version 1.3.0:
|
||||
* New personal wordlist implementation.
|
||||
* Bug and compilation fixes.
|
||||
- Split according to shared library packaging policy.
|
||||
* Tue Feb 13 2007 - sbrabec@suse.cz
|
||||
* Tue Feb 13 2007 sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552#c17).
|
||||
* Thu Jan 04 2007 - sbrabec@suse.cz
|
||||
* Thu Jan 04 2007 sbrabec@suse.cz
|
||||
- Spec file cleanup.
|
||||
* Tue Apr 11 2006 - jpr@suse.de
|
||||
* Tue Apr 11 2006 jpr@suse.de
|
||||
- Fix potential infinite loop (#164682)
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Jan 16 2006 - sbrabec@suse.cz
|
||||
* Mon Jan 16 2006 sbrabec@suse.cz
|
||||
- Updated to version 1.2.0.
|
||||
* Tue Nov 08 2005 - dmueller@suse.de
|
||||
* Tue Nov 08 2005 dmueller@suse.de
|
||||
- don't build as root
|
||||
* Wed Aug 03 2005 - sbrabec@suse.cz
|
||||
* Wed Aug 03 2005 sbrabec@suse.cz
|
||||
- Updated to version 1.1.6.
|
||||
- Removed unneeded static modules and .la files for modules.
|
||||
* Wed Jun 01 2005 - sbrabec@suse.cz
|
||||
* Wed Jun 01 2005 sbrabec@suse.cz
|
||||
- Fixed devel requirements.
|
||||
* Tue Jan 11 2005 - sbrabec@suse.cz
|
||||
* Tue Jan 11 2005 sbrabec@suse.cz
|
||||
- Updated to version 1.1.5.
|
||||
* Wed May 05 2004 - sbrabec@suse.cz
|
||||
* Wed May 05 2004 sbrabec@suse.cz
|
||||
- Added -fno-strict-aliasing.
|
||||
* Wed Oct 29 2003 - sbrabec@suse.cz
|
||||
* Wed Oct 29 2003 sbrabec@suse.cz
|
||||
- Updated to version 1.1.1.
|
||||
* Thu Aug 21 2003 - ro@suse.de
|
||||
* Thu Aug 21 2003 ro@suse.de
|
||||
- fix build on x86_64
|
||||
- run autoreconf for full libtool update
|
||||
* Tue Aug 19 2003 - sbrabec@suse.cz
|
||||
* Tue Aug 19 2003 sbrabec@suse.cz
|
||||
- Initial SuSE version 0.2.0.
|
||||
|
Loading…
Reference in New Issue
Block a user