]> git.pld-linux.org Git - packages/xorg-driver-video-apm.git/blame - xorg-driver-video-apm.spec
- due to xserver 1.17
[packages/xorg-driver-video-apm.git] / xorg-driver-video-apm.spec
CommitLineData
cfce82fc 1Summary: X.org video driver for Alliance ProMotion video adapters
2a0f5a1d 2Summary(pl.UTF-8): Sterownik obrazu X.org do kart graficznych Alliance ProMotion
cfce82fc 3Name: xorg-driver-video-apm
11d00d84 4Version: 1.2.5
5d00ea34 5Release: 8
cfce82fc
JB
6License: MIT
7Group: X11/Applications
a61b85ea 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
11d00d84 9# Source0-md5: bce02d48c66932d082786167af22835a
d07eb1e3 10Patch0: build.patch
cfce82fc 11URL: http://xorg.freedesktop.org/
cba2b4c8 12BuildRequires: autoconf >= 2.60
cfce82fc
JB
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
e03c9165 16BuildRequires: rpmbuild(macros) >= 1.389
cba2b4c8 17BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
6dbfe484
JB
18BuildRequires: xorg-proto-fontsproto-devel
19BuildRequires: xorg-proto-randrproto-devel
20BuildRequires: xorg-proto-renderproto-devel
cfce82fc 21BuildRequires: xorg-proto-videoproto-devel
cba2b4c8
JB
22BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
23BuildRequires: xorg-util-util-macros >= 1.8
a61b85ea 24BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
cba2b4c8 25%{?requires_xorg_xserver_videodrv}
a61b85ea 26Requires: xorg-xserver-server >= 1.0.99.901
e03c9165 27Provides: xorg-driver-video
3421914c
JB
28Obsoletes: X11-driver-apm < 1:7.0.0
29Obsoletes: XFree86-Alliance
30Obsoletes: XFree86-driver-apm < 1:7.0.0
cfce82fc
JB
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34X.org video driver for Alliance ProMotion video adapters. It supports
35PCI and ISA video cards based on the following chipsets: ProMotion
366420, ProMotion 6422, AT24, AT3D, AT25.
37
49fd591c 38%description -l pl.UTF-8
cfce82fc 39Sterownik obrazu X.org do kart graficznych Alliance ProMotion.
49fd591c 40Obsługuje karty PCI i ISA oparte na następujących układach: ProMotion
cfce82fc
JB
416420, ProMotion 6422, AT24, AT3D, AT25.
42
43%prep
44%setup -q -n xf86-video-apm-%{version}
d07eb1e3 45%patch0 -p1
cfce82fc
JB
46
47%build
48%{__libtoolize}
49%{__aclocal}
50%{__autoconf}
51%{__autoheader}
52%{__automake}
cba2b4c8 53%configure
cfce82fc
JB
54
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
67415935 61 DESTDIR=$RPM_BUILD_ROOT
cfce82fc 62
712e1356 63%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
cfce82fc
JB
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
a63103e7 70%doc COPYING ChangeLog README
cfce82fc 71%attr(755,root,root) %{_libdir}/xorg/modules/drivers/apm_drv.so
67415935 72%{_mandir}/man4/apm.4*
This page took 0.092843 seconds and 4 git commands to generate.