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