forked from pool/libvoikko
This commit is contained in:
parent
107b63c964
commit
9e3ae74e2e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 16:10:54 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove "la" files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 16:17:29 CEST 2008 - mrueckert@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libvoikko (Version 2.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: libvoikko
|
||||
Version: 2.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://voikko.sourceforge.net/
|
||||
License: GPL v2 or later
|
||||
Summary: Spellchecker and Hyphenator for Finnish Language
|
||||
@ -60,7 +60,7 @@ Authors:
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Spellchecker and Hyphenator for Finnish Language
|
||||
Requires: libvoikko1 = %{version} libmalaga-devel
|
||||
Requires: libvoikko1 = %{version} glibc-devel
|
||||
|
||||
%description devel
|
||||
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
|
||||
@ -93,13 +93,14 @@ Authors:
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
%configure\
|
||||
%configure --with-pic\
|
||||
--disable-static\
|
||||
--with-dictionary-path=%{_datadir}/malaga
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -n libvoikko1 -p /sbin/ldconfig
|
||||
|
||||
@ -119,10 +120,11 @@ make %{?jobs:-j%jobs}
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libvoikko
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/libvoikko.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 03 2009 crrodriguez@suse.de
|
||||
- remove "la" files
|
||||
* Wed Oct 22 2008 mrueckert@suse.de
|
||||
- fix debug_packages_requires define
|
||||
* Mon Sep 08 2008 sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user