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

Revision 8065, 2.4 KB checked in by Takemikaduchi, 10 years ago (diff)

libdrm, libwacom, tar: new upstream release
xorg-x11-drivers: new upstream release or rebuild

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