SPECS: hunspell.spec - use 1.2.2 beta since there will be soname c...

arekm arekm at pld-linux.org
Fri Feb 1 22:14:51 CET 2008


Author: arekm                        Date: Fri Feb  1 21:14:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use 1.2.2 beta since there will be soname change

---- Files affected:
SPECS:
   hunspell.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/hunspell.spec
diff -u SPECS/hunspell.spec:1.13 SPECS/hunspell.spec:1.14
--- SPECS/hunspell.spec:1.13	Thu Jan  3 19:11:09 2008
+++ SPECS/hunspell.spec	Fri Feb  1 22:14:46 2008
@@ -2,12 +2,12 @@
 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.2.1
-Release:	1
+Version:	1.2.2
+Release:	0.b.1
 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:	c504f9c2065f697e586593992dd74dae
+Source0:	http://dl.sourceforge.net/hunspell/%{name}-%{version}b.tar.gz
+# Source0-md5:	46aecfa635868f2618b204968f4bebd1
 Patch0:		%{name}-as-needed.patch
 URL:		http://hunspell.sourceforge.net/
 BuildRequires:	autoconf >= 2.59
@@ -72,7 +72,7 @@
 Statyczna biblioteka hunspella.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}b
 %patch0 -p1
 
 %build
@@ -107,8 +107,10 @@
 %defattr(644,root,root,755)
 %doc README README.myspell AUTHORS AUTHORS.myspell COPYING THANKS license.hunspell license.myspell
 %attr(755,root,root) %{_bindir}/hunspell
-%attr(755,root,root) %{_libdir}/libhunspell.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhunspell.so.1
+%attr(755,root,root) %{_bindir}/hunzip
+%attr(755,root,root) %{_bindir}/hzip
+%attr(755,root,root) %{_libdir}/libhunspell-*.*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libhunspell-*.*.so.0
 %{_mandir}/man1/hunspell.1*
 %{_mandir}/man4/hunspell.4*
 %lang(hu) %{_mandir}/hu/man1/hunspell.1*
@@ -123,8 +125,8 @@
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhunspell.so
-%{_libdir}/libhunspell.la
+%attr(755,root,root) %{_libdir}/libhunspell-*.*.so
+%{_libdir}/libhunspell-*.*.la
 %{_libdir}/libparsers.a
 %{_includedir}/%{name}
 %{_includedir}/munch.h
@@ -133,7 +135,7 @@
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libhunspell.a
+%{_libdir}/libhunspell-*.*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -141,6 +143,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-02-01 21:14:46  arekm
+- use 1.2.2 beta since there will be soname change
+
 Revision 1.13  2008-01-03 18:11:09  qboosh
 - BR: ncurses-devel readline-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hunspell.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list