This commit is contained in:
parent
8fae728be6
commit
bdd998926e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85899d1e7be8dd5679a2900e6150246ae6729c9521f6c5cb90ef918817548f16
|
|
||||||
size 465382
|
|
3
enchant-1.5.0.tar.bz2
Normal file
3
enchant-1.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00e2af40d57cfa138b4e008734e1d6203087bcb6463d8f72eccf7c1d60beb99a
|
||||||
|
size 466890
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 24 14:07:30 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.5.0 (no NEWS or ChangeLog). Notable changes:
|
||||||
|
+ Look for myspell/uspell dictionaries in XDG data directories.
|
||||||
|
+ Various backends now query for any programatically-set
|
||||||
|
dictionary paths.
|
||||||
|
+ Plug memory leaks.
|
||||||
|
+ Build fixes.
|
||||||
|
- Remove AutoReqProv: it's default now.
|
||||||
|
- Do not call autoreconf, there's no need for it.
|
||||||
|
- Use makeinstall.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 17 21:48:28 CET 2009 - mboman@suse.de
|
Tue Mar 17 21:48:28 CET 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
20
enchant.spec
20
enchant.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package enchant (Version 1.4.2)
|
# spec file for package enchant (Version 1.5.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,9 +24,8 @@ BuildRequires: aspell-devel dbus-1-glib-devel gcc-c++ glib2-devel hunspell-deve
|
|||||||
BuildRequires: libmalaga-devel
|
BuildRequires: libmalaga-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
AutoReqProv: on
|
Version: 1.5.0
|
||||||
Version: 1.4.2
|
Release: 1
|
||||||
Release: 47
|
|
||||||
Summary: Generic Spell Checking Library
|
Summary: Generic Spell Checking Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Url: http://www.abisource.com/
|
Url: http://www.abisource.com/
|
||||||
@ -117,13 +116,12 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
|
||||||
%configure --with-pic \
|
%configure --with-pic \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%makeinstall
|
||||||
%if %suse_version > 1110
|
%if %suse_version > 1110
|
||||||
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||||
%endif
|
%endif
|
||||||
@ -169,6 +167,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 24 2009 vuntz@novell.com
|
||||||
|
- Update to version 1.5.0 (no NEWS or ChangeLog). Notable changes:
|
||||||
|
+ Look for myspell/uspell dictionaries in XDG data directories.
|
||||||
|
+ Various backends now query for any programatically-set
|
||||||
|
dictionary paths.
|
||||||
|
+ Plug memory leaks.
|
||||||
|
+ Build fixes.
|
||||||
|
- Remove AutoReqProv: it's default now.
|
||||||
|
- Do not call autoreconf, there's no need for it.
|
||||||
|
- Use makeinstall.
|
||||||
* Tue Mar 17 2009 mboman@suse.de
|
* Tue Mar 17 2009 mboman@suse.de
|
||||||
- Don't delete "la" files for distro version <= 11.1
|
- Don't delete "la" files for distro version <= 11.1
|
||||||
* Fri Mar 13 2009 crrodriguez@suse.de
|
* Fri Mar 13 2009 crrodriguez@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user