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