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

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

xserver-1.16.2

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:   8.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* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-8.git20130118
58- rebuild with xserver-1.16.2
59
60* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-7.git20130118
61- rebuild with xserver-1.15.2
62
63* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-6.git20130118
64- rebuild with VineSeed environment
65
66* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-5.git20130118
67- rebuild with xserver-1.14.1
68- change Source0
69- add Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
70
71* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-4
72- rebuild with xserver-1.11.1.902
73
74* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
75- rebuild with xserver-1.10.0
76
77* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
78- rebuild with xserver-1.9.2
79
80* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
81- new upstream release
82
83* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
84- rebuild with xserver-1.8rc
85
86* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
87- new upstream release
88
89* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-2
90- rebuild with xorg-server-1.4.99
91
92* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
93- initial build
94
Note: See TracBrowser for help on using the repository browser.