OBS User unknown 2009-03-17 16:02:30 +00:00 committed by Git OBS Bridge
parent 28e306dde7
commit 8a5ff20190
2 changed files with 23 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 13 20:46:44 CET 2009 - crrodriguez@suse.de
- remove all "la" files
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 25 13:23:48 CEST 2008 - sbrabec@suse.cz Fri Jul 25 13:23:48 CEST 2008 - sbrabec@suse.cz

View File

@ -1,10 +1,17 @@
# #
# spec file for package enchant (Version 1.4.2) # spec file for package enchant (Version 1.4.2)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 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.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -19,7 +26,7 @@ License: LGPL v2.1 or later
Group: Productivity/Text/Spell Group: Productivity/Text/Spell
AutoReqProv: on AutoReqProv: on
Version: 1.4.2 Version: 1.4.2
Release: 16 Release: 46
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/
@ -78,7 +85,7 @@ Authors:
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: Generic Spell Checking Library Summary: Generic Spell Checking Library
Group: System/Libraries Group: System/Libraries
Requires: %{name} >= %{version} Requires: %{name} = %{version}
%description -n libenchant1 %description -n libenchant1
A library providing an efficient extensible abstraction for dealing A library providing an efficient extensible abstraction for dealing
@ -94,7 +101,7 @@ Authors:
License: LGPL v2.1 or later License: LGPL v2.1 or later
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} glib2-devel Requires: %{name} = %{version} glib2-devel libstdc++-devel
%description devel %description devel
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
@ -110,14 +117,14 @@ Authors:
%setup -q %setup -q
%build %build
autoreconf -f -i autoreconf -fiv
%configure\ %configure --with-pic \
--disable-static --disable-static
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*/*.*a find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -154,10 +161,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Fri Mar 13 2009 crrodriguez@suse.de
- remove all "la" files
* Fri Jul 25 2008 sbrabec@suse.cz * Fri Jul 25 2008 sbrabec@suse.cz
- Build with voikko (Finnish, bnc#394355) and zemberek (Azeri, - Build with voikko (Finnish, bnc#394355) and zemberek (Azeri,
Turkmen, Turkish, Tatar) backends. Turkmen, Turkish, Tatar) backends.