]> git.pld-linux.org Git - packages/xorg-lib-libXxf86dga.git/blob - xorg-lib-libXxf86dga.spec
- updated to 1.0.2
[packages/xorg-lib-libXxf86dga.git] / xorg-lib-libXxf86dga.spec
1 Summary:        XFree86-DGA extension library
2 Summary(pl.UTF-8):      Biblioteka rozszerzenia XFree86-DGA
3 Name:           xorg-lib-libXxf86dga
4 Version:        1.0.2
5 Release:        1
6 License:        MIT
7 Group:          X11/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-%{version}.tar.bz2
9 # Source0-md5:  6f5f621804ee652b6cc6f2025c517c78
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-libXext-devel
16 BuildRequires:  xorg-proto-xf86dgaproto-devel >= 2.0.3
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 XFree86-DGA (Direct Graphics Access) extension library.
22
23 %description -l pl.UTF-8
24 Biblioteka rozszerzenia XFree86-DGA (Direct Graphics Access -
25 bezpośredniego dostępu do grafiki).
26
27 %package devel
28 Summary:        Header files for libXxf86dga library
29 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libXxf86dga
30 Group:          X11/Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       xorg-lib-libXext-devel
33 Requires:       xorg-proto-xf86dgaproto-devel
34
35 %description devel
36 This package contains the header files needed to develop programs that
37 use libXxf86dga.
38
39 %description devel -l pl.UTF-8
40 Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
41 używających biblioteki libXxf86dga.
42
43 %package static
44 Summary:        Static libXxf86dga library
45 Summary(pl.UTF-8):      Biblioteka statyczna libXxf86dga
46 Group:          X11/Development/Libraries
47 Requires:       %{name}-devel = %{version}-%{release}
48
49 %description static
50 This package contains the static libXxf86dga library.
51
52 %description static -l pl.UTF-8
53 Pakiet zawiera statyczną bibliotekę libXxf86dga.
54
55 %prep
56 %setup -q -n libXxf86dga-%{version}
57
58 %build
59 %{__libtoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure
65
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 COPYING ChangeLog
84 %attr(755,root,root) %{_libdir}/libXxf86dga.so.*.*.*
85
86 %files devel
87 %defattr(644,root,root,755)
88 %attr(755,root,root) %{_libdir}/libXxf86dga.so
89 %{_libdir}/libXxf86dga.la
90 %{_pkgconfigdir}/xxf86dga.pc
91 %{_mandir}/man3/*.3x*
92
93 %files static
94 %defattr(644,root,root,755)
95 %{_libdir}/libXxf86dga.a
This page took 0.077002 seconds and 3 git commands to generate.