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

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

xserver-1.16.2

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