]> git.pld-linux.org Git - packages/xorg-driver-video-mga.git/blob - xorg-driver-video-mga.spec
- updated to 2.0.0
[packages/xorg-driver-video-mga.git] / xorg-driver-video-mga.spec
1 Summary:        X.org video driver for Matrox video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych Matrox
3 Name:           xorg-driver-video-mga
4 Version:        2.0.0
5 Release:        1
6 Epoch:          1
7 License:        MIT
8 Group:          X11/Applications
9 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-%{version}.tar.bz2
10 # Source0-md5:  b8fc99b4adea8bfe80156b13df4b6c9c
11 URL:            https://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libdrm-devel >= 2.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig >= 1:0.19
17 BuildRequires:  rpmbuild(macros) >= 1.389
18 # checked, but not used
19 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
20 BuildRequires:  xorg-proto-fontsproto-devel
21 BuildRequires:  xorg-proto-randrproto-devel
22 BuildRequires:  xorg-proto-renderproto-devel
23 BuildRequires:  xorg-proto-videoproto-devel
24 BuildRequires:  xorg-proto-xextproto-devel
25 BuildRequires:  xorg-proto-xf86driproto-devel
26 BuildRequires:  xorg-proto-xproto-devel
27 BuildRequires:  xorg-util-util-macros >= 1.8
28 BuildRequires:  xorg-xserver-server-devel >= 1.3.0
29 %{?requires_xorg_xserver_videodrv}
30 Requires:       xorg-xserver-libdri >= 1.3.0
31 Requires:       xorg-xserver-libglx >= 1.3.0
32 Requires:       xorg-xserver-server >= 1.3.0
33 Provides:       xorg-driver-video
34 Obsoletes:      X11-driver-mga < 1:7.0.0
35 Obsoletes:      XFree86-driver-mga < 1:7.0.0
36 Obsoletes:      XFree86-mga
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 X.org video driver for Matrox video adapters. It supports PCI and AGP
41 video cards based on the following Matrox chips:
42 - MGA2064W,
43 - MGA1064SG (Mystique),
44 - MGA2164W (Millennium II),
45 - G100 (Productiva G100),
46 - G200 (Millennium G200 and Mystique G200),
47 - G400 (Millenium G400, Millenium G400 MAX, Millenium G450 and Marvel
48   G450 eTV),
49 - G550 (Milenium G550 and Millenium G500 Dual DVI).
50
51 %description -l pl.UTF-8
52 Sterownik obrazu X.org dla kart graficznych Matrox. Obsługuje karty
53 PCI i AGP oparte na następujących układach Matroksa:
54 - MGA2064W,
55 - MGA1064SG (Mystique),
56 - MGA2164W (Millennium II),
57 - G100 (Productiva G100),
58 - G200 (Millennium G200 i Mystique G200),
59 - G400 (Millenium G400, Millenium G400 MAX, Millenium G450 i Marvel
60   G450 eTV),
61 - G550 (Milenium G550 i Millenium G500 Dual DVI).
62
63 %prep
64 %setup -q -n xf86-video-mga-%{version}
65
66 %build
67 %{__libtoolize}
68 %{__aclocal}
69 %{__autoconf}
70 %{__autoheader}
71 %{__automake}
72 %configure
73
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %files
88 %defattr(644,root,root,755)
89 %doc COPYING ChangeLog README.md
90 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/mga_drv.so
91 %{_mandir}/man4/mga.4*
This page took 0.140937 seconds and 3 git commands to generate.