resetting manifest requested domain to floor
[platform/upstream/libICE.git] / packaging / libICE.spec
1 Name:           libICE
2 Version:        1.0.8
3 Release:        0
4 License:        MIT
5 Summary:        X11 Inter-Client Exchange Library
6 Url:            http://xorg.freedesktop.org/
7 Group:          Graphics/X Window System
8
9 Source:         %{name}-%{version}.tar.bz2
10 Source1001:     libICE.manifest
11 BuildRequires:  pkgconfig
12 BuildRequires:  pkgconfig(xorg-macros) >= 1.12
13 BuildRequires:  pkgconfig(xproto)
14 BuildRequires:  pkgconfig(xtrans)
15
16 %description
17 There are numerous possible inter-client protocols, with many
18 similarities and common needs - authentication, version negotiation,
19 byte order negotiation, and so on.
20 The Inter-Client Exchange (ICE) protocol is intended to provide a
21 framework for building such protocols, allowing them to make use of
22 common negotiation mechanisms and to be multiplexed over a single
23 transport connection.
24
25 %package devel
26 Summary:        Development files for the X11 Inter-Client Exchange Library
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}
29
30 %description devel
31 The Inter-Client Exchange (ICE) protocol is intended to provide a
32 framework for building such protocols, allowing them to make use of
33 common negotiation mechanisms and to be multiplexed over a single
34 transport connection.
35
36 This package contains the development headers for the library found
37 in %{name}.
38
39 %prep
40 %setup -q
41 cp %{SOURCE1001} .
42
43 %build
44 %configure --docdir=%_docdir/%{name} --disable-static
45 make %{?_smp_mflags}
46
47 %install
48 %make_install
49
50 %post  -p /sbin/ldconfig
51
52 %postun  -p /sbin/ldconfig
53
54 %files
55 %manifest %{name}.manifest
56 %defattr(-,root,root)
57 %license COPYING
58 %{_libdir}/libICE.so.6*
59
60 %files devel
61 %manifest %{name}.manifest
62 %defattr(-,root,root)
63 %{_includedir}/X11/*
64 %{_libdir}/libICE.so
65 %{_libdir}/pkgconfig/ice.pc
66 %_docdir/%{name}
67
68 %changelog