]> git.pld-linux.org Git - packages/xorg-driver-video-apm.git/blob - xorg-driver-video-apm.spec
- track xserver videodrv deps
[packages/xorg-driver-video-apm.git] / xorg-driver-video-apm.spec
1 Summary:        X.org video driver for Alliance ProMotion video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org do kart graficznych Alliance ProMotion
3 Name:           xorg-driver-video-apm
4 Version:        1.1.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
9 # Source0-md5:  ac7e05f0dfc7e02cac0bf17b9eb89b11
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 # temporary
16 BuildRequires:  sed >= 4.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
22 BuildRequires:  xorg-proto-xf86rushproto-devel
23 BuildRequires:  xorg-util-util-macros >= 0.99.2
24 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
25 BuildRequires:  rpmbuild(macros) >= 1.389
26 %requires_xorg_xserver_videodrv
27 Requires:       xorg-xserver-server >= 1.0.99.901
28 Obsoletes:      X11-driver-apm < 1:7.0.0
29 Obsoletes:      XFree86-Alliance
30 Obsoletes:      XFree86-driver-apm < 1:7.0.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 X.org video driver for Alliance ProMotion video adapters. It supports
35 PCI and ISA video cards based on the following chipsets: ProMotion
36 6420, ProMotion 6422, AT24, AT3D, AT25.
37
38 %description -l pl.UTF-8
39 Sterownik obrazu X.org do kart graficznych Alliance ProMotion.
40 Obsługuje karty PCI i ISA oparte na następujących układach: ProMotion
41 6420, ProMotion 6422, AT24, AT3D, AT25.
42
43 %prep
44 %setup -q -n xf86-video-apm-%{version}
45
46 # wrong test
47 sed -i -e 's/xxf86rush/xf86rushproto/' configure.ac
48
49 %build
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__autoheader}
54 %{__automake}
55 %configure \
56         --disable-static
57
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc COPYING ChangeLog README
74 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/apm_drv.so
75 %{_mandir}/man4/apm.4*
This page took 0.02799 seconds and 4 git commands to generate.