]> git.pld-linux.org Git - packages/xorg-lib-libXdmcp.git/blob - xorg-lib-libXdmcp.spec
5f776c62e46a41ab7ec99b7d64f2a65b6030d2d0
[packages/xorg-lib-libXdmcp.git] / xorg-lib-libXdmcp.spec
1 Summary:        X Display Manager Control Protocol library
2 Summary(pl.UTF-8):      Biblioteka protokołu XDMCP
3 Name:           xorg-lib-libXdmcp
4 Version:        1.1.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-%{version}.tar.bz2
9 # Source0-md5:  762b6bbaff7b7d0831ddb4f072f939a5
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  docbook-dtd43-xml
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  xmlto >= 0.0.20
17 BuildRequires:  xorg-proto-xproto-devel
18 BuildRequires:  xorg-sgml-doctools >= 1.5
19 BuildRequires:  xorg-util-util-macros >= 1.10
20 Obsoletes:      libXdmcp
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 X Display Manager Control Protocol library.
25
26 %description -l pl.UTF-8
27 Biblioteka protokołu XDMCP (X Display Manager Control Protocol).
28
29 %package devel
30 Summary:        Header files for libXdmcp library
31 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libXdmcp
32 Group:          X11/Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Requires:       xorg-proto-xproto-devel
35 Obsoletes:      libXdmcp-devel
36
37 %description devel
38 X Display Manager Control Protocol library.
39
40 This package contains the header files needed to develop programs that
41 use libXdmcp.
42
43 %description devel -l pl.UTF-8
44 Biblioteka protokołu XDMCP (X Display Manager Control Protocol).
45
46 Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
47 używających biblioteki libXdmcp.
48
49 %package static
50 Summary:        Static libXdmcp library
51 Summary(pl.UTF-8):      Biblioteka statyczna libXdmcp
52 Group:          X11/Development/Libraries
53 Requires:       %{name}-devel = %{version}-%{release}
54 Obsoletes:      libXdmcp-static
55
56 %description static
57 X Display Manager Control Protocol library.
58
59 This package contains the static libXdmcp library.
60
61 %description static -l pl.UTF-8
62 Biblioteka protokołu XDMCP (X Display Manager Control Protocol).
63
64 Pakiet zawiera statyczną bibliotekę libXdmcp.
65
66 %prep
67 %setup -q -n libXdmcp-%{version}
68
69 %build
70 %{__libtoolize}
71 %{__aclocal}
72 %{__autoconf}
73 %{__autoheader}
74 %{__automake}
75 %configure
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post   -p /sbin/ldconfig
88 %postun -p /sbin/ldconfig
89
90 %files
91 %defattr(644,root,root,755)
92 %doc AUTHORS COPYING ChangeLog README
93 %attr(755,root,root) %{_libdir}/libXdmcp.so.*.*.*
94 %attr(755,root,root) %ghost %{_libdir}/libXdmcp.so.6
95
96 %files devel
97 %defattr(644,root,root,755)
98 %doc doc/*.{html,css}
99 %attr(755,root,root) %{_libdir}/libXdmcp.so
100 %{_libdir}/libXdmcp.la
101 %{_includedir}/X11/Xdmcp.h
102 %{_pkgconfigdir}/xdmcp.pc
103
104 %files static
105 %defattr(644,root,root,755)
106 %{_libdir}/libXdmcp.a
This page took 0.61418 seconds and 2 git commands to generate.