]> git.pld-linux.org Git - packages/xorg-lib-libXfixes.git/blob - xorg-lib-libXfixes.spec
- up to 4.0.3
[packages/xorg-lib-libXfixes.git] / xorg-lib-libXfixes.spec
1 Summary:        X Fixes extension library
2 Summary(pl):    Biblioteka rozszerzenia X Fixes
3 Name:           xorg-lib-libXfixes
4 Version:        4.0.3
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:  1990d19725a3c7f32290037f02d3737f
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 >= 0.99.2
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
25 Biblioteka rozszerzenia X Fixes.
26
27 %package devel
28 Summary:        Header files for libXfixes library
29 Summary(pl):    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
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):    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
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
95 %files devel
96 %defattr(644,root,root,755)
97 %attr(755,root,root) %{_libdir}/libXfixes.so
98 %{_libdir}/libXfixes.la
99 %{_includedir}/X11/extensions/*.h
100 %{_pkgconfigdir}/xfixes.pc
101 %{_mandir}/man3/*.3x*
102
103 %files static
104 %defattr(644,root,root,755)
105 %{_libdir}/libXfixes.a
This page took 0.036872 seconds and 3 git commands to generate.