rpms/xchat/devel xchat.spec,1.69,1.70

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Jun 12 15:56:46 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28448/devel

Modified Files:
	xchat.spec 
Log Message:
Build against system libsexy instead of static sexy-spell-entry now that this is possible (Core-Extras merge).


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- xchat.spec	2 Jun 2007 20:31:40 -0000	1.69
+++ xchat.spec	12 Jun 2007 15:56:11 -0000	1.70
@@ -3,7 +3,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.2
-Release:   8%{?dist}
+Release:   9%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -30,6 +30,7 @@
 BuildRequires: glib2-devel >= 2.10.0, gtk2-devel >= 2.10.0, bison >= 1.35
 BuildRequires: gettext /bin/sed
 BuildRequires: libtool
+BuildRequires: libsexy-devel
 # For gconftool-2:
 Requires(post): GConf2 >= %{gconf_version}
 Requires(preun): GConf2 >= %{gconf_version}
@@ -82,11 +83,10 @@
            --enable-python \
            --enable-tcl=%{_libdir} \
            --enable-ipv6 \
-           --enable-spell=static \
+           --enable-spell=libsexy \
            --enable-shm
 
 # gtkspell breaks Input Method commit with ENTER
-# static works if the optional enchant package is installed
 
 make %{?_smp_mflags}
 
@@ -151,6 +151,10 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Tue Jun 12 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-9
+- build against system libsexy instead of static sexy-spell-entry now that this
+  is possible (Core-Extras merge)
+
 * Sat Jun  2 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-8
 - disable tray icon by default (#241923)
 




More information about the fedora-extras-commits mailing list