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

Revision 10229, 2.7 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

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