This commit is contained in:
parent
97c5a99dca
commit
535ee6c5ee
19
libICE.spec
19
libICE.spec
@ -14,6 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libICE
|
||||
%define lname libICE6
|
||||
Version: 1.0.7
|
||||
@ -21,15 +24,15 @@ Release: 0
|
||||
Summary: X11 Inter-Client Exchange Library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://xorg.freedesktop.org/
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10
|
||||
BuildRequires: pkgconfig(xproto), pkgconfig(xtrans)
|
||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.10
|
||||
BuildRequires: pkgconfig(xproto) pkgconfig(xtrans)
|
||||
|
||||
%description
|
||||
There are numerous possible inter-client protocols, with many
|
||||
@ -44,8 +47,8 @@ transport connection.
|
||||
Summary: X11 Inter-Client Exchange Library
|
||||
Group: System/Libraries
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libICE = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libICE < 7.6_%version-%release
|
||||
Provides: xorg-x11-libICE = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libICE < 7.6_%version-%release
|
||||
|
||||
%description -n %lname
|
||||
The Inter-Client Exchange (ICE) protocol is intended to provide a
|
||||
@ -58,8 +61,8 @@ Summary: Development files for the X11 Inter-Client Exchange Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libICE-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libICE-devel < 7.6_%version-%release
|
||||
Provides: xorg-x11-libICE-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libICE-devel < 7.6_%version-%release
|
||||
|
||||
%description devel
|
||||
The Inter-Client Exchange (ICE) protocol is intended to provide a
|
||||
|
Loading…
Reference in New Issue
Block a user