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

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

xserver-1.16.2

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