SPECS: hunspell.spec - updated to 1.1.11-2, removed obsolete patch...
qboosh
qboosh at pld-linux.org
Mon Sep 3 20:15:27 CEST 2007
Author: qboosh Date: Mon Sep 3 18:15:27 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.1.11-2, removed obsolete patches
(note: shared lib is now upstream, but soname changed)
---- Files affected:
SPECS:
hunspell.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/hunspell.spec
diff -u SPECS/hunspell.spec:1.5 SPECS/hunspell.spec:1.6
--- SPECS/hunspell.spec:1.5 Wed Mar 14 23:25:39 2007
+++ SPECS/hunspell.spec Mon Sep 3 20:15:22 2007
@@ -2,19 +2,17 @@
Summary: Hunspell - a spell checker and morphological analyzer library
Summary(pl.UTF-8): hunspell - biblioteka do sprawdzania pisowni i analizy morfologicznej
Name: hunspell
-Version: 1.1.4
+Version: 1.1.11
Release: 1
-License: LGPL
+License: MPL v1.1 or GPL v2+ or LGPL v2.1+
Group: Libraries
-Source0: http://dl.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
-# Source0-md5: 4cf2dfb89dd58392ad5a1183c69eb628
-Patch0: %{name}-sharedlibs.patch
-Patch1: %{name}-defaultdictfromlang.patch
-Patch2: %{name}-capi.patch
+Source0: http://dl.sourceforge.net/hunspell/%{name}-%{version}-2.tar.gz
+# Source0-md5: 828b4a742b9636046ebf208fc2d6324b
URL: http://hunspell.sourceforge.net/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59
BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -50,6 +48,7 @@
Summary(pl.UTF-8): Pliki do programowania z użyciem hunspella
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: libstdc++-devel
%description devel
Includes and definitions for developing with hunspell.
@@ -71,9 +70,6 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
%build
%{__libtoolize}
@@ -101,10 +97,8 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README README.myspell AUTHORS AUTHORS.myspell license.hunspell license.myspell THANKS
-%attr(755,root,root) %{_bindir}/hunmorph
%attr(755,root,root) %{_bindir}/hunspell
-%attr(755,root,root) %{_bindir}/hunstem
-%attr(755,root,root) %{_libdir}/libhunspell.so.*.*.*
+%attr(755,root,root) %{_libdir}/libhunspell-1.1.so.*.*.*
%{_mandir}/man1/hunspell.1*
%{_mandir}/man4/hunspell.4*
%lang(hu) %{_mandir}/hu/man1/hunspell.1*
@@ -117,15 +111,15 @@
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhunspell.so
-%{_libdir}/libhunspell.la
+%attr(755,root,root) %{_libdir}/libhunspell-1.1.so
+%{_libdir}/libhunspell-1.1.la
+%{_libdir}/libparsers.a
%{_includedir}/%{name}
%{_pkgconfigdir}/hunspell.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/libhunspell.a
-%{_libdir}/libparsers.a
+%{_libdir}/libhunspell-1.1.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -133,6 +127,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2007/09/03 18:15:22 qboosh
+- updated to 1.1.11-2, removed obsolete patches
+ (note: shared lib is now upstream, but soname changed)
+
Revision 1.5 2007/03/14 22:25:39 glen
- typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hunspell.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list