]> git.pld-linux.org Git - packages/xorg-driver-video-ast.git/blob - xorg-driver-video-ast.spec
- release 2 (by relup.sh)
[packages/xorg-driver-video-ast.git] / xorg-driver-video-ast.spec
1 Summary:        X.org video driver for ASpeed Technologies video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org do kart graficznych ASpeed Technologies
3 Name:           xorg-driver-video-ast
4 Version:        1.1.5
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ast-%{version}.tar.bz2
9 # Source0-md5:  4f85febe48d51e53624550a96fc9e9ee
10 URL:            http://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
22 BuildRequires:  xorg-util-util-macros >= 1.3
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:      XFree86-driver-aspeed < 1:7.0.0
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 X.org video driver for video adapters based on ASpeed Technologies
32 chipsets: AST1180, AST2000, AST2100, AST2200, AST2300, AST2400,
33 AST2500.
34
35 %description -l pl.UTF-8
36 Sterownik obrazu X.org do kart graficznych opartych na ukÅ‚adach firmy
37 ASpeed Technologies: AST1180, AST2000, AST2100, AST2200, AST2300,
38 AST2400, AST2500.
39
40 %prep
41 %setup -q -n xf86-video-ast-%{version}
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc COPYING ChangeLog README
67 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/ast_drv.so
68 #%{_mandir}/man4/ast.4*
This page took 0.027244 seconds and 4 git commands to generate.