]> git.pld-linux.org Git - packages/xorg-lib-libXau.git/blob - xorg-lib-libXau.spec
- updated to 1.0.6
[packages/xorg-lib-libXau.git] / xorg-lib-libXau.spec
1 Summary:        Xau - X authorization file management library
2 Summary(pl.UTF-8):      Xau - biblioteka zarządzająca plikami autoryzacji X
3 Name:           xorg-lib-libXau
4 Version:        1.0.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/lib/libXau-%{version}.tar.bz2
9 # Source0-md5:  4a2cbd83727682f9ee1c1e719bac6adb
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-xproto-devel
16 BuildRequires:  xorg-util-util-macros >= 1.4
17 Obsoletes:      libXau
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Xau is the X authorization file management library, conforming to X
22 Authorization Protocol.
23
24
25 %description -l pl.UTF-8
26 Xau to biblioteka zarządzająca plikami autoryzacji X zgodnie z
27 protokołem autoryzacji X.
28
29 %package devel
30 Summary:        Header files for libXau library
31 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libXau
32 Group:          X11/Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Requires:       xorg-proto-xproto-devel
35 Obsoletes:      libXau-devel
36
37 %description devel
38 Header files for libXau library.
39
40 %description devel -l pl.UTF-8
41 Pliki nagłówkowe biblioteki libXau.
42
43 %package static
44 Summary:        Static libXau library
45 Summary(pl.UTF-8):      Biblioteka statyczna libXau
46 Group:          X11/Development/Libraries
47 Requires:       %{name}-devel = %{version}-%{release}
48 Obsoletes:      libXau-static
49
50 %description static
51 Static libXau library.
52
53 %description static -l pl.UTF-8
54 Biblioteka statyczna libXau.
55
56 %prep
57 %setup -q -n libXau-%{version}
58
59 %build
60 %{__libtoolize}
61 %{__aclocal}
62 %{__autoconf}
63 %{__autoheader}
64 %{__automake}
65 %configure
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT \
73         pkgconfigdir=%{_pkgconfigdir}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post   -p /sbin/ldconfig
79 %postun -p /sbin/ldconfig
80
81 %files
82 %defattr(644,root,root,755)
83 %doc AUTHORS COPYING ChangeLog README
84 %attr(755,root,root) %{_libdir}/libXau.so.*.*.*
85 %attr(755,root,root) %ghost %{_libdir}/libXau.so.6
86
87 %files devel
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_libdir}/libXau.so
90 %{_libdir}/libXau.la
91 %{_includedir}/X11/Xauth.h
92 %{_pkgconfigdir}/xau.pc
93 %{_mandir}/man3/Xau*.3x*
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/libXau.a
This page took 0.054827 seconds and 3 git commands to generate.