]> git.pld-linux.org Git - packages/xorg-driver-video-cirrus.git/blob - xorg-driver-video-cirrus.spec
- updated to 1.6.0; subdrivers have been merged
[packages/xorg-driver-video-cirrus.git] / xorg-driver-video-cirrus.spec
1 Summary:        X.org video driver for Cirrus Logic video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych Cirrus Logic
3 Name:           xorg-driver-video-cirrus
4 Version:        1.6.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-%{version}.tar.xz
9 # Source0-md5:  75ef45cd4e747a7b2506e1f41d7236c3
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:  tar >= 1:1.22
17 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
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-xproto-devel
24 BuildRequires:  xorg-util-util-macros >= 1.8
25 BuildRequires:  xorg-xserver-server-devel >= 1.4
26 BuildRequires:  xz
27 %{?requires_xorg_xserver_videodrv}
28 Requires:       xorg-xserver-server >= 1.4
29 Provides:       xorg-driver-video
30 Obsoletes:      X11-driver-cirrus < 1:7.0.0
31 Obsoletes:      XFree86-Cirrus < 4
32 Obsoletes:      XFree86-driver-cirrus < 1:7.0.0
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 X.org video driver for Cirrus Logic video chips.
37
38 %description -l pl.UTF-8
39 Sterownik obrazu X.org dla układów graficznych Cirrus Logic.
40
41 %prep
42 %setup -q -n xf86-video-cirrus-%{version}
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %{__rm} $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 COPYING ChangeLog README.md README.multihead
68 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/cirrus_drv.so
69 %{_mandir}/man4/cirrus.4*
This page took 0.262175 seconds and 4 git commands to generate.