]> git.pld-linux.org Git - packages/xorg-lib-libXfixes.git/blob - xorg-lib-libXfixes.spec
- up to 4.0.5
[packages/xorg-lib-libXfixes.git] / xorg-lib-libXfixes.spec
1 Summary:        X Fixes extension library
2 Summary(pl.UTF-8):      Biblioteka rozszerzenia X Fixes
3 Name:           xorg-lib-libXfixes
4 Version:        4.0.5
5 Release:        1
6 License:        MIT
7 Group:          X11/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/lib/libXfixes-%{version}.tar.bz2
9 # Source0-md5:  1b4b8386bd5d1751b2c7177223ad4629
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-proto-fixesproto-devel >= 4.0
17 BuildRequires:  xorg-util-util-macros >= 1.3
18 Obsoletes:      libXfixes
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 X Fixes extension library.
23
24 %description -l pl.UTF-8
25 Biblioteka rozszerzenia X Fixes.
26
27 %package devel
28 Summary:        Header files for libXfixes library
29 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libXfixes
30 Group:          X11/Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       xorg-lib-libX11-devel
33 Requires:       xorg-proto-fixesproto-devel >= 4.0
34 Obsoletes:      libXfixes-devel
35
36 %description devel
37 X Fixes extension library.
38
39 This package contains the header files needed to develop programs that
40 use libXfixes.
41
42 %description devel -l pl.UTF-8
43 Biblioteka rozszerzenia X Fixes.
44
45 Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
46 używających biblioteki libXfixes.
47
48 %package static
49 Summary:        Static libXfixes library
50 Summary(pl.UTF-8):      Biblioteka statyczna libXfixes
51 Group:          X11/Development/Libraries
52 Requires:       %{name}-devel = %{version}-%{release}
53 Obsoletes:      libXfixes-static
54
55 %description static
56 X Fixes extension library.
57
58 This package contains the static libXfixes library.
59
60 %description static -l pl.UTF-8
61 Biblioteka rozszerzenia X Fixes.
62
63 Pakiet zawiera statyczną bibliotekę libXfixes.
64
65 %prep
66 %setup -q -n libXfixes-%{version}
67
68 %build
69 %{__libtoolize}
70 %{__aclocal}
71 %{__autoconf}
72 %{__autoheader}
73 %{__automake}
74 %configure
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT \
82         pkgconfigdir=%{_pkgconfigdir}
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}/libXfixes.so.*.*.*
94 %attr(755,root,root) %ghost %{_libdir}/libXfixes.so.3
95
96 %files devel
97 %defattr(644,root,root,755)
98 %attr(755,root,root) %{_libdir}/libXfixes.so
99 %{_libdir}/libXfixes.la
100 %{_includedir}/X11/extensions/Xfixes.h
101 %{_pkgconfigdir}/xfixes.pc
102 %{_mandir}/man3/Xfixes.3x*
103
104 %files static
105 %defattr(644,root,root,755)
106 %{_libdir}/libXfixes.a
This page took 0.181353 seconds and 3 git commands to generate.