SPECS: enchant.spec - updated to 1.2.6 - BR hspell-devel up to 0.9...

charles charles at pld-linux.org
Sun May 7 22:39:31 CEST 2006


Author: charles                      Date: Sun May  7 20:39:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.2.6
- BR hspell-devel up to 0.9-3 (zlib-devel deps)
- added without static_libs bcond

---- Files affected:
SPECS:
   enchant.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/enchant.spec
diff -u SPECS/enchant.spec:1.15 SPECS/enchant.spec:1.16
--- SPECS/enchant.spec:1.15	Thu Apr 13 18:54:40 2006
+++ SPECS/enchant.spec	Sun May  7 22:39:26 2006
@@ -1,19 +1,23 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	static_libs	# don't build static library
+#
 Summary:	libenchant - generic spell checking library
 Summary(pl):	libenchant - ogólna biblioteka sprawdzania pisowni
 Name:		enchant
-Version:	1.2.5
+Version:	1.2.6
 Release:	1
 License:	LGPL
 Group:		Libraries
-Source0:	http://www.abisource.com/downloads/enchant/1.2.5/%{name}-%{version}.tar.gz
-# Source0-md5:	e64ec808ed2cb687c242ebb835faeb61
+Source0:	http://www.abisource.com/downloads/enchant/1.2.6/%{name}-%{version}.tar.gz
+# Source0-md5:	617cfe8910245cc0c4d363b54dd6d207
 URL:		http://www.abisource.com/enchant/
 BuildRequires:	aspell-devel >= 2:0.50.0
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	glib2-devel >= 2.0
-BuildRequires:	hspell-devel
+BuildRequires:	hspell-devel >= 0.9-3
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	uspell-devel >= 1.1.0
@@ -157,6 +161,7 @@
 %{__automake}
 %configure \
 	--disable-binreloc \
+	%{!?with_static_libs:--disable-static} \
 	--with-ispell-dir=/usr/lib/ispell \
 	--with-uspell-dir=/usr/share/uspell
 # --with-myspell-dir=/some/where
@@ -205,9 +210,11 @@
 %{_includedir}/enchant
 %{_pkgconfigdir}/*.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%endif
 
 %files aspell
 %defattr(644,root,root,755)
@@ -235,6 +242,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/05/07 20:39:26  charles
+- updated to 1.2.6
+- BR hspell-devel up to 0.9-3 (zlib-devel deps)
+- added without static_libs bcond
+
 Revision 1.15  2006/04/13 16:54:40  freetz
 - 1.2.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/enchant.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list