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

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

xserver-1.16.2

Line 
1%define tarball xf86-video-s3
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 s3 video driver
6Summary(ja):   Xorg X11 s3 ビデオドライバ
7Name:      xorg-x11-drv-s3
8Version:   0.6.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:   s3.xinf
17
18Patch0: s3-0.5.0-newmmio.patch
19Patch1: xf86-video-s3-0.6.5-remove-mibstore.patch
20
21ExcludeArch: s390 s390x
22
23BuildRequires: xorg-x11-server-sdk >= 1.6
24
25Requires: hwdata
26Requires:  xorg-x11-server-Xorg
27
28Vendor: Project Vine
29Distribution: Vine Linux
30
31%description
32X.Org X11 s3 video driver.
33
34%prep
35%setup -q -n %{tarball}-%{version}
36%patch0 -p1 -b .newmmio
37%patch1 -p1 -b .mibstore
38
39%build
40%configure --disable-static --enable-xaa=no
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
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}/s3_drv.so
60%{_datadir}/hwdata/videoaliases/s3.xinf
61%{_mandir}/man4/s3.4.gz
62
63%changelog
64* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-5
65- rebuild with xserver-1.16.2
66
67* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-4
68- rebuild with xserver-1.15.2
69
70* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-3
71- rebuild with VineSeed environment
72
73* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-2
74- rebuild with xserver-1.14.1
75- add Patch1 (xf86-video-s3-0.6.5-remove-mibstore.patch)
76
77* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
78- new upstream release
79
80* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
81- new upstream release
82
83* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-6
84- rebuild with xserver-1.12.0
85
86* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-5
87- rebuild with xserver-1.11.1.902
88
89* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-4
90- rebuild with xserver-1.10.0
91
92* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-3
93- rebuild with xserver-1.9.2
94
95* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-2
96- rebuild with xserver-1.8rc
97
98* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.3-1
99- new upstream release
100
101* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-1
102- new upstream release
103
104* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-2
105- rebuild with xorg-server-1.4.99
106
107* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
108- initial build for Vine Linux
109
110* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 0.6.0-1
111- Latest upstream release
112
113* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.5.0-7
114- pciaccess conversion
115
116* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.0-6
117- Autorebuild for GCC 4.3
118
119* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.5.0-5
120- Rebuild for PPC toolchain bug
121
122* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.5.0-4
123- Update Requires and BuildRequires.  Add Requires: hwdata.
124
125* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 0.5.0-3
126- Fix Xv to not crash instantly
127- Don't attempt to own the module dir
128
129* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.5.0-2
130- ExclusiveArch -> ExcludeArch
131
132* Thu Nov 30 2006 Adam Jackson <ajax@redhat.com> 0.5.0-1
133- Update to 0.5.0
134
135* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
136- rebuild
137
138* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.4.1-2
139- Rebuild for 7.1 ABI fix.
140
141* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 0.4.1-1
142- Update to 0.4.1 from 7.1RC1.
143
144* Wed Feb 22 2006 Mike A. Harris <mharris@redhat.com> 0.3.5.5-2
145- Install s3.xinf, which was inadvertently left out of packaging (#182505)
146
147* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 0.3.5.5-1.2
148- bump again for double-long bug on ppc(64)
149
150* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.3.5.5-1.1
151- rebuilt for new gcc4.1 snapshot and glibc changes
152
153* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.3.5.5-1
154- Updated xorg-x11-drv-s3 to version 0.3.5.5 from X11R7.0
155
156* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.3.5.4-1
157- Updated xorg-x11-drv-s3 to version 0.3.5.4 from X11R7 RC4
158- Removed 'x' suffix from manpage dirs to match RC4 upstream.
159
160* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.3.5.2-1
161- Updated xorg-x11-drv-s3 to version 0.3.5.2 from X11R7 RC2
162
163* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 0.3.5.1-1
164- Updated xorg-x11-drv-s3 to version 0.3.5.1 from X11R7 RC1
165- Fix *.la file removal.
166
167* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 0.3.5-1
168- Update BuildRoot to use Fedora Packaging Guidelines.
169- Deglob file manifest.
170- Limit "ExclusiveArch" to x86, x86_64, ppc
171
172* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 0.3.5-0
173- Initial spec file for s3 video driver generated automatically
174  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.