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

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