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

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

xserver-1.18.3

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:   7%{?_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* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-7
67- rebuild with xserver-1.18.3
68
69* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-6
70- rebuild with xserver-1.17.2
71
72* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-5
73- rebuild with xserver-1.16.2
74
75* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-4
76- rebuild with xserver-1.14.1
77
78* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-3
79- rebuild with VineSeed environment
80
81* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-2
82- rebuild with xserver-1.14.1
83- add Patch0 (xf86-video-i128-1.3.6-remove-mibstore.patch)
84
85* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-1
86- new upstream release
87
88* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
89- new upstream release
90
91* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-4
92- rebuild with xserver-1.11.1.902
93
94* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-3
95- rebuild with xserver-1.10.0
96
97* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-2
98- rebuild with xserver-1.9.2
99
100* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
101- new upstream release
102
103* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-2
104- rebuild with xserver-1.8rc
105
106* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-1
107- new upstream release
108
109* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
110- new upstream release
111
112* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
113- rebuild with xorg-server-1.4.99
114
115* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
116- initial build for Vine Linux
117
118* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.3.0-1
119- Update to latest upstream release
120
121* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 1.2.1-3.20080303
122- git snapshot for pciaccess support
123
124* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.1-2
125- Autorebuild for GCC 4.3
126
127* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.2.1-1
128- xf86-video-i128 1.2.1
129
130* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.0-7
131- Rebuild for PPC toolchain bug
132
133* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.0-6
134- Update Requires and BuildRequires.  Disown the module directories.  Add
135  Requires: hwdata.
136
137* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.0-5
138- ExclusiveArch -> ExcludeArch
139
140* Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-4
141- i128-1.2.0-1600sw-range-hack.patch: Also fill in maxPixClock and synthesize
142  the appropriate modes when we don't get DDC.
143
144* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-3
145- i128-1.2.0-1600sw-range-hack.patch: Attempt to force the sync ranges
146  correctly when we detect a 1600SW panel but don't get EDID info from it.
147
148* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-2.1
149- rebuild
150
151* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-2
152- Rebuild for 7.1 ABI fix.
153
154* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-1
155- Update to 1.2.0 from 7.1RC1.
156
157* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.0.5-1.1
158- rebuilt for new gcc4.1 snapshot and glibc changes
159
160* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.1.0.5-1
161- Updated xorg-x11-drv-i128 to version 1.1.0.5 from X11R7.0
162
163* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.4-1
164- Updated xorg-x11-drv-i128 to version 1.1.0.4 from X11R7 RC4
165- Removed 'x' suffix from manpage dirs to match RC4 upstream.
166
167* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.2-1
168- Updated xorg-x11-drv-i128 to version 1.1.0.2 from X11R7 RC2
169
170* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.1-1
171- Updated xorg-x11-drv-i128 to version 1.1.0.1 from X11R7 RC1
172- Fix *.la file removal.
173
174* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
175- Update BuildRoot to use Fedora Packaging Guidelines.
176- Deglob file manifest.
177- Limit "ExclusiveArch" to i386
178
179* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
180- Initial spec file for i128 video driver generated automatically
181  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.