OBS User unknown 2007-02-15 17:23:56 +00:00 committed by Git OBS Bridge
parent 901e33b2b4
commit fa3c663a85
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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