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