This commit is contained in:
parent
28e306dde7
commit
8a5ff20190
@ -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
|
||||
|
||||
|
28
enchant.spec
28
enchant.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package enchant (Version 1.4.2)
|
||||
#
|
||||
# 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.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
@ -19,7 +26,7 @@ License: LGPL v2.1 or later
|
||||
Group: Productivity/Text/Spell
|
||||
AutoReqProv: on
|
||||
Version: 1.4.2
|
||||
Release: 16
|
||||
Release: 46
|
||||
Summary: Generic Spell Checking Library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Url: http://www.abisource.com/
|
||||
@ -78,7 +85,7 @@ Authors:
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Generic Spell Checking Library
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description -n libenchant1
|
||||
A library providing an efficient extensible abstraction for dealing
|
||||
@ -94,7 +101,7 @@ Authors:
|
||||
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
|
||||
Requires: %{name} = %{version} glib2-devel libstdc++-devel
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -110,14 +117,14 @@ Authors:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
%configure\
|
||||
autoreconf -fiv
|
||||
%configure --with-pic \
|
||||
--disable-static
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*/*.*a
|
||||
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -154,10 +161,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Mar 13 2009 crrodriguez@suse.de
|
||||
- remove all "la" files
|
||||
* Fri Jul 25 2008 sbrabec@suse.cz
|
||||
- Build with voikko (Finnish, bnc#394355) and zemberek (Azeri,
|
||||
Turkmen, Turkish, Tatar) backends.
|
||||
|
Loading…
Reference in New Issue
Block a user