]> git.pld-linux.org Git - packages/xorg-driver-video-tga.git/blob - xorg-driver-video-tga.spec
- release 6
[packages/xorg-driver-video-tga.git] / xorg-driver-video-tga.spec
1 Summary:        X.org video driver for TGA (DEC 21030) video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych TGA (DEC 21030)
3 Name:           xorg-driver-video-tga
4 Version:        1.2.1
5 Release:        6
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-%{version}.tar.bz2
9 # Source0-md5:  bcbceda78395de74544c83b46a7700cd
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:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-videoproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
22 BuildRequires:  xorg-proto-xf86dgaproto-devel
23 BuildRequires:  xorg-util-util-macros >= 0.99.2
24 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       xorg-xserver-server >= 1.0.99.901
27 Obsoletes:      X11-driver-tga < 1:7.0.0
28 Obsoletes:      XFree86-TGA
29 Obsoletes:      XFree86-driver-tga < 1:7.0.0
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for TGA (DEC 21030) video chips.
34
35 %description -l pl.UTF-8
36 Sterownik obrazu X.org dla układów graficznych TGA (DEC 21030).
37
38 %prep
39 %setup -q -n xf86-video-tga-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc COPYING ChangeLog README
65 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tga_drv.so
66 #%{_mandir}/man4/tga.4*
This page took 0.073743 seconds and 3 git commands to generate.