]> git.pld-linux.org Git - packages/xorg-lib-libXcursor.git/blob - xorg-lib-libXcursor.spec
- 1.1.5.1 (X11R7.0-RC3)
[packages/xorg-lib-libXcursor.git] / xorg-lib-libXcursor.spec
1 Summary:        X Cursor library
2 Summary(pl):    Biblioteka X Cursor
3 Name:           xorg-lib-libXcursor
4 Version:        1.1.5.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC3/lib/libXcursor-%{version}.tar.bz2
9 # Source0-md5:  ca793776537ce25422134f3dc7b7e55f
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-libXfixes-devel
16 BuildRequires:  xorg-lib-libXrender-devel >= 0.8.2
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 Obsoletes:      XFree86-xcursor
19 Obsoletes:      libXcursor
20 Obsoletes:      xcursor
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 X Cursor - client-side cursor loading library.
25
26 %description -l pl
27 X Cursor - kliencka biblioteka do wczytywania kursorów.
28
29 %package devel
30 Summary:        Header files libXcursor development
31 Summary(pl):    Pliki nag³ówkowe do biblioteki libXcursor
32 Group:          X11/Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Requires:       xorg-lib-libXfixes-devel
35 Requires:       xorg-lib-libXrender-devel >= 0.8.2
36 Obsoletes:      XFree86-xcursor-devel
37 Obsoletes:      libXcursor-devel
38 Obsoletes:      xcursor-devel
39
40 %description devel
41 X Cursor - client-side cursor loading library.
42
43 This package contains the header files needed to develop programs that
44 use these libXcursor.
45
46 %description devel -l pl
47 X Cursor - kliencka biblioteka do wczytywania kursorów.
48
49 Pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania programów
50 u¿ywaj±cych biblioteki libXcursor.
51
52 %package static
53 Summary:        Static libXcursor library
54 Summary(pl):    Biblioteka statyczna libXcursor
55 Group:          X11/Development/Libraries
56 Requires:       %{name}-devel = %{version}-%{release}
57 Obsoletes:      XFree86-xcursor-static
58 Obsoletes:      libXcursor-static
59 Obsoletes:      xcursor-static
60
61 %description static
62 X Cursor - client-side cursor loading library.
63
64 This package contains the static libXcursor library.
65
66 %description static -l pl
67 X Cursor - kliencka biblioteka do wczytywania kursorów.
68
69 Pakiet zawiera statyczn± bibliotekê libXcursor.
70
71 %prep
72 %setup -q -n libXcursor-%{version}
73
74 %build
75 %{__libtoolize}
76 %{__aclocal}
77 %{__autoconf}
78 %{__autoheader}
79 %{__automake}
80 %configure
81 %{__make}
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT \
88         pkgconfigdir=%{_pkgconfigdir}
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post   -p /sbin/ldconfig
94 %postun -p /sbin/ldconfig
95
96 %files
97 %defattr(644,root,root,755)
98 %doc AUTHORS COPYING ChangeLog
99 %attr(755,root,root) %{_libdir}/libXcursor.so.*.*.*
100
101 %files devel
102 %defattr(644,root,root,755)
103 %attr(755,root,root) %{_libdir}/libXcursor.so
104 %{_libdir}/libXcursor.la
105 %dir %{_includedir}/X11/Xcursor
106 %{_includedir}/X11/Xcursor/*.h
107 %{_pkgconfigdir}/xcursor.pc
108 %{_mandir}/man3/*.3x*
109
110 %files static
111 %defattr(644,root,root,755)
112 %{_libdir}/libXcursor.a
This page took 0.08479 seconds and 3 git commands to generate.