source: projects/specs/trunk/x/xorg-x11-drv-xgi/xorg-x11-drv-xgi-vl.spec @ 9775

Revision 9775, 2.6 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

Line 
1%define drvname xgi
2%define tarball xf86-video-%{drvname}
3%define moduledir %(pkg-config xorg-server --variable=moduledir )
4%define driverdir       %{moduledir}/drivers
5
6Summary:   Xorg X11 %{drvname} video driver
7Summary(ja):   Xorg X11 %{drvname} ビデオドライバ
8Name:      xorg-x11-drv-%{drvname}
9Version:   1.6.1
10Release:   1%{?_dist_release}
11URL:       http://www.x.org
12License: MIT
13Group:     User Interface/X Hardware Support
14
15Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
16
17BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
18BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
19Requires:  xorg-x11-server-Xorg
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25X.Org X11 %{drvname} video driver.
26
27%prep
28%setup -q -n %{tarball}-%{version}
29
30%build
31%configure --disable-static --enable-xaa=no
32make
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37make install DESTDIR=$RPM_BUILD_ROOT
38
39# FIXME: Remove all libtool archives (*.la) from modules directory.  This
40# should be fixed in upstream Makefile.am or whatever.
41find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(-,root,root,-)
48%{driverdir}/%{drvname}_drv.so
49%{_mandir}/man4/%{drvname}.4*
50
51%changelog
52* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
53- new upstream release
54- remove Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
55
56* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-8.git20130118
57- rebuild with xserver-1.16.2
58
59* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-7.git20130118
60- rebuild with xserver-1.15.2
61
62* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-6.git20130118
63- rebuild with VineSeed environment
64
65* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-5.git20130118
66- rebuild with xserver-1.14.1
67- change Source0
68- add Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
69
70* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-4
71- rebuild with xserver-1.11.1.902
72
73* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
74- rebuild with xserver-1.10.0
75
76* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
77- rebuild with xserver-1.9.2
78
79* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
80- new upstream release
81
82* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
83- rebuild with xserver-1.8rc
84
85* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
86- new upstream release
87
88* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-2
89- rebuild with xorg-server-1.4.99
90
91* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
92- initial build
93
Note: See TracBrowser for help on using the repository browser.