source: projects/specs/trunk/x/xorg-x11-drv-avivo/xorg-x11-drv-avivo-vl.spec @ 521

Revision 521, 2.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define tarball xf86-video-avivo
2%define driverdir %(pkg-config xorg-server --variable=moduledir)/drivers
3%define gitdate 20070918
4%define gitrev be7d380aba8d1ff2272bf2c931b2c9f78a549b46
5
6Name:           xorg-x11-drv-avivo
7Version:        0.0.1
8Release: 1%{?_dist_release}
9Summary:        Xorg X11 AVIVO video driver
10Summary(ja):        Xorg X11 AVIVO ビデオドライバ
11
12Group:          User Interface/X Hardware Support
13License:        GPLv2 and zlib
14URL:            http://www.x.org/
15# git snapshot.  To recreate, run
16# % ./make-snapshot.sh %{gitrev}
17Source0:        %{tarball}-%{gitdate}.tar.bz2
18Source1:        make-snapshot.sh
19BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
20
21BuildRequires:  autoconf automake libtool pkgconfig
22BuildRequires:  libpciaccess-devel
23BuildRequires:  xorg-x11-server-sdk >= 1.3.0.0
24Requires:       xorg-x11-server-Xorg
25
26Patch0:         x2300.patch
27
28%description
29X.Org X11 video driver for ATI R500 (AVIVO) cards and newer.
30
31%prep
32%setup -q -n %{tarball}-%{gitdate}
33%patch0 -p1 -b .x2300
34
35%build
36autoreconf -v --install
37# this is just paranoia.
38%configure --disable-pciaccess
39make %{?_smp_mflags}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT
44rm -f $RPM_BUILD_ROOT/%{driverdir}/*.la
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%doc COPYING STATUS
52%{_bindir}/avivotool
53%{driverdir}/avivo_drv.so
54
55%changelog
56* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-1
57- initial build for Vine Linux
58
59* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.1-7
60- Autorebuild for GCC 4.3
61
62* Thu Oct  4 2007 Kristian Høgsberg <krh@redhat.com> - 0.0.1-6
63- Add patch to add X2300 PCI IDs.
64
65* Tue Sep 18 2007 Adam Jackson <ajax@redhat.com> 0.0.1-4
66- Package review feedback (#293801)
67
68* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 0.0.1-3
69- Post-doc-drop git build.
70
71* Wed Jul 25 2007 Adam Jackson <ajax@redhat.com> 0.0.1-2
72- Updated git build.
73
74* Thu Jun 14 2007 Adam Jackson <ajax@redhat.com> 0.0.1-1
75- Initial revision.
Note: See TracBrowser for help on using the repository browser.