Accepting request 104206 from home:jengelh:branches:X11:XOrg
Fill in URLs/descriptions, and baselibs corrections OBS-URL: https://build.opensuse.org/request/show/104206 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=4
This commit is contained in:
parent
157d4b712b
commit
b7f368719d
@ -1,4 +1,8 @@
|
||||
libFS6
|
||||
libFS-devel
|
||||
requires -libFS-<targettype>
|
||||
requires "libFS6-<targettype> = <version>"
|
||||
libICE6
|
||||
provides "xorg-x11-libICE-<targettype> = 7.6_<version>"
|
||||
obsoletes "xorg-x11-libICE-<targettype> < 7.6_<version>"
|
||||
libICE-devel
|
||||
requires -libICE-<targettype>
|
||||
requires "libICE6-<targettype> = <version>"
|
||||
provides "xorg-x11-libICE-devel-<targettype> = 7.6_<version>"
|
||||
obsoletes "xorg-x11-libICE-devel-<targettype> < 7.6_<version>"
|
||||
|
@ -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
|
||||
|
||||
|
22
libICE.spec
22
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.
|
||||
|
Loading…
Reference in New Issue
Block a user