source: projects/specs/trunk/x/xorg-x11-drv-siliconmotion/xorg-x11-drv-siliconmotion-vl.spec @ 10229

Revision 10229, 5.2 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

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