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

Revision 8065, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

libdrm, libwacom, tar: new upstream release
xorg-x11-drivers: new upstream release or rebuild

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:   3%{?_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* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-3
65- rebuild with VineSeed environment
66
67* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-2
68- rebuild with xserver-1.14.1
69- add Patch1 (xf86-video-s3-0.6.5-remove-mibstore.patch)
70
71* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
72- new upstream release
73
74* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
75- new upstream release
76
77* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-6
78- rebuild with xserver-1.12.0
79
80* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-5
81- rebuild with xserver-1.11.1.902
82
83* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-4
84- rebuild with xserver-1.10.0
85
86* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-3
87- rebuild with xserver-1.9.2
88
89* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-2
90- rebuild with xserver-1.8rc
91
92* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.3-1
93- new upstream release
94
95* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-1
96- new upstream release
97
98* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-2
99- rebuild with xorg-server-1.4.99
100
101* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
102- initial build for Vine Linux
103
104* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 0.6.0-1
105- Latest upstream release
106
107* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.5.0-7
108- pciaccess conversion
109
110* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.0-6
111- Autorebuild for GCC 4.3
112
113* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.5.0-5
114- Rebuild for PPC toolchain bug
115
116* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.5.0-4
117- Update Requires and BuildRequires.  Add Requires: hwdata.
118
119* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 0.5.0-3
120- Fix Xv to not crash instantly
121- Don't attempt to own the module dir
122
123* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.5.0-2
124- ExclusiveArch -> ExcludeArch
125
126* Thu Nov 30 2006 Adam Jackson <ajax@redhat.com> 0.5.0-1
127- Update to 0.5.0
128
129* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
130- rebuild
131
132* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.4.1-2
133- Rebuild for 7.1 ABI fix.
134
135* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 0.4.1-1
136- Update to 0.4.1 from 7.1RC1.
137
138* Wed Feb 22 2006 Mike A. Harris <mharris@redhat.com> 0.3.5.5-2
139- Install s3.xinf, which was inadvertently left out of packaging (#182505)
140
141* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 0.3.5.5-1.2
142- bump again for double-long bug on ppc(64)
143
144* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.3.5.5-1.1
145- rebuilt for new gcc4.1 snapshot and glibc changes
146
147* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.3.5.5-1
148- Updated xorg-x11-drv-s3 to version 0.3.5.5 from X11R7.0
149
150* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.3.5.4-1
151- Updated xorg-x11-drv-s3 to version 0.3.5.4 from X11R7 RC4
152- Removed 'x' suffix from manpage dirs to match RC4 upstream.
153
154* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.3.5.2-1
155- Updated xorg-x11-drv-s3 to version 0.3.5.2 from X11R7 RC2
156
157* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 0.3.5.1-1
158- Updated xorg-x11-drv-s3 to version 0.3.5.1 from X11R7 RC1
159- Fix *.la file removal.
160
161* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 0.3.5-1
162- Update BuildRoot to use Fedora Packaging Guidelines.
163- Deglob file manifest.
164- Limit "ExclusiveArch" to x86, x86_64, ppc
165
166* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 0.3.5-0
167- Initial spec file for s3 video driver generated automatically
168  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.