diff --git a/baselibs.conf b/baselibs.conf index ac2bc3a..6804f21 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,8 @@ -libFS6 -libFS-devel - requires -libFS- - requires "libFS6- = " +libICE6 + provides "xorg-x11-libICE- = 7.6_" + obsoletes "xorg-x11-libICE- < 7.6_" +libICE-devel + requires -libICE- + requires "libICE6- = " + provides "xorg-x11-libICE-devel- = 7.6_" + obsoletes "xorg-x11-libICE-devel- < 7.6_" diff --git a/libICE.changes b/libICE.changes index 79f2150..941b998 100644 --- a/libICE.changes +++ b/libICE.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 11 18:23:28 UTC 2012 - jengelh@medozas.de + +- Fix typo in baselibs.conf: should be libICE, not libFS +- Provide package descriptions and update homepage URL +- Add Obsoletes/Provides to baselibs.conf as well + ------------------------------------------------------------------- Fri Feb 10 15:57:48 UTC 2012 - sndirsch@suse.com diff --git a/libICE.spec b/libICE.spec index 5c3d03b..6352b92 100644 --- a/libICE.spec +++ b/libICE.spec @@ -21,16 +21,24 @@ Release: 0 Summary: X11 Inter-Client Exchange Library License: MIT Group: Development/Libraries/C and C++ -Url: http://cgit.freedesktop.org/xorg/lib/libICE/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libICE +#Git-Web: http://cgit.freedesktop.org/xorg/lib/libICE/ Source: %name-%version.tar.bz2 +BuildRoot: %_tmppath/%name-%version-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10 BuildRequires: pkgconfig(xproto), pkgconfig(xtrans) %description -(Upstream has not provided a description) +There are numerous possible inter-client protocols, with many +similarities and common needs - authentication, version negotiation, +byte order negotiation, and so on. +The Inter-Client Exchange (ICE) protocol is intended to provide a +framework for building such protocols, allowing them to make use of +common negotiation mechanisms and to be multiplexed over a single +transport connection. %package -n %lname Summary: X11 Inter-Client Exchange Library @@ -40,7 +48,10 @@ Provides: xorg-x11-libICE = 7.6_%version-%release Obsoletes: xorg-x11-libICE < 7.6_%version-%release %description -n %lname -(Upstream has not provided a description) +The Inter-Client Exchange (ICE) protocol is intended to provide a +framework for building such protocols, allowing them to make use of +common negotiation mechanisms and to be multiplexed over a single +transport connection. %package devel Summary: Development files for the X11 Inter-Client Exchange Library @@ -51,7 +62,10 @@ Provides: xorg-x11-libICE-devel = 7.6_%version-%release Obsoletes: xorg-x11-libICE-devel < 7.6_%version-%release %description devel -(Upstream has not provided a description) +The Inter-Client Exchange (ICE) protocol is intended to provide a +framework for building such protocols, allowing them to make use of +common negotiation mechanisms and to be multiplexed over a single +transport connection. This package contains the development headers for the library found in %lname.