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

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

xserver-1.18.3

Line 
1%define tarball xf86-video-rendition
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 rendition video driver
6Summary(ja):   Xorg X11 rendition ビデオドライバ
7Name:      xorg-x11-drv-rendition
8Version:   4.2.6
9Release:   1%{?_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:   rendition.xinf
17
18Patch1:    xf86-video-rendition-4.2.4-accel.patch
19
20ExcludeArch: s390 s390x
21
22BuildRequires: xorg-x11-server-sdk >= 1.6
23
24Requires:  hwdata
25Requires:  xorg-x11-server-Xorg
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%description
31X.Org X11 rendition video driver.
32
33%prep
34%setup -q -n %{tarball}-%{version}
35%patch1 -p1
36
37%build
38%configure --disable-static
39make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44make install DESTDIR=$RPM_BUILD_ROOT
45mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
46install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
47
48# FIXME: Remove all libtool archives (*.la) from modules directory.  This
49# should be fixed in upstream Makefile.am or whatever.
50find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(-,root,root,-)
57%{driverdir}/rendition_drv.so
58%{_datadir}/hwdata/videoaliases/rendition.xinf
59%{moduledir}/v10002d.uc
60%{moduledir}/v20002d.uc
61%{_mandir}/man4/rendition.4*
62
63%changelog
64* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.6-1
65- new upstream release
66- remove Patch0 (xf86-video-rendition-4.2.5-git20150930.patch)
67
68* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-5
69- rebuild with xserver-1.17.2
70- replace Patch0 (xf86-video-rendition-4.2.5-git20150930.patch)
71
72* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-4
73- rebuild with xserver-1.16.2
74
75* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-3
76- rebuild with xserver-1.15.2
77
78* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-2
79- rebuild with VineSeed environment
80
81* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-1
82- update to 4.2.5
83- remove Patch0 (xf86-video-rendition-4.2.4-git20111219.patch)
84- add Patch0 (xf86-video-rendition-4.2.5-remove-mibstore.patch)
85
86* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-5
87- rebuild with xserver-1.12.0
88- add Patch0 (xf86-video-rendition-4.2.4-git20111219.patch)
89- add Patch1 (xf86-video-rendition-4.2.4-accel.patch)
90
91* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-4
92- rebuild with xserver-1.11.1.902
93
94* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-3
95- rebuild with xserver-1.10.0
96
97* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-2
98- rebuild with xserver-1.9.2
99
100* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-1
101- new upstream release
102
103* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-2
104- rebuild with xserver-1.8rc
105
106* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-1
107- new upstream release
108
109* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.1-1
110- new upstream release
111
112* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-2
113- rebuild with xorg-server-1.4.99
114
115* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-1
116- initial build for Vine Linux
117
118* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 4.2.0-1
119- Latest upstream release
120
121* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 4.1.3-7.20080303
122- Git snapshot for pciaccess lovin.
123
124* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.3-6
125- Autorebuild for GCC 4.3
126
127* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 4.1.3-5
128- Rebuild for PPC toolchain bug
129
130* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 4.1.3-4
131- Update Requires and BuildRequires.  Add Requires: hwdata.
132
133* Tue May 08 2007 Adam Jackson <ajax@redhat.com> 4.1.3-3
134- rendition.xinf: Be non-empty.  And get installed. (#208827)
135
136* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 4.1.3-2
137- ExclusiveArch -> ExcludeArch
138
139* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 4.1.3-1
140- Update to 4.1.3
141
142* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.1.0-3.1
143- rebuild
144
145* Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-3
146- Build on x86_64.
147
148* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-2
149- Rebuild for 7.1 ABI fix.
150
151* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-1
152- Update to 4.1.0 from 7.1RC1.
153
154* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 4.0.1.3-1.1
155- rebuilt for new gcc4.1 snapshot and glibc changes
156
157* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 4.0.1.3-1
158- Updated xorg-x11-drv-rendition to version 4.0.1.3 from X11R7.0
159
160* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 4.0.1.2-1
161- Updated xorg-x11-drv-rendition to version 4.0.1.2 from X11R7 RC4
162- Removed 'x' suffix from manpage dirs to match RC4 upstream.
163- Remove unnecessary *.data files from moduledir.
164
165* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 4.0.1-1
166- Updated xorg-x11-drv-rendition to version 4.0.1 from X11R7 RC2
167
168* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 4.0.0.1-1
169- Updated xorg-x11-drv-rendition to version 4.0.0.1 from X11R7 RC1
170- Fix *.la file removal.
171- Added v10002d.uc, v20002d.uc, vgafont-std.data, vgafont-vrx.data,
172  vgapalette.data to file manifest, although these really belong as C files
173  in the source, that end up built into the driver.
174
175* Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
176- Update BuildRoot to use Fedora Packaging Guidelines.
177- Deglob file manifest.
178- Limit "ExclusiveArch" to x86
179
180* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-0
181- Initial spec file for rendition video driver generated automatically
182  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.