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

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

xserver-1.16.2

Line 
1%define tarball xf86-video-i128
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 i128 video driver
6Summary(ja):   Xorg X11 i128 ビデオドライバ
7Name:      xorg-x11-drv-i128
8Version:   1.3.6
9Release:   5%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
16Source1:    i128.xinf
17
18Patch0:     i128-1.2.0-1600sw-range-hack.patch
19Patch1:         xf86-video-i128-1.3.6-remove-mibstore.patch
20
21ExcludeArch: s390 s390x
22
23BuildRequires: xorg-x11-server-sdk >= 1.6
24
25Requires:  hwdata
26Requires:  xorg-x11-server-Xorg
27
28Vendor: Project Vine
29Distribution: Vine Linux
30
31%description
32X.Org X11 i128 video driver.
33
34%prep
35%setup -q -n %{tarball}-%{version}
36
37%patch0 -p1 -b .1600sw-hack
38%patch1 -p1 -b .mibstore
39
40%build
41%configure --disable-static --enable-xaa=no
42make
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47make install DESTDIR=$RPM_BUILD_ROOT
48
49mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
50install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
51
52# FIXME: Remove all libtool archives (*.la) from modules directory.  This
53# should be fixed in upstream Makefile.am or whatever.
54find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(-,root,root,-)
61%{driverdir}/i128_drv.so
62%{_datadir}/hwdata/videoaliases/i128.xinf
63%{_mandir}/man4/i128.4*
64
65%changelog
66* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-5
67- rebuild with xserver-1.16.2
68
69* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-4
70- rebuild with xserver-1.14.1
71
72* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-3
73- rebuild with VineSeed environment
74
75* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-2
76- rebuild with xserver-1.14.1
77- add Patch0 (xf86-video-i128-1.3.6-remove-mibstore.patch)
78
79* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-1
80- new upstream release
81
82* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
83- new upstream release
84
85* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-4
86- rebuild with xserver-1.11.1.902
87
88* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-3
89- rebuild with xserver-1.10.0
90
91* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-2
92- rebuild with xserver-1.9.2
93
94* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
95- new upstream release
96
97* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-2
98- rebuild with xserver-1.8rc
99
100* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-1
101- new upstream release
102
103* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
104- new upstream release
105
106* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
107- rebuild with xorg-server-1.4.99
108
109* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
110- initial build for Vine Linux
111
112* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.3.0-1
113- Update to latest upstream release
114
115* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 1.2.1-3.20080303
116- git snapshot for pciaccess support
117
118* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.1-2
119- Autorebuild for GCC 4.3
120
121* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.2.1-1
122- xf86-video-i128 1.2.1
123
124* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.0-7
125- Rebuild for PPC toolchain bug
126
127* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.0-6
128- Update Requires and BuildRequires.  Disown the module directories.  Add
129  Requires: hwdata.
130
131* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.0-5
132- ExclusiveArch -> ExcludeArch
133
134* Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-4
135- i128-1.2.0-1600sw-range-hack.patch: Also fill in maxPixClock and synthesize
136  the appropriate modes when we don't get DDC.
137
138* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-3
139- i128-1.2.0-1600sw-range-hack.patch: Attempt to force the sync ranges
140  correctly when we detect a 1600SW panel but don't get EDID info from it.
141
142* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-2.1
143- rebuild
144
145* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-2
146- Rebuild for 7.1 ABI fix.
147
148* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-1
149- Update to 1.2.0 from 7.1RC1.
150
151* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.0.5-1.1
152- rebuilt for new gcc4.1 snapshot and glibc changes
153
154* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.1.0.5-1
155- Updated xorg-x11-drv-i128 to version 1.1.0.5 from X11R7.0
156
157* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.4-1
158- Updated xorg-x11-drv-i128 to version 1.1.0.4 from X11R7 RC4
159- Removed 'x' suffix from manpage dirs to match RC4 upstream.
160
161* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.2-1
162- Updated xorg-x11-drv-i128 to version 1.1.0.2 from X11R7 RC2
163
164* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.1-1
165- Updated xorg-x11-drv-i128 to version 1.1.0.1 from X11R7 RC1
166- Fix *.la file removal.
167
168* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
169- Update BuildRoot to use Fedora Packaging Guidelines.
170- Deglob file manifest.
171- Limit "ExclusiveArch" to i386
172
173* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
174- Initial spec file for i128 video driver generated automatically
175  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.