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

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

xserver-1.18.3

Line 
1%define tarball xf86-video-trident
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 trident video driver
6Summary(ja):   Xorg X11 trident ビデオドライバ
7Name:      xorg-x11-drv-trident
8Version:   1.3.7
9Release:   3%{?_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:   trident.xinf
17
18ExcludeArch: s390 s390x
19
20BuildRequires: xorg-x11-server-sdk >= 1.6
21
22Requires:  hwdata
23Requires:  xorg-x11-server-Xorg
24
25Vendor: Project Vine
26Distribution: Vine Linux
27
28%description
29X.Org X11 trident video driver.
30
31%prep
32%setup -q -n %{tarball}-%{version}
33
34%build
35%configure --disable-static --enable-xaa=no
36make
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41make install DESTDIR=$RPM_BUILD_ROOT
42
43mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
44install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
45
46# FIXME: Remove all libtool archives (*.la) from modules directory.  This
47# should be fixed in upstream Makefile.am or whatever.
48find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%{driverdir}/trident_drv.so
56%{_datadir}/hwdata/videoaliases/trident.xinf
57%{_mandir}/man4/trident.4*
58
59%changelog
60* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.7-3
61- rebuild with xserver-1.18.3
62
63* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.7-2
64- rebuild with xserver-1.17.2
65
66* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.7-1
67- new upstream release
68- remove Patch0 (xf86-video-trident-1.3.6-remove-mibstore.patch)
69
70* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-5
71- rebuild with xserver-1.16.2
72
73* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-4
74- rebuild with xserver-1.15.2
75
76* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-3
77- rebuild with VineSeed environment
78
79* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-2
80- rebuild with xserver-1.14.1
81- add Patch0 (xf86-video-trident-1.3.6-remove-mibstore.patch)
82
83* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-1
84- new upstream release
85
86* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
87- new upstream release
88
89* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-4
90- rebuild with xserver-1.11.1.902
91
92* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-3
93- rebuild with xserver-1.10.0
94
95* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-2
96- rebuild with xserver-1.9.2
97
98* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
99- new upstream release
100
101* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-2
102- rebuild with xserver-1.8rc
103
104* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-1
105- new upstream release
106
107* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
108- new upstream release
109
110* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
111- rebuild with xorg-server-1.4.99
112
113* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
114- initial build for Vine Linux
115
116* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.3.0-1
117- Latest upstream release
118
119* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.3-8
120- Autorebuild for GCC 4.3
121
122* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> - 1.2.3-7
123- pciaccess support (#433254)
124
125* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.2.3-6
126- Rebuild for ppc toolchain bug
127
128* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.3-5
129- Update Requires and BuildRequires.  Add Requires: hwdata.
130
131* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 1.2.3-4
132- Don't compile a dead file
133
134* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.3-3
135- ExclusiveArch -> ExcludeArch
136
137* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 1.2.3-2
138- Rebuild for 6 to 7 upgrade path
139
140* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.3-1
141- Update to 1.2.3
142
143* Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 1.2.1-3.fc6
144- Added trident-missing-symbols-bug168713.patch to fix bug (#168713)
145- Remove moduledir/driverdir directory ownership (#198294)
146- Added {?dist} tag to Release field.
147
148* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.1-2.1
149- rebuild
150
151* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-2
152- Rebuild for 7.1 ABI fix.
153
154* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-1
155- Update to 1.2.1 from 7.1RC1.
156
157* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.2-1.2
158- bump again for double-long bug on ppc(64)
159
160* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.2-1.1
161- rebuilt for new gcc4.1 snapshot and glibc changes
162
163* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
164- Updated xorg-x11-drv-trident to version 1.0.1.2 from X11R7.0
165
166* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.1-1
167- Updated xorg-x11-drv-trident to version 1.0.1.1 from X11R7 RC4
168- Removed 'x' suffix from manpage dirs to match RC4 upstream.
169
170* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
171- Updated xorg-x11-drv-trident to version 1.0.0.2 from X11R7 RC2
172
173* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
174- Updated xorg-x11-drv-trident to version 1.0.0.1 from X11R7 RC1
175- Fix *.la file removal.
176
177* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
178- Update BuildRoot to use Fedora Packaging Guidelines.
179- Deglob file manifest.
180- Limit "ExclusiveArch" to x86, x86_64, ppc
181
182* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
183- Initial spec file for trident video driver generated automatically
184  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.