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

Revision 7648, 2.2 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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:   5.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
24%description
25X.Org X11 %{drvname} video driver.
26
27%prep
28%setup -q -n %{tarball}-%{version}
29%patch0 -p1 -b .mibstore
30
31%build
32./autogen.sh
33%configure --disable-static --enable-xaa=no
34make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39make install DESTDIR=$RPM_BUILD_ROOT
40
41# FIXME: Remove all libtool archives (*.la) from modules directory.  This
42# should be fixed in upstream Makefile.am or whatever.
43find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root,-)
50%{driverdir}/%{drvname}_drv.so
51%{_mandir}/man4/%{drvname}.4*
52
53%changelog
54* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-5.git20130118
55- rebuild with xserver-1.14.1
56- change Source0
57- add Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
58
59* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-4
60- rebuild with xserver-1.11.1.902
61
62* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
63- rebuild with xserver-1.10.0
64
65* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
66- rebuild with xserver-1.9.2
67
68* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
69- new upstream release
70
71* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
72- rebuild with xserver-1.8rc
73
74* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
75- new upstream release
76
77* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-2
78- rebuild with xorg-server-1.4.99
79
80* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
81- initial build
82
Note: See TracBrowser for help on using the repository browser.