Accepting request 134063 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hunspell?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2012-09-17 11:56:07 +00:00 committed by Git OBS Bridge
commit defdb60df6
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 3 07:57:13 UTC 2012 - pgajdos@suse.com
- added /usr/lib64/libhunspell.so on request from egdfree@opensuse.org
-------------------------------------------------------------------
Wed Dec 14 15:17:31 UTC 2011 - cfarrell@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package hunspell
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -21,9 +21,10 @@ License: (GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+
Group: System/Libraries
Name: hunspell
Version: 1.3.2
%define ver 1.3
Version: %{ver}.2
Release: 0
URL: http://hunspell.sourceforge.net/
Url: http://hunspell.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRequires: autoconf >= 2.59
@ -83,6 +84,7 @@ make %{?_smp_mflags}
%makeinstall
rm -f %{buildroot}%{_bindir}/example
install -m 644 src/tools/{,un}munch.h %{buildroot}%{_includedir}
ln -sf %{_libdir}/libhunspell-%{ver}.so.0.0.0 %{buildroot}%{_libdir}/libhunspell.so
%find_lang %{name}
%check
@ -125,7 +127,7 @@ make check
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libhunspell-*.so
%attr(755,root,root) %{_libdir}/libhunspell*.so
%{_libdir}/libhunspell-*.la
%{_libdir}/libparsers.a
%{_includedir}/%{name}