rpms/xchat/F-7 xchat.spec,1.63,1.64

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Mon May 28 14:36:51 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23792/F-7

Modified Files:
	xchat.spec 
Log Message:
Use versioned Provides/Obsoletes to allow future package split.


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/F-7/xchat.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- xchat.spec	28 May 2007 03:11:37 -0000	1.63
+++ xchat.spec	28 May 2007 14:36:16 -0000	1.64
@@ -3,7 +3,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.2
-Release:   2%{?dist}
+Release:   3%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -34,8 +34,12 @@
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: gtkspell
 
-Provides:    xchat-perl, xchat-python, xchat-tcl
-Obsoletes:   xchat-perl, xchat-python, xchat-tcl
+Provides: xchat-perl = %{epoch}:%{version}-%{release}
+Obsoletes: xchat-perl < %{epoch}:%{version}-%{release}
+Provides: xchat-python = %{epoch}:%{version}-%{release}
+Obsoletes: xchat-python < %{epoch}:%{version}-%{release}
+Provides: xchat-tcl = %{epoch}:%{version}-%{release}
+Obsoletes: xchat-tcl < %{epoch}:%{version}-%{release}
 
 %description
 X-Chat is an easy to use graphical IRC chat client for the X Window System.
@@ -132,6 +136,9 @@
 %{_datadir}/dbus-1/services/org.xchat.service.service
 
 %changelog
+* Mon May 28 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-3
+- use versioned Provides/Obsoletes to allow future package split
+
 * Mon May 28 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-2
 - merge updates by Remi Collet and Marius Feraru (#224180)
 - mention Tcl in description




More information about the fedora-extras-commits mailing list