This commit is contained in:
parent
901e33b2b4
commit
fa3c663a85
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 11:50:51 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Do not build unusable static libraries (#238552#c17).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 13:52:19 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Productivity/Text/Spell
|
||||
Autoreqprov: on
|
||||
Version: 1.2.0
|
||||
Release: 46
|
||||
Release: 51
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-infinite-loop.patch
|
||||
@ -36,7 +36,6 @@ Authors:
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Productivity/Text/Spell
|
||||
Requires: %{name} = %{version} glib2-devel
|
||||
Autoreqprov: on
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -56,7 +55,8 @@ Authors:
|
||||
ACLOCAL="aclocal -I ac-helpers" autoreconf -f -i
|
||||
# needed for enchant-1.2.0:
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure
|
||||
%configure\
|
||||
--disable-static
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -91,6 +91,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog -n enchant
|
||||
* Tue Feb 13 2007 - sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552#c17).
|
||||
* Thu Jan 04 2007 - sbrabec@suse.cz
|
||||
- Spec file cleanup.
|
||||
* Tue Apr 11 2006 - jpr@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user