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

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

xserver-1.16.2

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