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

Revision 7648, 4.9 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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