]> git.pld-linux.org Git - packages/xorg-driver-video-tga.git/blob - xorg-driver-video-tga.spec
rebuil with xorg-xserver-server 21.1.0
[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.2
5 Release:        12
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:  f77d66e86ed0485b204b17e734aa47df
10 Patch0:         build.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
18 BuildRequires:  xorg-proto-fontsproto-devel
19 BuildRequires:  xorg-proto-randrproto-devel
20 BuildRequires:  xorg-proto-renderproto-devel
21 BuildRequires:  xorg-proto-videoproto-devel
22 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
23 BuildRequires:  xorg-proto-xf86dgaproto-devel >= 2.1
24 BuildRequires:  xorg-util-util-macros >= 1.3
25 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
26 %{?requires_xorg_xserver_videodrv}
27 Requires:       xorg-xserver-server >= 1.0.99.901
28 Provides:       xorg-driver-video
29 Obsoletes:      X11-driver-tga < 1:7.0.0
30 Obsoletes:      XFree86-TGA
31 Obsoletes:      XFree86-driver-tga < 1:7.0.0
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 X.org video driver for TGA (DEC 21030) video chips.
36
37 %description -l pl.UTF-8
38 Sterownik obrazu X.org dla układów graficznych TGA (DEC 21030).
39
40 %prep
41 %setup -q -n xf86-video-tga-%{version}
42 %patch0 -p1
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc COPYING ChangeLog README
68 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tga_drv.so
69 #%{_mandir}/man4/tga.4*
This page took 0.103156 seconds and 4 git commands to generate.