source: projects/specs/trunk/x/xorg-x11-drv-tseng/xorg-x11-drv-tseng-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-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:   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:   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* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-7
70- rebuild with xserver-1.18.3
71
72* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-6
73- rebuild with xserver-1.17.2
74
75* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-5
76- rebuild with xserver-1.16.2
77
78* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-4
79- rebuild with xserver-1.15.2
80
81* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-3
82- rebuild with VineSeed environment
83- add Patch2 (xf86-video-tseng-1.2.5-remove-miInitializeBackingStore.patch)
84
85* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-2
86- rebuild with xserver-1.14.1
87- add Patch1 (xf86-video-tseng-1.2.5-remove-mibstore.patch)
88
89* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
90- new upstream release
91- remove Patch1
92
93* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-5
94- rebuild with xserver-1.12.0
95- add Patch1 (xf86-video-tseng-1.2.4-git20111102.patch)
96
97* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-4
98- rebuild with xserver-1.11.1.902
99
100* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-3
101- rebuild with xserver-1.10.0
102
103* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-2
104- rebuild with xserver-1.9.2
105
106* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
107- new upstream release
108
109* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
110- rebuild with xserver-1.8rc
111
112* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
113- new upstream release
114
115* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
116- new upstream release
117
118* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-2
119- rebuild with xorg-server-1.4.99
120
121* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
122- initial build for Vine Linux
123
124* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.2.0-1
125- Latest upstream release
126
127* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 1.1.0-9
128- pciaccess conversion
129
130* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-8
131- Autorebuild for GCC 4.3
132
133* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-7
134- Rebuild for ppc toolchain bug
135
136* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-6
137- Update Requires and BuildRequires.  Add Requires: hwdata.
138
139* Wed Mar 28 2007 Adam Jackson <ajax@redhat.com> 1.1.0-5
140- tseng-1.1.0-defaultdepth.patch: Use system default depth.
141
142* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
143- ExclusiveArch -> ExcludeArch
144
145* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
146- rebuild
147
148* Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
149- Added "BuildRequires: xorg-x11-proto-devel" for (#192385)
150
151* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
152- Rebuild for 7.1 ABI fix.
153
154* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
155- Update to 1.1.0 from 7.1RC1.
156
157* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.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.0.0.5-1
161- Updated xorg-x11-drv-tseng to version 1.0.0.5 from X11R7.0
162
163* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
164- Updated xorg-x11-drv-tseng to version 1.0.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.0.0.2-1
168- Updated xorg-x11-drv-tseng to version 1.0.0.2 from X11R7 RC2
169
170* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
171- Updated xorg-x11-drv-tseng to version 1.0.0.1 from X11R7 RC1
172- Fix *.la file removal.
173
174* Tue Oct 4 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 x86
178
179* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
180- Initial spec file for tseng video driver generated automatically
181  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.