source: projects/specs/trunk/x/xorg-x11-drv-tdfx/xorg-x11-drv-tdfx-vl.spec @ 9775

Revision 9775, 5.4 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

Line 
1%define tarball xf86-video-tdfx
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 tdfx video driver
6Summary(ja):   Xorg X11 tdfx ビデオドライバ
7Name:      xorg-x11-drv-tdfx
8Version:   1.4.6
9Release:   2%{?_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:   tdfx.xinf
17
18ExcludeArch: s390 s390x
19
20BuildRequires: xorg-x11-server-sdk >= 1.6
21BuildRequires: libdrm-devel >= 2.0-1
22BuildRequires: xorg-x11-util-macros >= 1.1.5
23
24Requires:  hwdata
25Requires:  xorg-x11-server-Xorg
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%description
31X.Org X11 tdfx video driver.
32
33%prep
34%setup -q -n %{tarball}-%{version}
35
36%build
37%configure --disable-static --enable-xaa=no
38make
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43make install DESTDIR=$RPM_BUILD_ROOT
44
45mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
46install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
47
48# FIXME: Remove all libtool archives (*.la) from modules directory.  This
49# should be fixed in upstream Makefile.am or whatever.
50find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(-,root,root,-)
57%{driverdir}/tdfx_drv.so
58%{_datadir}/hwdata/videoaliases/tdfx.xinf
59%{_mandir}/man4/tdfx.4*
60
61%changelog
62* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-2
63- rebuild with xserver-1.17.2
64
65* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
66- new upstream release
67- remove Patch0 (xf86-video-tdfx-1.4.5-remove-mibstore.patch)
68
69* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-5
70- rebuild with xserver-1.16.2
71
72* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-4
73- rebuild with xserver-1.15.2
74
75* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-3
76- rebuild with xserver-1.14.1
77
78* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-2
79- rebuild with xserver-1.14.1
80- add Patch0 (xf86-video-tdfx-1.4.5-remove-mibstore.patch)
81
82* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
83- new upstream release
84
85* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
86- new upstream release
87
88* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-5
89- rebuild with xserver-1.11.1.902
90
91* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-4
92- rebuild with xserver-1.10.0
93
94* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-3
95- rebuild with xserver-1.9.2
96
97* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-2
98- rebuild with xserver-1.8rc
99
100* Thu Dec 03 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
101- new upstream release
102
103* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
104- new upstream release
105
106* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
107- rebuild with xorg-server-1.4.99
108
109* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
110- initial build for Vine Linux
111
112* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.4.0-1
113- Latest upstream release
114
115* Wed Feb 27 2008 Dave Airlie <airlied@fedoraproject.org> - 1.3.0-8
116- make tdfx build again by rebasing to upstream - may not work
117
118* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-7
119- Autorebuild for GCC 4.3
120
121* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.3.0-6
122- Rebuild for ppc toolchain bug
123
124* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.3.0-5
125- Update Requires and BuildRequires.  Add Requires: hwdata.
126
127* Mon Mar 19 2007 Adam Jackson <ajax@redhat.com> 1.3.0-4
128- tdfx-1.3.0-fix-ddc-order.patch: Move DDC probe before mode validation.
129
130* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.3.0-3
131- ExclusiveArch -> ExcludeArch
132
133* Thu Nov 30 2006 Adam Jackson <ajax@redhat.com> 1.3.0-2.fc7
134- Update to 1.3.0.
135
136* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
137- rebuild
138
139* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.2,1-3
140- Added "BuildRequires: libdrm-devel >= 2.0-1" for (#192358)
141
142* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-2
143- Rebuild for 7.1 ABI fix.
144
145* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-1
146- Update to 1.2.1 from 7.1RC1.
147
148* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.1.3-1.3
149- bump again for double-long bug on ppc(64)
150
151* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.1.3-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.1.3-1
155- Updated xorg-x11-drv-tdfx to version 1.1.1.3 from X11R7.0
156
157* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.1.1.2-1
158- Updated xorg-x11-drv-tdfx to version 1.1.1.2 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.1-1
162- Updated xorg-x11-drv-tdfx to version 1.1.1 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-tdfx to version 1.1.0.1 from X11R7 RC1
166- Fix *.la file removal.
167
168* Tue Oct 4 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 x86, x86_64
172
173* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
174- Initial spec file for tdfx video driver generated automatically
175  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.