]> git.pld-linux.org Git - packages/xorg-driver-video-apm.git/blob - xorg-driver-video-apm.spec
bc8f6c5944675fca06a412e1bb0ca600948a05ec
[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):    Sterownik obrazu X.org do kart graficznych Alliance ProMotion
3 Name:           xorg-driver-video-apm
4 Version:        1.0.1.3
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC3/driver/xf86-video-apm-%{version}.tar.bz2
9 # Source0-md5:  50843ecd9f3e51a02156c6d5fd21a7d1
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 >= 0.99.3
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 X.org video driver for Alliance ProMotion video adapters. It supports
29 PCI and ISA video cards based on the following chipsets: ProMotion
30 6420, ProMotion 6422, AT24, AT3D, AT25.
31
32 %description -l pl
33 Sterownik obrazu X.org do kart graficznych Alliance ProMotion.
34 Obs³uguje karty PCI i ISA oparte na nastêpuj±cych uk³adach: ProMotion
35 6420, ProMotion 6422, AT24, AT3D, AT25.
36
37 %prep
38 %setup -q -n xf86-video-apm-%{version}
39
40 # wrong test
41 sed -i -e 's/xxf86rush/xf86rushproto/' configure.ac
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure \
50         --disable-static
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 rm -f $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 ChangeLog README
68 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/apm_drv.so
69 %{_mandir}/man4/apm.4*
This page took 0.064657 seconds and 3 git commands to generate.